Uses of Class
edu.isi.pegasus.planner.catalog.transformation.Mapper
-
-
Uses of Mapper in edu.isi.pegasus.planner.catalog.transformation
Methods in edu.isi.pegasus.planner.catalog.transformation that return Mapper Modifier and Type Method Description static MapperMapper. loadTCMapper(java.lang.String className, PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file. -
Uses of Mapper in edu.isi.pegasus.planner.catalog.transformation.mapper
Subclasses of Mapper in edu.isi.pegasus.planner.catalog.transformation.mapper Modifier and Type Class Description classAllThis implementation of the mapper generates maps for sites with installed as well as stageable transformations.classInstalledThis class only generates maps for sites with installed transformations.classStagedThis implementation only generates maps for sites where transformation can be stagedclassSubmitThis implementation of the TCMapper returns a TCMap which only contains Stageable executables from the Local site. -
Uses of Mapper in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as Mapper Modifier and Type Field Description private MapperPegasusBag. mTCMapperThe handle to the Transformation Mapper.Methods in edu.isi.pegasus.planner.classes that return Mapper Modifier and Type Method Description MapperPegasusBag. getHandleToTransformationMapper()A convenice method to get the handle to the transformation mapper. -
Uses of Mapper in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as Mapper Modifier and Type Field Description private MapperInterPoolEngine. mTCMapperThe handle to the transformation catalog mapper object that caches the queries to the transformation catalog, and indexes them according to lfn's. -
Uses of Mapper in edu.isi.pegasus.planner.selector.site
Fields in edu.isi.pegasus.planner.selector.site declared as Mapper Modifier and Type Field Description protected MapperAbstract. mTCMapperThe handle to the TCMapper object. -
Uses of Mapper in edu.isi.pegasus.planner.selector.site.heft
Fields in edu.isi.pegasus.planner.selector.site.heft declared as Mapper Modifier and Type Field Description protected MapperAlgorithm. mTCMapperHandle to the TCMapper.
-