public interface BatchSequenceListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when the command fails.
|
void |
onRecord(BatchRead record)
This method is called when an asynchronous batch record is received from the server.
|
void |
onSuccess()
This method is called when the command completes successfully.
|
void onRecord(BatchRead record)
record - record instance, BatchRecord.record
will be null if the key is not foundvoid onSuccess()
void onFailure(AerospikeException ae)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.