Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.async |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.