Package one.microstream.storage.types
Class StorageImportSource.Abstract
- java.lang.Object
-
- one.microstream.storage.types.StorageImportSource.Abstract
-
- All Implemented Interfaces:
StorageImportSource
- Direct Known Subclasses:
StorageImportSourceByteBuffer.Default,StorageImportSourceFile.Default
- Enclosing interface:
- StorageImportSource
public abstract static class StorageImportSource.Abstract extends Object implements StorageImportSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageImportSource
StorageImportSource.Abstract
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstract(StorageChannelImportBatch.Default headBatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiditerateBatches(Consumer<? super StorageChannelImportBatch> iterator)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.storage.types.StorageImportSource
close, copyTo
-
-
-
-
Constructor Detail
-
Abstract
protected Abstract(StorageChannelImportBatch.Default headBatch)
-
-
Method Detail
-
iterateBatches
public final void iterateBatches(Consumer<? super StorageChannelImportBatch> iterator)
- Specified by:
iterateBatchesin interfaceStorageImportSource
-
-