| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
ThreadStatus.getOperationType()
Get the operation (high-level action) that the current thread is involved
with.
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.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.getOperationName(OperationType operationType)
Get the name of an operation given its type.
|
static String |
ThreadStatus.getOperationPropertyName(OperationType operationType,
int i)
Obtain the name of the "i"th operation property of the
specified operation.
|
static Map<String,Long> |
ThreadStatus.interpretOperationProperties(OperationType operationType,
long[] operationProperties)
Translate the "i"th property of the specified operation given
a property value.
|
Copyright © 2021. All rights reserved.