Interface OStorageConfiguration
- All Known Implementing Classes:
OClusterBasedStorageConfiguration,OStorageConfigurationImpl,OStorageConfigurationRemote,OStorageConfigurationSegment,OStorageMemoryConfiguration
public interface OStorageConfiguration
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintintgetIndexEngine(String name, int defaultIndexId) intintgetName()intgetProperty(String graphConsistencyMode) intgetUuid()intbooleanbooleanvoidsetUuid(OAtomicOperation atomicOperation, String uuid)
-
Field Details
-
DEFAULT_CHARSET
- See Also:
-
DEFAULT_DATE_FORMAT
- See Also:
-
DEFAULT_DATETIME_FORMAT
- See Also:
-
CURRENT_VERSION
static final int CURRENT_VERSION- See Also:
-
CURRENT_BINARY_FORMAT_VERSION
static final int CURRENT_BINARY_FORMAT_VERSION- See Also:
-
-
Method Details
-
getDateTimeFormatInstance
SimpleDateFormat getDateTimeFormatInstance() -
getDateFormatInstance
SimpleDateFormat getDateFormatInstance() -
getCharset
String getCharset() -
getLocaleInstance
Locale getLocaleInstance() -
getSchemaRecordId
String getSchemaRecordId() -
getMinimumClusters
int getMinimumClusters() -
isStrictSql
boolean isStrictSql() -
getIndexMgrRecordId
String getIndexMgrRecordId() -
getTimeZone
TimeZone getTimeZone() -
getDateFormat
String getDateFormat() -
getDateTimeFormat
String getDateTimeFormat() -
getContextConfiguration
OContextConfiguration getContextConfiguration() -
getLocaleCountry
String getLocaleCountry() -
getLocaleLanguage
String getLocaleLanguage() -
getProperties
List<OStorageEntryConfiguration> getProperties() -
getClusterSelection
String getClusterSelection() -
getConflictStrategy
String getConflictStrategy() -
isValidationEnabled
boolean isValidationEnabled() -
getIndexEngine
-
getRecordSerializer
String getRecordSerializer() -
getRecordSerializerVersion
int getRecordSerializerVersion() -
getBinaryFormatVersion
int getBinaryFormatVersion() -
getVersion
int getVersion() -
getName
String getName() -
getProperty
-
getDirectory
String getDirectory() -
getClusters
List<OStorageClusterConfiguration> getClusters() -
getCreatedAtVersion
String getCreatedAtVersion() -
indexEngines
-
getPageSize
int getPageSize() -
getFreeListBoundary
int getFreeListBoundary() -
getMaxKeySize
int getMaxKeySize() -
setUuid
-
getUuid
String getUuid()
-