Metaspace.Space.get()

Signature

Object get (String spaceName, Object keyTuple)

Domain

ACTION

Description

Get the value from the Space for the specified key.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
keyTupleObjectKey passed in a Tuple format.

Returns

TypeDescription
ObjectThe value as a Tuple

Cautions

none