| Package | Description |
|---|---|
| com.aerospike.client | |
| com.aerospike.client.policy |
| Modifier and Type | Method and Description |
|---|---|
void |
AerospikeClient.abort(EventLoop eventLoop,
AbortListener listener,
Txn txn)
Asynchronously abort and rollback the given multi-record transaction.
|
void |
IAerospikeClient.abort(EventLoop eventLoop,
AbortListener listener,
Txn txn)
Asynchronously abort and rollback the given multi-record transaction.
|
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.
|
void |
AerospikeClient.commit(EventLoop eventLoop,
CommitListener listener,
Txn txn)
Asynchronously attempt to commit the given multi-record transaction.
|
void |
IAerospikeClient.commit(EventLoop eventLoop,
CommitListener listener,
Txn txn)
Asynchronously attempt to commit the given multi-record transaction.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
Txn |
Policy.txn
Multi-record transaction identifier (MRT).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Policy.setTxn(Txn txn) |
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.