Metaspace.Space.unlock()

Signature

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

Domain

action

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