Class AerospikeSecondaryIndex

java.lang.Object
com.aerospike.jdbc.model.AerospikeSecondaryIndex

public class AerospikeSecondaryIndex extends Object
  • Constructor Details

    • AerospikeSecondaryIndex

      public AerospikeSecondaryIndex(String namespace, String set, String binName, String indexName, com.aerospike.client.query.IndexType indexType, Integer binValuesRatio)
  • Method Details

    • getBinName

      public String getBinName()
    • getIndexName

      public String getIndexName()
    • getIndexType

      public com.aerospike.client.query.IndexType getIndexType()
    • getNamespace

      public String getNamespace()
    • getSet

      public String getSet()
    • getBinValuesRatio

      public Integer getBinValuesRatio()
    • toKey

      public String toKey()
    • key

      public static String key(String namespace, String set, String indexName)
    • toMap

      public Map<String,Object> toMap()
    • getOrderedFieldNames

      public static List<String> getOrderedFieldNames()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object