CitrusleafClient SetDigest Method Aerospike
Overload List

  NameDescription
Public methodSetDigest( Byte , Object, CitrusleafWriteInfo)
Set bin value for specified key digest. If the key or bin does not exist, it will be created. If the bin exists its value is replaced. Others bins are ignored. 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 methodSetDigest(String,  Byte , IDictionary String, Object , CitrusleafWriteInfo)
Set record bin values for specified key digest and bin names. If the key or bin does not exist, it will be created. If the bin exists its value is replaced. Others bins are ignored. 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 methodSetDigest(String,  Byte , IList String , IList Object , CitrusleafWriteInfo)
Set record bin values for specified key digest and bin names. If the key or bin does not exist, it will be created. If the bin exists its value is replaced. Others bins are ignored. 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 methodSetDigest(String,  Byte , String, Object, CitrusleafWriteInfo)
Set bin value for specified key and bin name digest. If the key or bin does not exist, it will be created. If the bin exists its value is replaced. Others bins are ignored. 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