Package com.aerospike.client
Class BatchDelete
java.lang.Object
com.aerospike.client.BatchRecord
com.aerospike.client.BatchDelete
Batch delete operation.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aerospike.client.BatchRecord
BatchRecord.Type -
Field Summary
FieldsFields inherited from class com.aerospike.client.BatchRecord
hasWrite, inDoubt, key, record, resultCode -
Constructor Summary
ConstructorsConstructorDescriptionBatchDelete(Key key) Initialize key.BatchDelete(BatchDeletePolicy policy, Key key) Initialize policy and key. -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(BatchRecord obj) Optimized reference equality check to determine batch wire protocol repeat flag.getType()Return batch command type.intReturn wire protocol size.Methods inherited from class com.aerospike.client.BatchRecord
prepare, setError, setRecord, toString
-
Field Details
-
policy
Optional delete policy.
-
-
Constructor Details
-
BatchDelete
Initialize key. -
BatchDelete
Initialize policy and key.
-
-
Method Details
-
getType
Return batch command type.- Overrides:
getTypein classBatchRecord
-
equals
Optimized reference equality check to determine batch wire protocol repeat flag. For internal use only.- Overrides:
equalsin classBatchRecord
-
size
Return wire protocol size. For internal use only.- Overrides:
sizein classBatchRecord
-