Metaspace.Space.unlock()

Signature

void unlock (String spaceName, Object tuple, Object ... varargs)

Domain

ACTION

Description

Unlocks the entry stored in the Space which has the key specified in the given Tuple.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
tupleObject The key tuple. Object has to be of type Tuple
varargsObjectOptional UnlockOptions specifies custom unlock choices

Returns

TypeDescription
void

Cautions

none