public interface IndexListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
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 ae)
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.