public class Staged extends Mapper
mLogger, mProps, mSiteStore, mTCHandle, mTCMap, PACKAGE_NAME
Constructor and Description |
---|
Staged(PegasusBag bag)
The protected constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMode()
Returns the TCMapper Mode.
|
java.util.Map |
getSiteMap(java.lang.String namespace,
java.lang.String name,
java.lang.String version,
java.util.List siteids)
This method returns a Map of compute sites to List of TransformationCatalogEntry
objects that are valid for that site
|
getSiteList, getTCList, isSiteValid, isStageableMapper, loadTCMapper
public Staged(PegasusBag bag)
bag
- the bag of initialization objectspublic java.util.Map getSiteMap(java.lang.String namespace, java.lang.String name, java.lang.String version, java.util.List siteids)
getSiteMap
in class Mapper
namespace
- String The namespace of the logical transformationname
- String The name of the logical transformationversion
- String The version of the logical transformationsiteids
- List The sites for which you want the map.