Class OStorageConfigurationRemote
java.lang.Object
com.orientechnologies.orient.client.remote.OStorageConfigurationRemote
- All Implemented Interfaces:
OStorageConfiguration
-
Field Summary
Fields inherited from interface com.orientechnologies.orient.core.config.OStorageConfiguration
CURRENT_BINARY_FORMAT_VERSION, CURRENT_VERSION, DEFAULT_CHARSET, DEFAULT_DATE_FORMAT, DEFAULT_DATETIME_FORMAT -
Constructor Summary
ConstructorsConstructorDescriptionOStorageConfigurationRemote(String networkRecordSerializer, OStorageConfigurationPayload payload, OContextConfiguration contextConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoiddropCluster(int iClusterId) intintgetIndexEngine(String name, int defaultIndexId) intintgetName()intgetProperty(String graphConsistencyMode) intgetUuid()intbooleanbooleanload(OContextConfiguration contextConfiguration) voidsetUuid(OAtomicOperation atomicOperation, String uuid)
-
Constructor Details
-
OStorageConfigurationRemote
public OStorageConfigurationRemote(String networkRecordSerializer, OStorageConfigurationPayload payload, OContextConfiguration contextConfiguration)
-
-
Method Details
-
getDateTimeFormatInstance
- Specified by:
getDateTimeFormatInstancein interfaceOStorageConfiguration
-
getDateFormatInstance
- Specified by:
getDateFormatInstancein interfaceOStorageConfiguration
-
getCharset
- Specified by:
getCharsetin interfaceOStorageConfiguration
-
getLocaleInstance
- Specified by:
getLocaleInstancein interfaceOStorageConfiguration
-
getSchemaRecordId
- Specified by:
getSchemaRecordIdin interfaceOStorageConfiguration
-
getMinimumClusters
public int getMinimumClusters()- Specified by:
getMinimumClustersin interfaceOStorageConfiguration
-
isStrictSql
public boolean isStrictSql()- Specified by:
isStrictSqlin interfaceOStorageConfiguration
-
load
-
getIndexMgrRecordId
- Specified by:
getIndexMgrRecordIdin interfaceOStorageConfiguration
-
getTimeZone
- Specified by:
getTimeZonein interfaceOStorageConfiguration
-
getDateFormat
- Specified by:
getDateFormatin interfaceOStorageConfiguration
-
getDateTimeFormat
- Specified by:
getDateTimeFormatin interfaceOStorageConfiguration
-
getContextConfiguration
- Specified by:
getContextConfigurationin interfaceOStorageConfiguration
-
getLocaleCountry
- Specified by:
getLocaleCountryin interfaceOStorageConfiguration
-
getLocaleLanguage
- Specified by:
getLocaleLanguagein interfaceOStorageConfiguration
-
getProperties
- Specified by:
getPropertiesin interfaceOStorageConfiguration
-
getClusterSelection
- Specified by:
getClusterSelectionin interfaceOStorageConfiguration
-
getConflictStrategy
- Specified by:
getConflictStrategyin interfaceOStorageConfiguration
-
isValidationEnabled
public boolean isValidationEnabled()- Specified by:
isValidationEnabledin interfaceOStorageConfiguration
-
getIndexEngine
- Specified by:
getIndexEnginein interfaceOStorageConfiguration
-
getRecordSerializer
- Specified by:
getRecordSerializerin interfaceOStorageConfiguration
-
getRecordSerializerVersion
public int getRecordSerializerVersion()- Specified by:
getRecordSerializerVersionin interfaceOStorageConfiguration
-
getBinaryFormatVersion
public int getBinaryFormatVersion()- Specified by:
getBinaryFormatVersionin interfaceOStorageConfiguration
-
dropCluster
public void dropCluster(int iClusterId) -
getVersion
public int getVersion()- Specified by:
getVersionin interfaceOStorageConfiguration
-
getName
- Specified by:
getNamein interfaceOStorageConfiguration
-
getProperty
- Specified by:
getPropertyin interfaceOStorageConfiguration
-
getDirectory
- Specified by:
getDirectoryin interfaceOStorageConfiguration
-
getClusters
- Specified by:
getClustersin interfaceOStorageConfiguration
-
getCreatedAtVersion
- Specified by:
getCreatedAtVersionin interfaceOStorageConfiguration
-
indexEngines
- Specified by:
indexEnginesin interfaceOStorageConfiguration
-
getPageSize
public int getPageSize()- Specified by:
getPageSizein interfaceOStorageConfiguration
-
getFreeListBoundary
public int getFreeListBoundary()- Specified by:
getFreeListBoundaryin interfaceOStorageConfiguration
-
getMaxKeySize
public int getMaxKeySize()- Specified by:
getMaxKeySizein interfaceOStorageConfiguration
-
getUuid
- Specified by:
getUuidin interfaceOStorageConfiguration
-
setUuid
- Specified by:
setUuidin interfaceOStorageConfiguration
-