| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
static StatsLevel |
StatsLevel.getStatsLevel(byte value)
Get StatsLevel by byte value.
|
StatsLevel |
Statistics.statsLevel()
Gets the current stats level.
|
static StatsLevel |
StatsLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsLevel[] |
StatsLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statistics.setStatsLevel(StatsLevel statsLevel)
Sets the stats level.
|
Copyright © 2021. All rights reserved.