Uses of Enum Class
com.aerospike.client.CommitStatus
Packages that use CommitStatus
-
Uses of CommitStatus in com.aerospike.client
Methods in com.aerospike.client that return CommitStatusModifier and TypeMethodDescriptionfinal CommitStatusAttempt to commit the given multi-record transaction.Attempt to commit the given multi-record transaction.static CommitStatusReturns the enum constant of this class with the specified name.static CommitStatus[]CommitStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommitStatus in com.aerospike.client.listener
Methods in com.aerospike.client.listener with parameters of type CommitStatusModifier and TypeMethodDescriptionvoidCommitListener.onSuccess(CommitStatus status) This method is called when the records are verified and the commit succeeded or will succeed.