Uses of Class
org.galagosearch.tupleflow.execution.Job

Packages that use Job
org.galagosearch.tupleflow.execution   
 

Uses of Job in org.galagosearch.tupleflow.execution
 

Methods in org.galagosearch.tupleflow.execution that return Job
 Job JobConstructor.getJob()
           
 Job JobConstructor.JobHandler.getJob()
           
static Job JobExecutor.optimize(Job job)
          This method tries to combine stages together to reduce overhead.
static Job JobExecutor.parseFile(java.lang.String filename, ErrorStore store)
          Parses the XML text in the file specified by the filename parameter into a Job.
static Job JobExecutor.parseText(java.lang.String text, ErrorStore store)
          Parses the XML text in the text parameter into a Job.
 

Methods in org.galagosearch.tupleflow.execution with parameters of type Job
 void Job.add(java.lang.String jobName, Job group)
          Sometimes its convenient to specify a group of stages as its own job, with connections that flow between stages specified in the job.
 void JobExecutor.addMergeStage(Job job, java.lang.String stageName, java.lang.String pointName)
          Add a merge stage to this job that merges the output of stageName called pointName.
 void JobExecutor.addMergeStages(Job job)
          Find stages that need to open a lot of files for reading when running, and add some intermediate merge stages to reduce problems with open files.
 void JobExecutor.findDanglingEndpoints(Job job)
          In the parameter file, each stage has a connections section that describes a set of connection endpoints for the stage (inputs and outputs).
static Job JobExecutor.optimize(Job job)
          This method tries to combine stages together to reduce overhead.
static void JobExecutor.renameConnections(Job job, Stage source, Stage destination)
           
static boolean JobExecutor.runLocally(Job job, ErrorStore store)
           
static void Verification.verify(Job job, ErrorStore store)
           
 

Constructors in org.galagosearch.tupleflow.execution with parameters of type Job
JobExecutor(Job job, java.lang.String temporaryStorage, ErrorStore store)
           
 



Copyright © 2009. All Rights Reserved.