| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
WriteStallCondition |
WriteStallInfo.getCurrentCondition()
Get the current state of the write controller.
|
WriteStallCondition |
WriteStallInfo.getPreviousCondition()
Get the previous state of the write controller.
|
static WriteStallCondition |
WriteStallCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteStallCondition[] |
WriteStallCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.