| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Field and Description |
|---|---|
static Transaction.TransactionState |
Transaction.TransactionState.COMMITED |
| Modifier and Type | Method and Description |
|---|---|
Transaction.TransactionState |
Transaction.getState()
Get the execution status of the transaction.
|
static Transaction.TransactionState |
Transaction.TransactionState.getTransactionState(byte value)
Get TransactionState by byte value.
|
static Transaction.TransactionState |
Transaction.TransactionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.TransactionState[] |
Transaction.TransactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.