Class Staged
java.lang.Object
edu.isi.pegasus.planner.selector.TransformationSelector
edu.isi.pegasus.planner.selector.transformation.Staged
This implementation of the Selector select a transformation of type STAGEABLE on all sites.
- 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) Takes a list of TransformationCatalogEntry objects and returns 1 or many TransformationCatalogEntry objects as a list by selecting only Static stageable binary'sMethods inherited from class edu.isi.pegasus.planner.selector.TransformationSelector
loadTXSelector
-
Constructor Details
-
Staged
public Staged()
-
-
Method Details
-
getTCEntry
public List getTCEntry(List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, String preferredSite) Takes a list of TransformationCatalogEntry objects and returns 1 or many TransformationCatalogEntry objects as a list by selecting only Static stageable binary's- Specified by:
getTCEntry
in classTransformationSelector
- Parameters:
tcentries
- ListpreferredSite
- the preferred site for selecting the TC entries- Returns:
- List
-