Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.async | |
com.aerospike.client.listener |
Modifier and Type | Method and Description |
---|---|
void |
AerospikeClient.get(BatchPolicy policy,
List<BatchRead> records)
Read multiple records for specified batch keys in one batch call.
|
void |
IAerospikeClient.get(BatchPolicy policy,
List<BatchRead> records)
Read multiple records for specified batch keys in one batch call.
|
void |
AerospikeClient.get(EventLoop eventLoop,
BatchListListener listener,
BatchPolicy policy,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
void |
IAerospikeClient.get(EventLoop eventLoop,
BatchListListener listener,
BatchPolicy policy,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
void |
AerospikeClient.get(EventLoop eventLoop,
BatchSequenceListener listener,
BatchPolicy policy,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
void |
IAerospikeClient.get(EventLoop eventLoop,
BatchSequenceListener listener,
BatchPolicy policy,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncClient.get(BatchPolicy policy,
BatchListListener listener,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
void |
IAsyncClient.get(BatchPolicy policy,
BatchListListener listener,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
void |
AsyncClient.get(BatchPolicy policy,
BatchSequenceListener listener,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
void |
IAsyncClient.get(BatchPolicy policy,
BatchSequenceListener listener,
List<BatchRead> records)
Asynchronously read multiple records for specified batch keys in one batch call.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchSequenceListener.onRecord(BatchRead record)
This method is called when an asynchronous batch record is received from the server.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchListListener.onSuccess(List<BatchRead> records)
This method is called when an asynchronous batch get command completes successfully.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.