Package one.microstream.storage.types
Class StorageChannelImportBatch.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageChannelImportEntity.Default
-
- one.microstream.storage.types.StorageChannelImportBatch.Default
-
- All Implemented Interfaces:
StorageChannelImportBatch,StorageChannelImportEntity
- Enclosing interface:
- StorageChannelImportBatch
public static class StorageChannelImportBatch.Default extends StorageChannelImportEntity.Default implements StorageChannelImportBatch
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelImportBatch
StorageChannelImportBatch.Default
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelImportEntity
StorageChannelImportEntity.Default
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longbatchLength()longbatchOffset()StorageChannelImportEntity.Defaultfirst()voiditerateEntities(Consumer<? super StorageChannelImportEntity> iterator)StringtoString()-
Methods inherited from class one.microstream.storage.types.StorageChannelImportEntity.Default
length, next, objectId, type
-
-
-
-
Method Detail
-
batchOffset
public long batchOffset()
- Specified by:
batchOffsetin interfaceStorageChannelImportBatch
-
batchLength
public final long batchLength()
- Specified by:
batchLengthin interfaceStorageChannelImportBatch
-
iterateEntities
public final void iterateEntities(Consumer<? super StorageChannelImportEntity> iterator)
- Specified by:
iterateEntitiesin interfaceStorageChannelImportBatch
-
first
public final StorageChannelImportEntity.Default first()
- Specified by:
firstin interfaceStorageChannelImportBatch
-
-