Uses of Interface
com.aerospike.client.listener.CommitListener
Packages that use CommitListener
-
Uses of CommitListener in com.aerospike.client
Methods in com.aerospike.client with parameters of type CommitListenerModifier and TypeMethodDescriptionfinal voidAerospikeClient.commit(EventLoop eventLoop, CommitListener listener, Txn txn) Asynchronously attempt to commit the given multi-record transaction.voidIAerospikeClient.commit(EventLoop eventLoop, CommitListener listener, Txn txn) Asynchronously attempt to commit the given multi-record transaction.