Uses of Enum Class
com.aerospike.client.policy.CommitLevel
Packages that use CommitLevel
-
Uses of CommitLevel in com.aerospike.client.policy
Fields in com.aerospike.client.policy declared as CommitLevelModifier and TypeFieldDescriptionBatchDeletePolicy.commitLevelDesired consistency guarantee when committing a command on the server.BatchUDFPolicy.commitLevelDesired consistency guarantee when committing a command on the server.BatchWritePolicy.commitLevelDesired consistency guarantee when committing a command on the server.WritePolicy.commitLevelDesired consistency guarantee when committing a command on the server.Methods in com.aerospike.client.policy that return CommitLevelModifier and TypeMethodDescriptionstatic CommitLevelReturns the enum constant of this class with the specified name.static CommitLevel[]CommitLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aerospike.client.policy with parameters of type CommitLevelModifier and TypeMethodDescriptionvoidBatchDeletePolicy.setCommitLevel(CommitLevel commitLevel) voidBatchUDFPolicy.setCommitLevel(CommitLevel commitLevel) voidBatchWritePolicy.setCommitLevel(CommitLevel commitLevel) voidWritePolicy.setCommitLevel(CommitLevel commitLevel)