Metaspace.Space.takeAll()

Signature

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

Domain

ACTION

Description

Batch take operation.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
tupleObjectCollection of tuples
varargsObjectOptional TakeOptions argument

Returns

TypeDescription
ObjectList containing the result of each take.

Cautions

none