Object compareAndTake (String spaceName, Object compareTuple, Object ... varargs)
Object compareAndTake (String spaceName, Object compareTuple, Object ... varargs)
Name | Type | Description |
---|---|---|
spaceName | String | The space name specified must be prefixed with the Metaspace name. Example ms.S1 |
compareTuple | Object | The tuple whose fields have to be compared, and take if successful |
varargs | Object | Optional TakeOptions specified |
Type | Description |
---|---|
Object | The Tuple that was taken. |