Uses of Interface
one.microstream.storage.types.StorageFoundation
Package | Description |
---|---|
one.microstream.storage.types |
-
Uses of StorageFoundation in one.microstream.storage.types
Classes in one.microstream.storage.types with type parameters of type StorageFoundation Modifier and Type Interface Description interface
StorageFoundation<F extends StorageFoundation<?>>
A kind of factory type that holds and creates on demand all the parts that form aStorageSystem
instance, i.e.Subinterfaces of StorageFoundation in one.microstream.storage.types Modifier and Type Interface Description interface
EmbeddedStorageFoundation<F extends EmbeddedStorageFoundation<?>>
A kind of factory type that holds and creates on demand all the parts that form anEmbeddedStorageManager
instance, i.e.Classes in one.microstream.storage.types that implement StorageFoundation Modifier and Type Class Description static class
EmbeddedStorageFoundation.Default<F extends EmbeddedStorageFoundation.Default<?>>
static class
StorageFoundation.Default<F extends StorageFoundation.Default<?>>
Methods in one.microstream.storage.types with parameters of type StorageFoundation Modifier and Type Method Description StorageDataChunkValidator.Provider
StorageDataChunkValidator.NoOp. provideDataChunkValidatorProvider(StorageFoundation<?> foundation)
StorageDataChunkValidator.Provider
StorageDataChunkValidator.Provider2.Default. provideDataChunkValidatorProvider(StorageFoundation<?> foundation)
StorageDataChunkValidator.Provider
StorageDataChunkValidator.Provider2. provideDataChunkValidatorProvider(StorageFoundation<?> foundation)
StorageDataChunkValidator.Provider
StorageDataChunkValidator.Provider2.Transient. provideDataChunkValidatorProvider(StorageFoundation<?> foundation)
StorageLockFileSetup
StorageLockFileSetup.Provider.Default. provideLockFileSetup(StorageFoundation<?> foundation)
StorageLockFileSetup
StorageLockFileSetup.Provider. provideLockFileSetup(StorageFoundation<?> foundation)