Uses of Enum Class
com.aerospike.client.policy.RecordExistsAction
Packages that use RecordExistsAction
-
Uses of RecordExistsAction in com.aerospike.client.policy
Fields in com.aerospike.client.policy declared as RecordExistsActionModifier and TypeFieldDescriptionBatchWritePolicy.recordExistsActionQualify how to handle writes where the record already exists.WritePolicy.recordExistsActionQualify how to handle writes where the record already exists.Methods in com.aerospike.client.policy that return RecordExistsActionModifier and TypeMethodDescriptionstatic RecordExistsActionReturns the enum constant of this class with the specified name.static RecordExistsAction[]RecordExistsAction.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 RecordExistsActionModifier and TypeMethodDescriptionvoidBatchWritePolicy.setRecordExistsAction(RecordExistsAction recordExistsAction) voidWritePolicy.setRecordExistsAction(RecordExistsAction recordExistsAction)