public class RestoreOptions extends RocksObject
nativeHandle_| Constructor and Description |
|---|
RestoreOptions(boolean keepLogFiles)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
disposeInternal()
Release the memory allocated for the current instance
in the c++ side.
|
disOwnNativeHandle, dispose, finalize, isInitialized, isOwningNativeHandlepublic 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 BackupableDBOptions::backup_log_files = false
for persisting in-memory databases.
Default: falsepublic void disposeInternal()
disposeInternal in class RocksObject