Metaspace.Space.Options.isLock()

Signature

boolean isLock (Object options)

Domain

action

Parameters

NameTypeDescription
optionsObjectThe TakeOptions or PutOptions object

Returns

TypeDescription
booleantrue - 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.

Cautions

none