Uses of Class
com.aerospike.client.policy.RecordExistsAction

Packages that use RecordExistsAction
com.aerospike.client.policy   
 

Uses of RecordExistsAction in com.aerospike.client.policy
 

Fields in com.aerospike.client.policy declared as RecordExistsAction
 RecordExistsAction WritePolicy.recordExistsAction
          Qualify how to handle writes where the record already exists.
 

Methods in com.aerospike.client.policy that return RecordExistsAction
static RecordExistsAction RecordExistsAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecordExistsAction[] RecordExistsAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.