Interface OStorageInfo
- All Known Subinterfaces:
OIdentifiableStorage,OStorage
- All Known Implementing Classes:
OAbstractPaginatedStorage,ODirectMemoryStorage,OEnterpriseLocalPaginatedStorage,OLocalPaginatedStorage,ORemoteClient
public interface OStorageInfo
-
Method Summary
Modifier and TypeMethodDescriptionintgetClusterIdByName(String lowerCase) intintgetName()getPhysicalClusterNameById(int iClusterId) getType()getURL()boolean
-
Method Details
-
getConfiguration
OStorageConfiguration getConfiguration() -
isAssigningClusterIds
boolean isAssigningClusterIds() -
getClusterNames
-
getClusters
int getClusters() -
getDefaultClusterId
int getDefaultClusterId() -
getURL
String getURL() -
getRecordConflictStrategy
ORecordConflictStrategy getRecordConflictStrategy() -
getClusterIdByName
-
getPhysicalClusterNameById
-
getName
String getName() -
getType
String getType()
-