Class All


  • public class All
    extends Mapper
    This implementation of the mapper generates maps for sites with installed as well as stageable transformations.
    Version:
    $Revision$
    Author:
    Gaurang Mehta
    • Constructor Summary

      Constructors 
      Constructor Description
      All​(PegasusBag bag)
      The private constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMode()
      Returns the mode description.
      java.util.Map getSiteMap​(java.lang.String namespace, java.lang.String name, java.lang.String version, java.util.List siteids)
      This method returns a Map of compute sites to List of TransformationCatalogEntry objects that are valid for that site.
      • Methods inherited from class java.lang.Object

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

      • All

        public All​(PegasusBag bag)
        The private constructor.
        Parameters:
        bag - the bag of initialization objects
    • Method Detail

      • getSiteMap

        public java.util.Map getSiteMap​(java.lang.String namespace,
                                        java.lang.String name,
                                        java.lang.String version,
                                        java.util.List siteids)
        This method returns a Map of compute sites to List of TransformationCatalogEntry objects that are valid for that site.
        Specified by:
        getSiteMap in class Mapper
        Parameters:
        namespace - String The namespace of the logical transformation
        name - String The name of the logical transformation
        version - String The version of the logical transformation
        siteids - List The sites for which you want the map.
        Returns:
        Map Key=String SiteId , Values = List of TransformationCatalogEntry object. Returns null if no entries are found.
      • getMode

        public java.lang.String getMode()
        Returns the mode description.
        Specified by:
        getMode in class Mapper
        Returns:
        String