| Package | Description |
|---|---|
| org.jsimpledb.kv.raft |
A distributed
KVDatabase based on the Raft consensus algorithm. |
| Modifier and Type | Method and Description |
|---|---|
TxState |
RaftKVTransaction.getState()
Get the state of this transaction.
|
static TxState |
TxState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxState[] |
TxState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.