Class LatestUpdateQualifier
java.lang.Object
org.springframework.data.aerospike.query.Qualifier
org.springframework.data.aerospike.query.LatestUpdateQualifier
- All Implemented Interfaces:
Serializable,Map<String,Object>
public class LatestUpdateQualifier extends Qualifier
Qualifier used to query by latest update time
- Author:
- eluppol
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.aerospike.query.Qualifier
Qualifier.FilterOperation, Qualifier.QualifierRegexpBuilder -
Constructor Summary
Constructors Constructor Description LatestUpdateQualifier(Qualifier.FilterOperation op, com.aerospike.client.Value value) -
Method Summary
Modifier and Type Method Description com.aerospike.client.query.PredExpgetFieldExpr(int valType)Methods inherited from class org.springframework.data.aerospike.query.Qualifier
asFilter, asFilter, clear, containsKey, containsValue, entrySet, get, getField, getOperation, getQualifiers, getValue1, getValue2, isEmpty, keySet, put, putAll, queryAsFilter, remove, size, toPredExp, toString, valuesMethods 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
-
LatestUpdateQualifier
-
-
Method Details
-
getFieldExpr
public com.aerospike.client.query.PredExp getFieldExpr(int valType)- Overrides:
getFieldExprin classQualifier
-