Uses of Interface
one.microstream.storage.types.StorageStructureValidator
-
Packages that use StorageStructureValidator Package Description one.microstream.storage.types -
-
Uses of StorageStructureValidator in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageStructureValidator Modifier and Type Class Description static classStorageStructureValidator.DefaultMethods in one.microstream.storage.types that return StorageStructureValidator Modifier and Type Method Description protected StorageStructureValidatorStorageFoundation.Default. ensureStorageStructureValidator()StorageStructureValidatorStorageFoundation.Default. getStorageStructureValidator()StorageStructureValidatorStorageFoundation. getStorageStructureValidator()Returns the currently setStorageStructureValidatorinstance.static StorageStructureValidatorStorageStructureValidator. New(StorageLiveFileProvider fileProvider, StorageChannelCountProvider channelCountProvider)Methods in one.microstream.storage.types with parameters of type StorageStructureValidator Modifier and Type Method Description FStorageFoundation.Default. setStorageStructureValidator(StorageStructureValidator storageStructureValidator)FStorageFoundation. setStorageStructureValidator(StorageStructureValidator storageStructureValidator)Sets theStorageStructureValidatorinstance to be used for the assembly.Constructors in one.microstream.storage.types with parameters of type StorageStructureValidator 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)
-