Class KeyQualifier
java.lang.Object
org.springframework.data.aerospike.query.Qualifier
org.springframework.data.aerospike.query.KeyQualifier
- All Implemented Interfaces:
Serializable,Map<String,Object>
public class KeyQualifier extends Qualifier
Qualifier used to query by primary key
- 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 KeyQualifier(byte[] digest)KeyQualifier(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
-
KeyQualifier
public KeyQualifier(com.aerospike.client.Value value) -
KeyQualifier
public KeyQualifier(byte[] digest)
-
-
Method Details
-
getDigest
public byte[] getDigest() -
makeKey
-