Uses of Interface
edu.isi.pegasus.planner.transfer.mapper.OutputMapper
-
Packages that use OutputMapper Package Description edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.transfer.mapper edu.isi.pegasus.planner.transfer.mapper.impl -
-
Uses of OutputMapper in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as OutputMapper Modifier and Type Field Description private OutputMapperTransferEngine. mOutputMapperHandle to an OutputMapper that tells what -
Uses of OutputMapper in edu.isi.pegasus.planner.transfer.mapper
Methods in edu.isi.pegasus.planner.transfer.mapper that return OutputMapper Modifier and Type Method Description static OutputMapperOutputMapperFactory. loadInstance(ADag dag, PegasusBag bag)Loads the implementing class corresponding to the value specified in the properties.static OutputMapperOutputMapperFactory. loadInstance(java.lang.String className, PegasusBag bag, ADag dag)Loads the implementing class corresponding to the class. -
Uses of OutputMapper in edu.isi.pegasus.planner.transfer.mapper.impl
Classes in edu.isi.pegasus.planner.transfer.mapper.impl that implement OutputMapper Modifier and Type Class Description classAbstractFileFactoryBasedMapperThe abstract class that serves as the base class for the File Factory based mappers.classFixedA convenience mapper implementation that stages output files to a fixed directory, specified using properties.classFlatMaps the output files to a flat directory on the output site.classHashedMaps the output files in a Hashed Directory structure on the output site.classReplicaThis class connects to a Replica Catalog backend to determine where an output file should be placed on the output site.
-