edu.isi.pegasus.planner.catalog.transformation.mapper
public class Submit extends Mapper
mLogger, mProps, mSiteStore, mTCHandle, mTCMap, PACKAGE_NAME| Constructor and Description |
|---|
Submit(PegasusBag bag)
The protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMode()
Returns the TCMapper Mode.
|
Map |
getSiteMap(String namespace,
String name,
String version,
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, loadTCMapperpublic Submit(PegasusBag bag)
bag - the bag of initialization objectspublic Map getSiteMap(String namespace, String name, String version, List siteids)
getSiteMap in class Mappernamespace - 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.