Uses of Interface
one.microstream.storage.types.StorageConfiguration
-
Packages that use StorageConfiguration Package Description one.microstream.storage.types -
-
Uses of StorageConfiguration in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageConfiguration Modifier and Type Class Description static classStorageConfiguration.DefaultMethods in one.microstream.storage.types that return StorageConfiguration Modifier and Type Method Description StorageConfigurationStorageManager. configuration()Returns theStorageConfigurationused to initialize thisStorageManagerinstance.StorageConfigurationStorageSystem. configuration()StorageConfigurationStorageSystem.Default. configuration()static StorageConfigurationStorage. Configuration()Creates a newStorageConfiguration.static StorageConfigurationStorage. Configuration(StorageLiveFileProvider fileProvider)Creates a newStorageConfiguration.StorageConfigurationStorageConfiguration.Builder. createConfiguration()StorageConfigurationStorageConfiguration.Builder.Default. createConfiguration()protected StorageConfigurationStorageFoundation.Default. ensureConfiguration()StorageConfigurationStorageFoundation.Default. getConfiguration()StorageConfigurationStorageFoundation. getConfiguration()Returns the currently setStorageConfigurationinstance.static StorageConfigurationStorageConfiguration. New()Pseudo-constructor method to create a newStorageConfigurationinstance usingnullas theStorageBackupSetuppart and default instances for everything else.static StorageConfigurationStorageConfiguration. New(StorageChannelCountProvider channelCountProvider, StorageHousekeepingController housekeepingController, StorageLiveFileProvider fileProvider, StorageDataFileEvaluator dataFileEvaluator, StorageEntityCacheEvaluator entityCacheEvaluator, StorageBackupSetup backupSetup)static StorageConfigurationStorageConfiguration. New(StorageLiveFileProvider fileProvider)Pseudo-constructor method to create a newStorageConfigurationinstance using the passedStorageLiveFileProvider,nullas theStorageBackupSetuppart and default instances for everything else.Methods in one.microstream.storage.types with parameters of type StorageConfiguration Modifier and Type Method Description FStorageFoundation.Default. setConfiguration(StorageConfiguration configuration)FStorageFoundation. setConfiguration(StorageConfiguration configuration)Sets theStorageConfigurationinstance to be used for the assembly.Constructors in one.microstream.storage.types with parameters of type StorageConfiguration Constructor Description Default(StorageConfiguration storageConfiguration, StorageOperationController.Creator ocCreator, StorageDataFileValidator.Creator backupDataFileValidatorCreator, StorageWriteController writeController, StorageHousekeepingBroker housekeepingBroker, StorageFileWriter.Provider writerProvider, StorageInitialDataFileNumberProvider initialDataFileNumberProvider, StorageRequestAcceptor.Creator requestAcceptorCreator, StorageTaskBroker.Creator taskBrokerCreator, StorageDataChunkValidator.Provider dataChunkValidatorProvider, StorageChannelsCreator channelCreator, StorageThreadProvider threadProvider, StorageRequestTaskCreator requestTaskCreator, StorageTypeDictionary typeDictionary, StorageRootTypeIdProvider rootTypeIdProvider, StorageTimestampProvider timestampProvider, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, StorageGCZombieOidHandler zombieOidHandler, StorageRootOidSelector.Provider rootOidSelectorProvider, StorageObjectIdMarkQueue.Creator oidMarkQueueCreator, StorageEntityMarkMonitor.Creator entityMarkMonitorCreator, boolean switchByteOrder, StorageLockFileSetup lockFileSetup, StorageLockFileManager.Creator lockFileManagerCreator, StorageExceptionHandler exceptionHandler, StorageEventLogger eventLogger, one.microstream.persistence.types.ObjectIdsSelector liveObjectIdChecker, one.microstream.reference.Referencing<one.microstream.persistence.types.PersistenceLiveStorerRegistry> refStorerRegistry, StorageStructureValidator storageStructureValidator)
-