aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

Add support of asynchronous index related methods #137

Closed igor-ermolenko closed 4 years ago

igor-ermolenko commented 5 years ago

It would be great to have an asynchronous equivalent of index related methods in AerospikeClient: createIndex(), deleteIndex() and indexExists()

kptfh commented 4 years ago

https://github.com/aerospike/aerospike-client-java/pull/147

BrianNichols commented 4 years ago

Java client 4.4.8 has been released with async index support.

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