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