Metaspace.getSpace()

Signature

Object getSpace (String metaSpaceName, String spaceName, boolean isSeeder)

Domain

ACTION

Description

Returns the space after joining it with role of SEEDER or LEECH, if it is not already joined.The fully qualified space name is derived by concatenating .

Parameters

NameTypeDescription
metaSpaceNameStringmetaspace name
spaceNameStringunqualified Space name
isSeederbooleanSEEDER if true else LEECH

Returns

TypeDescription
Objectthe space after joining it with role LEECH, if it is not already joined

Cautions

none