Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.listener |
Modifier and Type | Class and Description |
---|---|
class |
BatchDelete
Batch delete operation.
|
class |
BatchRead
Batch key and read only operations with default policy.
|
class |
BatchUDF
Batch user defined functions.
|
class |
BatchWrite
Batch key and read/write operations with write policy.
|
Modifier and Type | Field and Description |
---|---|
BatchRecord[] |
AerospikeException.BatchRecordArray.records |
BatchRecord[] |
BatchResults.records
Record results.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BatchDelete.equals(BatchRecord obj)
Optimized reference equality check to determine batch wire protocol repeat flag.
|
boolean |
BatchRead.equals(BatchRecord obj)
Optimized reference equality check to determine batch wire protocol repeat flag.
|
boolean |
BatchRecord.equals(BatchRecord other)
Optimized reference equality check to determine batch wire protocol repeat flag.
|
boolean |
BatchUDF.equals(BatchRecord obj)
Optimized reference equality check to determine batch wire protocol repeat flag.
|
boolean |
BatchWrite.equals(BatchRecord obj)
Optimized reference equality check to determine batch wire protocol repeat flag.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AerospikeClient.operate(BatchPolicy policy,
List<BatchRecord> records)
Read/Write multiple records for specified batch keys in one batch call.
|
boolean |
IAerospikeClient.operate(BatchPolicy policy,
List<BatchRecord> records)
Read/Write multiple records for specified batch keys in one batch call.
|
void |
AerospikeClient.operate(EventLoop eventLoop,
BatchOperateListListener listener,
BatchPolicy policy,
List<BatchRecord> records)
Asynchronously read/write multiple records for specified batch keys in one batch call.
|
void |
IAerospikeClient.operate(EventLoop eventLoop,
BatchOperateListListener listener,
BatchPolicy policy,
List<BatchRecord> records)
Asynchronously read/write multiple records for specified batch keys in one batch call.
|
void |
AerospikeClient.operate(EventLoop eventLoop,
BatchRecordSequenceListener listener,
BatchPolicy policy,
List<BatchRecord> records)
Asynchronously read/write multiple records for specified batch keys in one batch call.
|
void |
IAerospikeClient.operate(EventLoop eventLoop,
BatchRecordSequenceListener listener,
BatchPolicy policy,
List<BatchRecord> records)
Asynchronously read/write multiple records for specified batch keys in one batch call.
|
Constructor and Description |
---|
BatchRecordArray(BatchRecord[] records,
Throwable e) |
BatchResults(BatchRecord[] records,
boolean status)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchRecordArrayListener.onFailure(BatchRecord[] records,
AerospikeException ae)
This method is called when one or more keys fail.
|
void |
BatchRecordSequenceListener.onRecord(BatchRecord record,
int index)
This method is called when a record is received from the server.
|
void |
BatchRecordArrayListener.onSuccess(BatchRecord[] records,
boolean status)
This method is called when the command completes successfully.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchOperateListListener.onSuccess(List<BatchRecord> records,
boolean status)
This method is called when the command completes successfully.
|
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.