Package one.microstream.storage.types
Interface StorageChannelImportBatch
- All Known Implementing Classes:
StorageRequestTaskImportData.ImportBatch
public interface StorageChannelImportBatch
-
Method Summary
Modifier and Type Method Description long
fileLength()
long
fileOffset()
StorageChannelImportEntity
first()
void
iterateEntities(Consumer<? super StorageChannelImportEntity> iterator)
-
Method Details
-
fileOffset
long fileOffset() -
fileLength
long fileLength() -
iterateEntities
-
first
StorageChannelImportEntity first()
-