public interface RecordArrayListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when the command fails.
|
void |
onSuccess(Key[] keys,
Record[] records)
This method is called when the command completes successfully.
|
void onSuccess(Key[] keys, Record[] records)
keys - unique record identifiersrecords - record instances, an instance will be null if the key is not foundvoid onFailure(AerospikeException ae)
AerospikeException.BatchRecords which contains results
for keys that did complete.Copyright © 2012–2023 Aerospike, Inc. All rights reserved.