Class ExpiryQualifier
java.lang.Object
org.springframework.data.aerospike.query.Qualifier
org.springframework.data.aerospike.query.ExpiryQualifier
- All Implemented Interfaces:
Serializable,Map<String,Object>
public class ExpiryQualifier extends Qualifier
Qualifier used to query by expiry epoch
- Author:
- peter
- 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 ExpiryQualifier(Qualifier.FilterOperation op, com.aerospike.client.Value value) -
Method Summary
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, toFilterExp, 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
-
ExpiryQualifier
-