Metaspace.Space.unlockAll()

Signature

Object unlockAll (String spaceName, Object tuples, Object... varargs)

Domain

ACTION

Description

Batch unlock operation.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
tuplesObjectThe key tuples. Object has to be of type Collection
varargsObjectOptional UnlockOptions specifies custom unlock choices

Returns

TypeDescription
ObjectCollection of SpaceResult

Cautions

none