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