Overload List

  NameDescription
Public methodCompareAndPut(Tuple, Tuple)
Specifies a tuple to look for. If the old value is unmodified, replaces the existing tuple with the specified value. If there is a mismatch returns the existing value. User does not need to do another get to retrieve the current value in Space.
Public methodCompareAndPut(Tuple, Tuple, PutOptions)
Same as CompareAndPut(Tuple, Tuple) with PutOptions to specify put options

See Also