Package one.microstream.storage.types
Interface StorageChannelImportBatch
- All Known Implementing Classes:
- StorageRequestTaskImportData.ImportBatch
public interface StorageChannelImportBatch
- 
Method SummaryModifier and Type Method Description longfileLength()longfileOffset()StorageChannelImportEntityfirst()voiditerateEntities(Consumer<? super StorageChannelImportEntity> iterator)
- 
Method Details- 
fileOffsetlong fileOffset()
- 
fileLengthlong fileLength()
- 
iterateEntities
- 
firstStorageChannelImportEntity first()
 
-