CitrusleafClient AddDigest Method Aerospike
Overload List

  NameDescription
Public methodAddDigest( Byte , Object, CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for specified key digest. If the record or bin does not exist, it will be created with the specified value. Non-Digest database methods send the normal key and set name to the server which converts them to a digest. Digest methods send the digest directly. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultBin
Public methodAddDigest(String,  Byte , IDictionary String, Object , CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for each bin for specified key digest. If the record or bin does not exist, it will be created with the specified value. Non-Digest database methods send the normal key and set name to the server which converts them to a digest. Digest methods send the digest directly.
Public methodAddDigest(String,  Byte , IList String , IList Object , CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for each bin for specified key digest. If the record or bin does not exist, it will be created with the specified value. Non-Digest database methods send the normal key and set name to the server which converts them to a digest. Digest methods send the digest directly.
Public methodAddDigest(String,  Byte , String, Object, CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for specified key digest. If the record or bin does not exist, it will be created with the specified value. Non-Digest database methods send the normal key and set name to the server which converts them to a digest. Digest methods send the digest directly.
Back to Top
See Also