Package one.microstream.storage.types
Interface StorageFileWriter.Provider
- All Known Subinterfaces:
- StorageFileWriterBackupping.Provider
- All Known Implementing Classes:
- StorageFileWriter.Provider.Default,- StorageFileWriterBackupping.Provider.Default
- Enclosing interface:
- StorageFileWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface StorageFileWriter.Provider
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classStorageFileWriter.Provider.Default
- 
Method SummaryModifier and Type Method Description StorageFileWriterprovideWriter()default StorageFileWriterprovideWriter(int channelIndex)
- 
Method Details- 
provideWriterStorageFileWriter provideWriter()
- 
provideWriter
 
-