Metaspace.Space.Options.isUnlock()
Signature
boolean isUnlock (Object options)
Description
For TakeOptions - Retrieve the current setting for whether or not to unlock the key of a tuple after it is removed from a space.
For PutOptions - Retrieve whether or not to unlock the key of a tuple after it is stored into a space.
Parameters
Name | Type | Description |
options | Object | The TakeOptions or PutOptions object |
Returns
Type | Description |
boolean | true - Unlock the key if the take/put operation is successful. false - Do not unlock the key after the take/put operation. |