Overload List
Name | Description | |
---|---|---|
CompareAndPut(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.
| |
CompareAndPut(Tuple, Tuple, PutOptions) |
Same as CompareAndPut(Tuple, Tuple) with PutOptions to specify put options
|