public class Index
extends Object
This class represents a Secondary Index created in the cluster.
- Author:
- Peter Milne, Anastasiia Smirnova
-
Constructor Summary
Constructors
Index(String name,
String namespace,
String set,
String bin,
com.aerospike.client.query.IndexType indexType,
com.aerospike.client.query.IndexCollectionType indexCollectionType)
-
-
Constructor Details
-
Index
public Index(String name,
String namespace,
String set,
String bin,
com.aerospike.client.query.IndexType indexType,
com.aerospike.client.query.IndexCollectionType indexCollectionType)