public final class BatchDelete extends BatchRecord
BatchRecord.Type| Modifier and Type | Field and Description |
|---|---|
BatchDeletePolicy |
policy
Optional delete policy.
|
hasWrite, inDoubt, key, record, resultCode| Constructor and Description |
|---|
BatchDelete(BatchDeletePolicy policy,
Key key)
Initialize policy and key.
|
BatchDelete(Key key)
Initialize key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(BatchRecord obj)
Optimized reference equality check to determine batch wire protocol repeat flag.
|
BatchRecord.Type |
getType()
Return batch command type.
|
int |
size(Policy parentPolicy)
Return wire protocol size.
|
prepare, setError, setRecord, toStringpublic final BatchDeletePolicy policy
public BatchDelete(Key key)
public BatchDelete(BatchDeletePolicy policy, Key key)
public BatchRecord.Type getType()
getType in class BatchRecordpublic boolean equals(BatchRecord obj)
equals in class BatchRecordpublic int size(Policy parentPolicy)
size in class BatchRecordCopyright © 2012–2024 Aerospike, Inc. All rights reserved.