public interface IndexListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException exception)
This method is called when an asynchronous command fails.
|
void |
onSuccess(AsyncIndexTask indexTask)
This method is called when an asynchronous command completes successfully.
|
void onSuccess(AsyncIndexTask indexTask)
indexTask - task monitor that can be used to query for index command completion.void onFailure(AerospikeException exception)
exception - error that occurredCopyright © 2012–2023 Aerospike, Inc. All rights reserved.