public interface ExistsArrayListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when the command fails.
|
void |
onSuccess(Key[] keys,
boolean[] exists)
This method is called when the command completes successfully.
|
void onSuccess(Key[] keys, boolean[] exists)
keys - unique record identifiersexists - whether keys exists on servervoid onFailure(AerospikeException ae)
AerospikeException.BatchExists which contains results
for keys that did complete.Copyright © 2012–2023 Aerospike, Inc. All rights reserved.