Package one.microstream.storage.types
Class StorageImportSourceFile.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageImportSource.Abstract
-
- one.microstream.storage.types.StorageImportSourceFile.Default
-
- All Implemented Interfaces:
StorageImportSource,StorageImportSourceFile
- Enclosing interface:
- StorageImportSourceFile
public static class StorageImportSourceFile.Default extends StorageImportSource.Abstract implements StorageImportSourceFile
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageImportSource
StorageImportSource.Abstract
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageImportSourceFile
StorageImportSourceFile.Default
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanclose()longcopyTo(StorageFile target, long sourcePosition, long length)StringtoString()-
Methods inherited from class one.microstream.storage.types.StorageImportSource.Abstract
iterateBatches
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface one.microstream.storage.types.StorageImportSource
iterateBatches
-
-
-
-
Method Detail
-
copyTo
public long copyTo(StorageFile target, long sourcePosition, long length)
- Specified by:
copyToin interfaceStorageImportSource
-
close
public boolean close()
- Specified by:
closein interfaceStorageImportSource
-
-