Uses of Class
com.aerospike.client.task.IndexTask
Packages that use IndexTask
-
Uses of IndexTask in com.aerospike.client
Methods in com.aerospike.client that return IndexTaskModifier and TypeMethodDescriptionfinal IndexTaskAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType) Create scalar secondary index.final IndexTaskAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Create complex secondary index to be used on bins containing collections.IAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType) Create scalar secondary index.IAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Create complex secondary index to be used on bins containing collections.final IndexTaskDelete secondary index.Delete secondary index.