Metaspace.Space.load()

Signature

void load (String space, Object tuple)

Domain

ACTION

Description

Load behaves exactly as a put, except that it does not trigger 'Persister.onWrite(com.tibco.as.space.persistence.WriteAction)' method.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
tupleObjectA Tuple containing values to be stored into the Space

Returns

TypeDescription
void

Cautions

none