Metaspace.Space.lockAll()

Signature

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

Domain

ACTION

Description

Batch lock operation.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
tuplesObjectCollection of tuples to be loaded
varargsObjectOptional LockOptions specifies custom lock wait/forget choices.

Returns

TypeDescription
Object List containing the result of each lock.

Cautions

none