| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
StateType |
ThreadStatus.getStateType()
Get the state (lower-level action) that the current thread is involved
with.
|
static StateType |
StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateType[] |
StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ThreadStatus.getStateName(StateType stateType)
Obtain the name of a state given its type.
|
Copyright © 2022. All rights reserved.