Metaspace.Space.compareAndTakeAll()

Signature

Object compareAndTakeAll (String spaceName, Object compareTuples, Object ... varargs)

Domain

ACTION

Description

Batch compareAndTake operation.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
compareTuplesObjectThe Collection of tuples whose fields have to be compared, and take if successful
varargsObjectOptional TakeOptions specified

Returns

TypeDescription
ObjectSpaceResultList is returned

Cautions

none