Uses of Class
com.aerospike.client.Txn
Packages that use Txn
-
Uses of Txn in com.aerospike.client
Methods in com.aerospike.client with parameters of type TxnModifier and TypeMethodDescriptionfinal voidAerospikeClient.abort(EventLoop eventLoop, AbortListener listener, Txn txn) Asynchronously abort and rollback the given multi-record transaction.final AbortStatusAbort and rollback the given multi-record transaction.voidIAerospikeClient.abort(EventLoop eventLoop, AbortListener listener, Txn txn) Asynchronously abort and rollback the given multi-record transaction.Abort and rollback the given multi-record transaction.final voidAerospikeClient.commit(EventLoop eventLoop, CommitListener listener, Txn txn) Asynchronously attempt to commit the given multi-record transaction.final CommitStatusAttempt to commit the given multi-record transaction.voidIAerospikeClient.commit(EventLoop eventLoop, CommitListener listener, Txn txn) Asynchronously attempt to commit the given multi-record transaction.Attempt to commit the given multi-record transaction. -
Uses of Txn in com.aerospike.client.policy
Fields in com.aerospike.client.policy declared as TxnMethods in com.aerospike.client.policy with parameters of type Txn