Metaspace.Space.compareAndTakeAll()
Signature
Object compareAndTakeAll (String spaceName, Object compareTuples, Object ... varargs)
Description
Batch compareAndTake operation.
Parameters
Name | Type | Description |
spaceName | String | The space name specified must be prefixed with the Metaspace name. Example ms.S1 |
compareTuples | Object | The Collection of tuples whose fields have to be compared, and take if successful |
varargs | Object | Optional TakeOptions specified |
Returns
Type | Description |
Object | SpaceResultList is returned |