Class Qualifier

java.lang.Object
org.springframework.data.aerospike.query.Qualifier
All Implemented Interfaces:
Serializable, Map<String,Object>
Direct Known Subclasses:
AerospikeCriteria, ExpiryQualifier, KeyQualifier, LatestUpdateQualifier

public class Qualifier extends Object implements Map<String,Object>, Serializable
Generic Bin qualifier. It acts as a filter to exclude records that do not meet the given criteria.

For the list of the supported operations see FilterOperation

Author:
Peter Milne
See Also: