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