Package one.microstream.storage.types
Interface StorageImportSource
-
- All Known Subinterfaces:
StorageImportSourceByteBuffer,StorageImportSourceFile
- All Known Implementing Classes:
StorageImportSource.Abstract,StorageImportSourceByteBuffer.Default,StorageImportSourceFile.Default
public interface StorageImportSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageImportSource.Abstract
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanclose()longcopyTo(StorageFile target, long sourcePosition, long length)voiditerateBatches(Consumer<? super StorageChannelImportBatch> iterator)
-
-
-
Method Detail
-
iterateBatches
void iterateBatches(Consumer<? super StorageChannelImportBatch> iterator)
-
copyTo
long copyTo(StorageFile target, long sourcePosition, long length)
-
close
boolean close()
-
-