Object take (String spaceName, Object tuple, Object... varargs)
Object take (String spaceName, Object tuple, Object... varargs)
Name | Type | Description |
---|---|---|
spaceName | String | The space name specified must be prefixed with the Metaspace name. Example ms.S1 |
tuple | Object | Tuple to take |
varargs | Object | Optional TakeOptions argument |
Type | Description |
---|---|
Object | Tuple itself |