| Package | Description |
|---|---|
| com.aerospike.client | |
| com.aerospike.client.listener |
| Modifier and Type | Method and Description |
|---|---|
AbortStatus |
AerospikeClient.abort(Txn txn)
Abort and rollback the given multi-record transaction.
|
AbortStatus |
IAerospikeClient.abort(Txn txn)
Abort and rollback the given multi-record transaction.
|
static AbortStatus |
AbortStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbortStatus[] |
AbortStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbortListener.onSuccess(AbortStatus status)
This method is called when the abort succeeded or will succeed.
|
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.