Key MethodsAerospike
The Key type exposes the following members.
Methods

  NameDescription
Public methodStatic memberComputeDigest
Generate unique server hash value from set name, key type and user defined key. The hash function is RIPEMD-160 (a 160 bit hash).
Public methodEquals
Equality uses namespace and digest.
(Overrides Object Equals(Object).)
Public methodGetHashCode
Hash lookup uses namespace and digest.
(Overrides Object GetHashCode .)
Public methodToString
Return key elements in string format.
(Overrides Object ToString .)
Back to Top
See Also