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.Abstract
Nested 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 void
iterateBatches(Consumer<? super StorageChannelImportBatch> iterator)
String
toString()
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:
iterateBatches
in interfaceStorageImportSourceFile
-
toString
- Overrides:
toString
in classStorageFile.Abstract
-