Metaspace.Space.Options.isUnlock()

Signature

boolean isUnlock (Object options)

Domain

ACTION

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

NameTypeDescription
optionsObjectThe TakeOptions or PutOptions object

Returns

TypeDescription
booleantrue - Unlock the key if the take/put operation is successful. false - Do not unlock the key after the take/put operation.

Cautions

none