Class Submit


  • public class Submit
    extends TransformationSelector
    This implementation of the Selector select a transformation of type STAGEABLE and only on the submit site.
    Version:
    $Revision$
    Author:
    Gaurang Mehta
    • Constructor Summary

      Constructors 
      Constructor Description
      Submit()  
    • 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)
      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 java.lang.Object

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

      • Submit

        public Submit()
    • Method Detail

      • getTCEntry

        public java.util.List getTCEntry​(java.util.List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries,
                                         java.lang.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 class TransformationSelector
        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