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 AbortStatus
Abort and rollback the given transaction.Abort and rollback the given transaction.static AbortStatus
Returns 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 TypeMethodDescriptionvoid
AbortListener.onSuccess
(AbortStatus status) This method is called when the abort succeeded or will succeed.