Package one.microstream.storage.types
Class StorageRequestTaskImportData.SourceFileSlice
java.lang.Object
one.microstream.storage.types.StorageFile.Abstract
one.microstream.storage.types.StorageChannelFile.Abstract
one.microstream.storage.types.StorageRequestTaskImportData.SourceFileSlice
- All Implemented Interfaces:
StorageChannelFile,StorageClosableFile,StorageFile,StorageHashChannelPart,StorageImportSourceFile
- Enclosing interface:
- StorageRequestTaskImportData
public static final class StorageRequestTaskImportData.SourceFileSlice extends StorageChannelFile.Abstract implements StorageImportSourceFile
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.AbstractNested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.Abstract -
Constructor Summary
Constructors Constructor Description SourceFileSlice() -
Method Summary
Modifier and Type Method Description voiditerateBatches(Consumer<? super StorageChannelImportBatch> iterator)StringtoString()Methods inherited from class one.microstream.storage.types.StorageFile.Abstract
close, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, delete, exists, file, isOpen, moveTo, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, truncate, writeBytes
-
Constructor Details
-
SourceFileSlice
public SourceFileSlice()
-
-
Method Details
-
iterateBatches
- Specified by:
iterateBatchesin interfaceStorageImportSourceFile
-
toString
- Overrides:
toStringin classStorageFile.Abstract
-