Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.async |
Modifier and Type | Method and Description |
---|---|
void |
AerospikeClient.exists(EventLoop eventLoop,
ExistsSequenceListener listener,
BatchPolicy policy,
Key[] keys)
Asynchronously check if multiple record keys exist in one batch call.
|
void |
IAerospikeClient.exists(EventLoop eventLoop,
ExistsSequenceListener listener,
BatchPolicy policy,
Key[] keys)
Asynchronously check if multiple record keys exist in one batch call.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncClient.exists(BatchPolicy policy,
ExistsSequenceListener listener,
Key[] keys)
Asynchronously check if multiple record keys exist in one batch call.
|
void |
IAsyncClient.exists(BatchPolicy policy,
ExistsSequenceListener listener,
Key[] keys)
Asynchronously check if multiple record keys exist in one batch call.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.