Uses of Class
edu.isi.pegasus.planner.selector.TransformationSelector
-
Packages that use TransformationSelector Package Description edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.selector Provides the interface and call-out to the site selector mechanism.edu.isi.pegasus.planner.selector.transformation -
-
Uses of TransformationSelector in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as TransformationSelector Modifier and Type Field Description private TransformationSelectorInterPoolEngine. mTXSelectorThe handle to the transformation selector, that ends up selecting what transformations to pick up. -
Uses of TransformationSelector in edu.isi.pegasus.planner.selector
Methods in edu.isi.pegasus.planner.selector that return TransformationSelector Modifier and Type Method Description static TransformationSelectorTransformationSelector. loadTXSelector(java.lang.String className)Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file. -
Uses of TransformationSelector in edu.isi.pegasus.planner.selector.transformation
Subclasses of TransformationSelector in edu.isi.pegasus.planner.selector.transformation Modifier and Type Class Description classInstalledThis implementation of the Selector returns a list of TransformationCatalogEntry objects of type INSTALLED y on the submit site.classRandomThis implemenation of the TCSelector selects a random TransformationCatalogEntry from a List of entries.classRoundRobinThis implementation of the Selector select a transformation from a list in a round robin fashion.classStagedThis implementation of the Selector select a transformation of type STAGEABLE on all sites.classSubmitThis implementation of the Selector select a transformation of type STAGEABLE and only on the submit site.
-