| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
static WALRecoveryMode |
WALRecoveryMode.getWALRecoveryMode(byte byteIdentifier)
Get the WALRecoveryMode enumeration value by
passing the byte identifier to this method.
|
static WALRecoveryMode |
WALRecoveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WALRecoveryMode[] |
WALRecoveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WALRecoveryMode |
DBOptions.walRecoveryMode() |
WALRecoveryMode |
DBOptionsInterface.walRecoveryMode()
Recovery mode to control the consistency while replaying WAL
Default:
PointInTimeRecovery |
WALRecoveryMode |
Options.walRecoveryMode() |
| Modifier and Type | Method and Description |
|---|---|
DBOptions |
DBOptions.setWalRecoveryMode(WALRecoveryMode walRecoveryMode) |
T |
DBOptionsInterface.setWalRecoveryMode(WALRecoveryMode walRecoveryMode)
Recovery mode to control the consistency while replaying WAL
Default:
PointInTimeRecovery |
Options |
Options.setWalRecoveryMode(WALRecoveryMode walRecoveryMode) |
Copyright © 2022. All rights reserved.