public interface BatchListListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when the command fails.
|
void |
onSuccess(List<BatchRead> records)
This method is called when the command completes successfully.
|
void onSuccess(List<BatchRead> records)
records - record instances, BatchRecord.record
will be null if the key is not foundvoid onFailure(AerospikeException ae)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.