public interface BatchOperateListListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when the command fails.
|
void |
onSuccess(List<BatchRecord> records,
boolean status)
This method is called when the command completes successfully.
|
void onSuccess(List<BatchRecord> records, boolean status)
records - record instances, BatchRecord.record
will be null if an error occurred for that key.status - true if all records returned success.void onFailure(AerospikeException ae)
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.