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
Modifier and Type Method Description F
createDataFile(AFile file, int channelIndex, long number)