public interface ExistsListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(AerospikeException exception)
This method is called when an asynchronous exists command fails.
|
void |
onSuccess(Key key,
boolean exists)
This method is called when an asynchronous exists command completes successfully.
|
void onSuccess(Key key, boolean exists)
key
- unique record identifierexists
- whether key exists on servervoid onFailure(AerospikeException exception)
exception
- error that occurredCopyright ? 2012–2018 Aerospike, Inc. All rights reserved.