Metaspace.Space.compareAndPutAll()
Signature
Object compareAndPutAll (String spaceName, Object compareTuples, Object updateTuples, Object ... varags)
Description
Batch compareAndPut operation.
Parameters
Name | Type | Description |
spaceName | String | The space name specified must be prefixed with the Metaspace name. Example ms.S1 |
compareTuples | Object | The tuple to be compared |
updateTuples | Object | The tuple to be replaced if the comparison is true. |
varargs | Object | Optional PutOptions specified |
Returns
Type | Description |
Object | List containing the result of each compareAndPut |