public class RestoreOptions extends RocksObject
nativeHandle_owningHandle_| Constructor and Description |
|---|
RestoreOptions(boolean keepLogFiles)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal(long handle) |
disposeInternal, getNativeHandleclose, disOwnNativeHandle, isOwningHandlepublic RestoreOptions(boolean keepLogFiles)
keepLogFiles - If true, restore won't overwrite the existing log files
in wal_dir. It will also move all log files from archive directory to
wal_dir. Use this option in combination with
BackupEngineOptions::backup_log_files = false for persisting in-memory
databases.
Default: falseprotected final void disposeInternal(long handle)
disposeInternal in class RocksObjectCopyright © 2022. All rights reserved.