Uses of Interface
com.orientechnologies.orient.core.config.OStorageConfiguration
Packages that use OStorageConfiguration
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OStorageConfiguration in com.orientechnologies.orient.client.remote
Classes in com.orientechnologies.orient.client.remote that implement OStorageConfigurationFields in com.orientechnologies.orient.client.remote declared as OStorageConfigurationMethods in com.orientechnologies.orient.client.remote that return OStorageConfigurationModifier and TypeMethodDescriptionORemoteClient.getConfiguration()OStorageConfigurationRemote.load(OContextConfiguration contextConfiguration) Methods in com.orientechnologies.orient.client.remote with parameters of type OStorageConfigurationModifier and TypeMethodDescriptionvoidORemoteClient.updateStorageConfiguration(OStorageConfiguration storageConfiguration) -
Uses of OStorageConfiguration in com.orientechnologies.orient.client.remote.message
Constructors in com.orientechnologies.orient.client.remote.message with parameters of type OStorageConfigurationModifierConstructorDescriptionOPushStorageConfigurationRequest(OStorageConfiguration configuration) OReloadResponse37(OStorageConfiguration configuration) -
Uses of OStorageConfiguration in com.orientechnologies.orient.client.remote.message.push
Constructors in com.orientechnologies.orient.client.remote.message.push with parameters of type OStorageConfiguration -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.config
Classes in com.orientechnologies.orient.core.config that implement OStorageConfigurationModifier and TypeClassDescriptionclassVersions: 3 = introduced file directory in physical segments and data-segment id in clusters 4 = ??Fields in com.orientechnologies.orient.core.config declared as OStorageConfigurationMethods in com.orientechnologies.orient.core.config with parameters of type OStorageConfigurationModifier and TypeMethodDescriptionvoidOStorageConfigurationUpdateListener.onUpdate(OStorageConfiguration update) voidOStorageSegmentConfiguration.setRoot(OStorageConfiguration iRoot) -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OStorageConfigurationModifier and TypeMethodDescriptionvoidOMetadataUpdateListener.onStorageConfigurationUpdate(String database, OStorageConfiguration update) -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.db.record
Constructors in com.orientechnologies.orient.core.db.record with parameters of type OStorageConfigurationModifierConstructorDescriptionOCurrentStorageComponentsFactory(OStorageConfiguration configuration) -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OStorageConfigurationModifier and TypeMethodDescriptionvoidOExecutionPlanCache.onStorageConfigurationUpdate(String database, OStorageConfiguration update) -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return OStorageConfiguration -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.storage.config
Classes in com.orientechnologies.orient.core.storage.config that implement OStorageConfigurationMethods in com.orientechnologies.orient.core.storage.config with parameters of type OStorageConfigurationModifier and TypeMethodDescriptionvoidOClusterBasedStorageConfiguration.create(OAtomicOperation atomicOperation, OContextConfiguration contextConfiguration, OStorageConfiguration source) -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.storage.impl.local
Classes in com.orientechnologies.orient.core.storage.impl.local that implement OStorageConfigurationModifier and TypeClassDescriptionclassHandles the database configuration in one big record.Fields in com.orientechnologies.orient.core.storage.impl.local declared as OStorageConfigurationModifier and TypeFieldDescriptionprotected OStorageConfigurationOAbstractPaginatedStorage.configurationMethods in com.orientechnologies.orient.core.storage.impl.local that return OStorageConfigurationModifier and TypeMethodDescriptionfinal OStorageConfigurationOAbstractPaginatedStorage.getConfiguration() -
Uses of OStorageConfiguration in com.orientechnologies.orient.core.storage.impl.local.paginated
Classes in com.orientechnologies.orient.core.storage.impl.local.paginated that implement OStorageConfiguration -
Uses of OStorageConfiguration in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server with parameters of type OStorageConfigurationModifier and TypeMethodDescriptionvoidOPushManager.onStorageConfigurationUpdate(String database, OStorageConfiguration update)