public interface BatchListListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException exception)
This method is called when an asynchronous batch get command fails.
|
void |
onSuccess(List<BatchRead> records)
This method is called when an asynchronous batch get command completes successfully.
|
void onSuccess(List<BatchRead> records)
records - record instances, BatchRead.record
will be null if the key is not foundvoid onFailure(AerospikeException exception)
exception - error that occurredCopyright ? 2012–2018 Aerospike, Inc. All rights reserved.