Package com.aerospike.client.listener
Interface CommitListener
public interface CommitListener
Asynchronous result notifications for multi-record transaction (MRT) commits.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when the commit fails.voidonSuccess(CommitStatus status) This method is called when the records are verified and the commit succeeded or will succeed.
-
Method Details
-
onSuccess
This method is called when the records are verified and the commit succeeded or will succeed. -
onFailure
This method is called when the commit fails.
-