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

Packages that use ErrorStore
org.galagosearch.tupleflow.execution   
 

Uses of ErrorStore in org.galagosearch.tupleflow.execution
 

Methods in org.galagosearch.tupleflow.execution that return ErrorStore
 ErrorStore JobConstructor.getErrorStore()
           
 

Methods in org.galagosearch.tupleflow.execution with parameters of type ErrorStore
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.
static boolean JobExecutor.runLocally(Job job, ErrorStore store)
           
static void Verification.verify(Job job, ErrorStore store)
           
static void Verification.verify(Stage stage, ErrorStore store)
           
static void Verification.verify(org.galagosearch.tupleflow.execution.Verification.TypeState state, Stage stage, java.util.ArrayList<Step> steps, ErrorStore store)
           
 

Constructors in org.galagosearch.tupleflow.execution with parameters of type ErrorStore
JobConstructor(ErrorStore store)
           
JobConstructor(java.lang.String fileName, ErrorStore store)
          Creates a new instance of JobConstructor
JobExecutor(Job job, java.lang.String temporaryStorage, ErrorStore store)
           
 



Copyright © 2009. All Rights Reserved.