Uses of Enum Class
com.aerospike.client.AbortStatus
Packages that use AbortStatus
-
Uses of AbortStatus in com.aerospike.client
Methods in com.aerospike.client that return AbortStatusModifier and TypeMethodDescriptionfinal AbortStatusAbort and rollback the given multi-record transaction.Abort and rollback the given multi-record transaction.static AbortStatusReturns the enum constant of this class with the specified name.static AbortStatus[]AbortStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AbortStatus in com.aerospike.client.listener
Methods in com.aerospike.client.listener with parameters of type AbortStatusModifier and TypeMethodDescriptionvoidAbortListener.onSuccess(AbortStatus status) This method is called when the abort succeeded or will succeed.