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 Summary
Nested Classes Modifier and Type Interface Description static class
StorageFileWriter.Provider.Default
-
Method Summary
Modifier and Type Method Description StorageFileWriter
provideWriter()
default StorageFileWriter
provideWriter(int channelIndex)
-
Method Details
-
provideWriter
StorageFileWriter provideWriter() -
provideWriter
-