java.lang.Object
org.springframework.data.aerospike.query.model.IndexKey

public class IndexKey extends Object
Author:
Anastasiia Smirnova
  • Constructor Details

    • IndexKey

      public IndexKey(String namespace, String set, String field, com.aerospike.client.query.IndexType type, com.aerospike.client.query.IndexCollectionType collectionType)
    • IndexKey

      public IndexKey(String namespace, String set, String field, com.aerospike.client.query.IndexType type, com.aerospike.client.query.IndexCollectionType collectionType, com.aerospike.client.cdt.CTX[] ctx)
  • Method Details

    • getNamespace

      public String getNamespace()
    • getSet

      public String getSet()
    • getField

      public String getField()
    • getType

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

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

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object