aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

dropIndex should provide api to wait until operation is completed #89

Closed Aloren closed 6 years ago

Aloren commented 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.

BrianNichols commented 6 years ago

We will look into returning a DropIndexTask from dropIndex() in a future client release.

BrianNichols commented 6 years ago

IndexTask is now returned from dropIndex() in Java client 4.1.3.

https://www.aerospike.com/download/client/java/4.1.3/