Package one.microstream.storage.types
Interface StorageDataChunkValidator.Provider2
- All Known Implementing Classes:
StorageDataChunkValidator.NoOp,StorageDataChunkValidator.Provider2.Default,StorageDataChunkValidator.Provider2.Transient
- Enclosing interface:
- StorageDataChunkValidator
public static interface StorageDataChunkValidator.Provider2
"Provider2" ist not a lazy copy name of "Provider", it's a hereby introduced schema to indicate
multi-layered provider logic which indicates that this is actually a "ProviderProvider".
With multiple layers of interface-based architecture, multiple layers of providers are necessary.
Neither laziness to do so or funny namings can be justifactions to fall back to hardcoding logic.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageDataChunkValidator.Provider2.Defaultstatic classStorageDataChunkValidator.Provider2.Transient -
Method Summary
Modifier and Type Method Description StorageDataChunkValidator.ProviderprovideDataChunkValidatorProvider(StorageFoundation<?> foundation)
-
Method Details
-
provideDataChunkValidatorProvider
StorageDataChunkValidator.Provider provideDataChunkValidatorProvider(StorageFoundation<?> foundation)
-