Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.async |
Modifier and Type | Method and Description |
---|---|
void |
AerospikeClient.exists(EventLoop eventLoop,
ExistsListener listener,
Policy policy,
Key key)
Asynchronously determine if a record key exists.
|
void |
IAerospikeClient.exists(EventLoop eventLoop,
ExistsListener listener,
Policy policy,
Key key)
Asynchronously determine if a record key exists.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncClient.exists(Policy policy,
ExistsListener listener,
Key key)
Asynchronously determine if a record key exists.
|
void |
IAsyncClient.exists(Policy policy,
ExistsListener listener,
Key key)
Asynchronously determine if a record key exists.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.