| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
OperationStage |
ThreadStatus.getOperationStage()
Get the current stage where the thread is involved in the current
operation.
|
static OperationStage |
OperationStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationStage[] |
OperationStage.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.getOperationStageName(OperationStage operationStage)
Obtain a human-readable string describing the specified operation stage.
|
Copyright © 2021. All rights reserved.