| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
Status.SubCode |
Status.getSubCode() |
static Status.SubCode |
Status.SubCode.getSubCode(byte value) |
static Status.SubCode |
Status.SubCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.SubCode[] |
Status.SubCode.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 © 2021. All rights reserved.