Class Index
java.lang.Object
org.springframework.data.aerospike.query.model.Index
public class Index extends Object
This class represents a Secondary Index
created in the cluster.
- Author:
- Peter Milne, Anastasiia Smirnova
-
Constructor Summary
Constructors Constructor Description Index() -
Method Summary
Modifier and Type Method Description StringgetBin()com.aerospike.client.query.IndexCollectionTypegetCollectionType()StringgetName()StringgetNamespace()StringgetSet()com.aerospike.client.query.IndexTypegetType()
-
Constructor Details
-
Index
public Index()
-
-
Method Details
-
getName
-
getBin
-
getSet
-
getNamespace
-
getType
public com.aerospike.client.query.IndexType getType() -
getCollectionType
public com.aerospike.client.query.IndexCollectionType getCollectionType()
-