Object put(String spaceName, Object tuple, Object... varargs)
Object put(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 | The Tuple to set. |
varargs | Object | Optional LockOptions specifies custom lock wait/forget choices |
Type | Description |
---|---|
Object | A Tuple containing the values of the previously existing entry with the same key, if one exists. |