| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
Status.Code |
Status.getCode() |
static Status.Code |
Status.Code.getCode(byte value) |
static Status.Code |
Status.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.Code[] |
Status.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Status(Status.Code code,
Status.SubCode subCode,
String state) |
Copyright © 2022. All rights reserved.