Uses of Class
com.aerospike.client.task.IndexTask

Packages that use IndexTask
com.aerospike.client   
 

Uses of IndexTask in com.aerospike.client
 

Methods in com.aerospike.client that return IndexTask
 IndexTask AerospikeClient.createIndex(Policy policy, java.lang.String namespace, java.lang.String setName, java.lang.String indexName, java.lang.String binName, IndexType indexType)
          Create secondary index.