| Package | Description |
|---|---|
| com.aerospike.client |
| Modifier and Type | Method and Description |
|---|---|
Txn.State |
Txn.getState()
Return MRT state.
|
static Txn.State |
Txn.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Txn.State[] |
Txn.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Txn.setState(Txn.State state)
Set MRT state.
|
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.