Package one.microstream.storage.types
Class StorageFileProvider.Static
- java.lang.Object
-
- one.microstream.storage.types.StorageFileProvider.Static
-
- Enclosing interface:
- StorageFileProvider
public static final class StorageFileProvider.Static extends Object
-
-
Constructor Summary
Constructors Constructor Description Static()
-
Method Summary
Modifier and Type Method Description static <C extends Consumer<? super StorageNumberedFile>>
CcollectFile(C collector, int channelIndex, Path storageDirectory, String fileBaseName, String suffix)
-
-
-
Method Detail
-
collectFile
public static final <C extends Consumer<? super StorageNumberedFile>> C collectFile(C collector, int channelIndex, Path storageDirectory, String fileBaseName, String suffix)
-
-