Package one.microstream.storage.types
Interface StorageChannelImportBatch
-
- All Known Implementing Classes:
StorageChannelImportBatch.Default
public interface StorageChannelImportBatch
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageChannelImportBatch.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longbatchLength()longbatchOffset()StorageChannelImportEntityfirst()voiditerateEntities(Consumer<? super StorageChannelImportEntity> iterator)
-
-
-
Method Detail
-
batchOffset
long batchOffset()
-
batchLength
long batchLength()
-
iterateEntities
void iterateEntities(Consumer<? super StorageChannelImportEntity> iterator)
-
first
StorageChannelImportEntity first()
-
-