Class KeyQualifier

java.lang.Object
org.springframework.data.aerospike.query.qualifier.Qualifier
org.springframework.data.aerospike.query.KeyQualifier
All Implemented Interfaces:
Serializable, Map<QualifierKey,Object>, CriteriaDefinition

@Deprecated(since="4.6.0", forRemoval=true) public class KeyQualifier extends Qualifier
Deprecated, for removal: This API element is subject to removal in a future version.
Qualifier used to query by primary key
Author:
peter
See Also:
  • Constructor Details

    • KeyQualifier

      public KeyQualifier(com.aerospike.client.Value value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • KeyQualifier

      public KeyQualifier(byte[] digest)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDigest

      public byte[] getDigest()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • makeKey

      public com.aerospike.client.Key makeKey(String namespace, String set)
      Deprecated, for removal: This API element is subject to removal in a future version.