| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
static BackgroundErrorReason |
BackgroundErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundErrorReason[] |
BackgroundErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventListener.onBackgroundError(BackgroundErrorReason backgroundErrorReason,
Status backgroundError) |
void |
EventListener.onBackgroundError(BackgroundErrorReason backgroundErrorReason,
Status backgroundError)
A callback function for RocksDB which will be called before setting the
background error status to a non-OK value.
|
boolean |
AbstractEventListener.onErrorRecoveryBegin(BackgroundErrorReason backgroundErrorReason,
Status backgroundError) |
boolean |
EventListener.onErrorRecoveryBegin(BackgroundErrorReason backgroundErrorReason,
Status backgroundError)
A callback function for RocksDB which will be called just before
starting the automatic recovery process for recoverable background
errors, such as NoSpace().
|
Copyright © 2022. All rights reserved.