Metaspace.Space.putAll()

Signature

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

Domain

ACTION

Description

Batch put operation.

Parameters

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

Returns

TypeDescription
ObjectList containing the result of each put.

Cautions

none