Closed Aloren closed 6 years ago
Currently AerospikeClient provides API for creation and deletion of index. When creating index it is possible to wait until it is created using IndexTask.waitTillComplete, but the same API is missing for deletion.
AerospikeClient
IndexTask.waitTillComplete
We will look into returning a DropIndexTask from dropIndex() in a future client release.
IndexTask is now returned from dropIndex() in Java client 4.1.3.
https://www.aerospike.com/download/client/java/4.1.3/
Currently
AerospikeClient
provides API for creation and deletion of index. When creating index it is possible to wait until it is created usingIndexTask.waitTillComplete
, but the same API is missing for deletion.