Object takeAll (String spaceName, Object tuples, Object... varargs)
Object takeAll (String spaceName, Object tuples, Object... varargs)
Name | Type | Description |
---|---|---|
spaceName | String | The space name specified must be prefixed with the Metaspace name. Example ms.S1 |
tuple | Object | Collection of tuples |
varargs | Object | Optional TakeOptions argument |
Type | Description |
---|---|
Object | List containing the result of each take. |