Interface OStorageInfo

All Known Subinterfaces:
OIdentifiableStorage, OStorage
All Known Implementing Classes:
OAbstractPaginatedStorage, ODirectMemoryStorage, OEnterpriseLocalPaginatedStorage, OLocalPaginatedStorage, ORemoteClient

public interface OStorageInfo
  • Method Details

    • getConfiguration

      OStorageConfiguration getConfiguration()
    • isAssigningClusterIds

      boolean isAssigningClusterIds()
    • getClusterNames

      Set<String> getClusterNames()
    • getClusters

      int getClusters()
    • getDefaultClusterId

      int getDefaultClusterId()
    • getURL

      String getURL()
    • getRecordConflictStrategy

      ORecordConflictStrategy getRecordConflictStrategy()
    • getClusterIdByName

      int getClusterIdByName(String lowerCase)
    • getPhysicalClusterNameById

      String getPhysicalClusterNameById(int iClusterId)
    • getName

      String getName()
    • getType

      String getType()