Class OStorageConfigurationImpl

java.lang.Object
com.orientechnologies.orient.core.config.OStorageConfigurationImpl
All Implemented Interfaces:
OStorageConfiguration, OSerializableStream, Serializable
Direct Known Subclasses:
OStorageConfigurationSegment, OStorageMemoryConfiguration

public class OStorageConfigurationImpl extends Object implements OSerializableStream, OStorageConfiguration
Versions:
  • 3 = introduced file directory in physical segments and data-segment id in clusters
  • 4 = ??
  • 5 = ??
  • 6 = ??
  • 7 = ??
  • 8 = introduced cluster selection strategy as string
  • 9 = introduced minimumclusters as string
  • 12 = introduced record conflict strategy as string in both storage and paginated clusters
  • 13 = introduced cluster status to manage cluster as "offline" with the new command "alter cluster status offline". Removed data segments
  • 14 = no changes, but version was incremented
  • 15 = introduced encryption and encryptionKey
  • 18 = we keep version of product release under which storage was created
  • 19 = Page size and related parameters are stored inside configuration
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also: