Package one.microstream.storage.types
Interface StorageDataFile.Creator<F extends StorageDataFile>
-
- All Known Subinterfaces:
StorageDataInventoryFile.Creator
- Enclosing interface:
- StorageDataFile
- 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 StorageDataFile.Creator<F extends StorageDataFile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FcreateDataFile(one.microstream.afs.types.AFile file, int channelIndex, long number)
-
-
-
Method Detail
-
createDataFile
F createDataFile(one.microstream.afs.types.AFile file, int channelIndex, long number)
-
-