Class Staged


  • public class Staged
    extends TransformationSelector
    This implementation of the Selector select a transformation of type STAGEABLE on all sites.
    Version:
    $Revision$
    Author:
    Gaurang Mehta
    • Constructor Summary

      Constructors 
      Constructor Description
      Staged()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List getTCEntry​(java.util.List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Staged

        public Staged()
    • Method Detail

      • getTCEntry

        public java.util.List getTCEntry​(java.util.List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries,
                                         java.lang.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 class TransformationSelector
        Parameters:
        tcentries - List
        preferredSite - the preferred site for selecting the TC entries
        Returns:
        List