Class Submit
java.lang.Object
edu.isi.pegasus.planner.selector.TransformationSelector
edu.isi.pegasus.planner.selector.transformation.Submit
This implementation of the Selector select a transformation of type STAGEABLE and only on the
submit site.
- Version:
- $Revision$
- Author:
- Gaurang Mehta
-
Field Summary
Fields inherited from class edu.isi.pegasus.planner.selector.TransformationSelector
mLogger, PACKAGE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTCEntry
(List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, String preferredSite) This method returns a list of TransformationCatalogEntry objects of type STATIC_BINARY and only available on the Submit machine( "local" site).Methods inherited from class edu.isi.pegasus.planner.selector.TransformationSelector
loadTXSelector
-
Constructor Details
-
Submit
public Submit()
-
-
Method Details
-
getTCEntry
public List getTCEntry(List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, String preferredSite) This method returns a list of TransformationCatalogEntry objects of type STATIC_BINARY and only available on the Submit machine( "local" site).- Specified by:
getTCEntry
in classTransformationSelector
- Parameters:
tcentries
- the original list of TransformationCatalogEntry objects on which the selector needs to run.preferredSite
- the preferred site for selecting the TC entries- Returns:
- List
-