Uses of Interface
org.galagosearch.tupleflow.execution.StageExecutor

Packages that use StageExecutor
org.galagosearch.tupleflow.execution   
 

Uses of StageExecutor in org.galagosearch.tupleflow.execution
 

Classes in org.galagosearch.tupleflow.execution that implement StageExecutor
 class LocalRemoteStageExecutor
          This executor has no practical use at all.
 class LocalStageExecutor
           
 class RemoteStageExecutor
           
 class SSHStageExecutor
          This will eventually allow you to run TupleFlow workers on other machines using SSH.
 class ThreadedStageExecutor
           
 

Methods in org.galagosearch.tupleflow.execution that return StageExecutor
static StageExecutor StageExecutorFactory.newInstance(java.lang.String name, java.lang.String... args)
           
 

Methods in org.galagosearch.tupleflow.execution with parameters of type StageExecutor
 void JobExecutor.run(StageExecutor executor)
           
 void JobExecutor.runWithServer(StageExecutor executor, org.mortbay.jetty.Server server)
           
 

Constructors in org.galagosearch.tupleflow.execution with parameters of type StageExecutor
JobExecutor.JobExecutionStatus(java.util.HashMap<java.lang.String,StageGroupDescription> stages, java.lang.String temporaryStorage, StageExecutor executor, java.lang.String masterURL)
           
 



Copyright © 2009. All Rights Reserved.