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
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.aerospike.client.query.FilterasFilter()voidvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()getField()com.aerospike.client.Valuecom.aerospike.client.Valuecom.aerospike.client.ValuebooleanisEmpty()keySet()voidintsize()com.aerospike.client.exp.ExptoString()values()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Qualifier
-
-
Method Details
-
getOperation
-
getField
-
asFilter
-
queryAsFilter
-
getQualifiers
-
getValue1
public com.aerospike.client.Value getValue1() -
getValue2
public com.aerospike.client.Value getValue2() -
getValue3
public com.aerospike.client.Value getValue3() -
asFilter
public com.aerospike.client.query.Filter asFilter() -
toFilterExp
public com.aerospike.client.exp.Exp toFilterExp() -
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
toString
-