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 SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFileStorageChannelFile.AbstractNested classes/interfaces inherited from interface one.microstream.storage.types.StorageFileStorageFile.Abstract
- 
Constructor SummaryConstructors Constructor Description SourceFileSlice()
- 
Method SummaryModifier and Type Method Description voiditerateBatches(Consumer<? super StorageChannelImportBatch> iterator)StringtoString()Methods inherited from class one.microstream.storage.types.StorageFile.Abstractclose, 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- 
SourceFileSlicepublic SourceFileSlice()
 
- 
- 
Method Details- 
iterateBatches- Specified by:
- iterateBatchesin interface- StorageImportSourceFile
 
- 
toString- Overrides:
- toStringin class- StorageFile.Abstract
 
 
-