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 Details

    • Index

      public Index(String name, String namespace, String set, String bin, com.aerospike.client.query.IndexType indexType, com.aerospike.client.query.IndexCollectionType indexCollectionType)
  • Method Details

    • getName

      public String getName()
    • getBin

      public String getBin()
    • getSet

      public String getSet()
    • getNamespace

      public String getNamespace()
    • getType

      public com.aerospike.client.query.IndexType getType()
    • getCollectionType

      public com.aerospike.client.query.IndexCollectionType getCollectionType()
    • getCTX

      public com.aerospike.client.cdt.CTX[] getCTX()