public class ImportColumnFamilyOptions extends RocksObject
RocksDB.createColumnFamilyWithImport(ColumnFamilyDescriptor, ImportColumnFamilyOptions,
ExportImportFilesMetaData).nativeHandle_owningHandle_| Constructor and Description |
|---|
ImportColumnFamilyOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal(long handle) |
boolean |
moveFiles()
Can be set to true to move the files instead of copying them.
|
ImportColumnFamilyOptions |
setMoveFiles(boolean moveFiles)
Can be set to true to move the files instead of copying them.
|
disposeInternal, getNativeHandleclose, disOwnNativeHandle, isOwningHandlepublic boolean moveFiles()
public ImportColumnFamilyOptions setMoveFiles(boolean moveFiles)
moveFiles - true if files should be moved instead of copiedprotected final void disposeInternal(long handle)
disposeInternal in class RocksObject