boolean isLock (Object options)
boolean isLock (Object options)
Name | Type | Description |
---|---|---|
options | Object | The TakeOptions or PutOptions object |
Type | Description |
---|---|
boolean | true - The keys of any tuples stored with this TakeOptions/PutOptions object will be locked after the tuples are removed/stored in the space. false - The keys of any tuples put with this TakeOptions/PutOptions object will not be locked after the tuples are removed/stored in the space. |