Interface QueryPredicate

All Known Implementing Classes:
QueryPredicateBase, QueryPredicateBinary, QueryPredicateBoolean, QueryPredicateIsNotNull, QueryPredicateIsNull, QueryPredicateLike, QueryPredicateList, QueryPredicatePrefix, QueryPredicateRange

public interface QueryPredicate
  • Method Details

    • toFilterExpression

      com.aerospike.client.exp.Exp toFilterExpression()
    • toFilter

      Optional<com.aerospike.client.query.Filter> toFilter(String binName)
    • isIndexable

      boolean isIndexable()
    • getBinNames

      List<String> getBinNames()
    • getPrimaryKeys

      default Collection<Object> getPrimaryKeys()