Uses of Class
edu.isi.pegasus.planner.classes.AggregatedJob
-
-
Uses of AggregatedJob in edu.isi.pegasus.planner.cluster
Methods in edu.isi.pegasus.planner.cluster that return AggregatedJob Modifier and Type Method Description AggregatedJobJobAggregator. constructAbstractAggregatedJob(java.util.List jobs, java.lang.String name, java.lang.String id)Constructs an abstract aggregated job that has a handle to the appropriate JobAggregator that will be used to aggregate the jobs.Methods in edu.isi.pegasus.planner.cluster with parameters of type AggregatedJob Modifier and Type Method Description abstract voidAbstract. determineInputOutputFiles(AggregatedJob job, java.util.List<Job> orderedJobs)Determine the input and output files of the job on the basis of the order of the constituent jobs in the AggregatedJob.voidVertical. determineInputOutputFiles(AggregatedJob job, java.util.List<Job> orderedJobs)Determine the input and output files of the job on the basis of the order of the constituent jobs in the AggregatedJob.protected voidHorizontal. logRefinerAction(AggregatedJob clusteredJob, JobAggregator aggregator)Records the refiner action into the Provenace Store as a XML fragment.voidJobAggregator. makeAbstractAggregatedJobConcrete(AggregatedJob job)Enables the abstract clustered job for execution and converts it to it's executable form -
Uses of AggregatedJob in edu.isi.pegasus.planner.cluster.aggregator
Methods in edu.isi.pegasus.planner.cluster.aggregator that return AggregatedJob Modifier and Type Method Description AggregatedJobAbstract. constructAbstractAggregatedJob(java.util.List jobs, java.lang.String name, java.lang.String id)Constructs a new aggregated job that contains all the jobs passed to it.AggregatedJobAbstract. constructAbstractAggregatedJob(java.util.List jobs, java.lang.String name, java.lang.String id, java.lang.String mergeLFN)Constructs an abstract aggregated job that has a handle to the appropriate JobAggregator that will be used to aggregate the jobs.Methods in edu.isi.pegasus.planner.cluster.aggregator with parameters of type AggregatedJob Modifier and Type Method Description abstract java.lang.StringAbstract. aggregatedJobArguments(AggregatedJob job)Returns the arguments with which theAggregatedJobneeds to be invoked with.java.lang.StringMPIExec. aggregatedJobArguments(AggregatedJob job)Returns the arguments with which theAggregatedJobneeds to be invoked with.java.lang.StringSeqExec. aggregatedJobArguments(AggregatedJob job)Returns the arguments with which theAggregatedJobneeds to be invoked with.protected java.lang.StringSeqExec. logFile(AggregatedJob job)Returns the name of the log file to used on the remote site, for the seqexec job.voidAbstract. makeAbstractAggregatedJobConcrete(AggregatedJob job)Enables the abstract clustered job for execution and converts it to it's executable formvoidMPIExec. makeAbstractAggregatedJobConcrete(AggregatedJob job)Enables the abstract clustered job for execution and converts it to it's executable form.voidSeqExec. makeAbstractAggregatedJobConcrete(AggregatedJob job)Enables the abstract clustered job for execution and converts it to it's executable form.protected java.io.FileAbstract. writeOutInputFileForJobAggregator(AggregatedJob job)Writes out the input file for the aggregated jobprotected java.io.FileMPIExec. writeOutInputFileForJobAggregator(AggregatedJob job)Writes out the input file for the aggregated job -
Uses of AggregatedJob in edu.isi.pegasus.planner.code
Methods in edu.isi.pegasus.planner.code with parameters of type AggregatedJob Modifier and Type Method Description booleanGridStart. enable(AggregatedJob job, boolean isGlobusJob)Enables a job to run on the grid. -
Uses of AggregatedJob in edu.isi.pegasus.planner.code.generator.condor
Methods in edu.isi.pegasus.planner.code.generator.condor with parameters of type AggregatedJob Modifier and Type Method Description voidCondorStyle. apply(AggregatedJob job)Apply a style to an AggregatedJob -
Uses of AggregatedJob in edu.isi.pegasus.planner.code.generator.condor.style
Methods in edu.isi.pegasus.planner.code.generator.condor.style with parameters of type AggregatedJob Modifier and Type Method Description voidAbstract. apply(AggregatedJob job)Apply a style to an AggregatedJob -
Uses of AggregatedJob in edu.isi.pegasus.planner.code.gridstart
Methods in edu.isi.pegasus.planner.code.gridstart that return AggregatedJob Modifier and Type Method Description AggregatedJobNoGridStart. enable(AggregatedJob aggJob, java.util.Collection jobs)Enables a collection of jobs and puts them into an AggregatedJob.Methods in edu.isi.pegasus.planner.code.gridstart with parameters of type AggregatedJob Modifier and Type Method Description booleanKickstart. enable(AggregatedJob job, boolean isGlobusJob)Enables a constituentJob to run on the grid.booleanNoGridStart. enable(AggregatedJob job, boolean isGlobusJob)Enables a job to run on the grid.AggregatedJobNoGridStart. enable(AggregatedJob aggJob, java.util.Collection jobs)Enables a collection of jobs and puts them into an AggregatedJob.booleanPegasusLite. enable(AggregatedJob job, boolean isGlobusJob)Enables a job to run on the grid.
-