Uses of Interface
edu.isi.pegasus.planner.code.CodeGenerator
-
Packages that use CodeGenerator Package Description edu.isi.pegasus.planner.code edu.isi.pegasus.planner.code.generator edu.isi.pegasus.planner.code.generator.condor -
-
Uses of CodeGenerator in edu.isi.pegasus.planner.code
Methods in edu.isi.pegasus.planner.code that return CodeGenerator Modifier and Type Method Description static CodeGeneratorCodeGeneratorFactory. loadInstance(PegasusBag bag)This method loads the appropriate implementing code generator as specified by the user at runtime.static CodeGeneratorCodeGeneratorFactory. loadInstance(PegasusBag bag, java.lang.String className)This method loads the appropriate code generator as specified by the user at runtime. -
Uses of CodeGenerator in edu.isi.pegasus.planner.code.generator
Classes in edu.isi.pegasus.planner.code.generator that implement CodeGenerator Modifier and Type Class Description classAbstractAn Abstract Base class implementing the CodeGenerator interface.classDAXReplicaStoreA generator that writes out the replica store containing a file based replica catalog that has the file locations mentioned in the DAX.classHashedFileA Condor Submit Writer, that understands the notion of hashed file directories.classMonitordNotifyA MonitordNotify Input File Generator that generates the input file required for pegasus-monitord.classPBSThis code generator generates a PBS submit script for the workflow, that can be submitted directly using qsub.classPMCThis code generator generates a shell script in the submit directory.classShellThis code generator generates a shell script in the submit directory.classStampedeA Stampede Events Code Generator that generates events in netlogger format for the exectuable workflow.classStorkThis implementation generates files that can be understood by Stork. -
Uses of CodeGenerator in edu.isi.pegasus.planner.code.generator.condor
Classes in edu.isi.pegasus.planner.code.generator.condor that implement CodeGenerator Modifier and Type Class Description classCondorGeneratorThis class generates the condor submit files for the DAG which has to be submitted to the Condor DagMan.
-