Uses of Enum Class
com.aerospike.client.CommitError
Packages that use CommitError
-
Uses of CommitError in com.aerospike.client
Fields in com.aerospike.client declared as CommitErrorModifier and TypeFieldDescriptionfinal CommitErrorAerospikeException.Commit.errorError status of the attempted commit.Methods in com.aerospike.client that return CommitErrorModifier and TypeMethodDescriptionstatic CommitErrorReturns the enum constant of this class with the specified name.static CommitError[]CommitError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.aerospike.client with parameters of type CommitErrorModifierConstructorDescriptionCommit(CommitError error, BatchRecord[] verifyRecords, BatchRecord[] rollRecords) Commit(CommitError error, BatchRecord[] verifyRecords, BatchRecord[] rollRecords, Throwable cause)