org.galagosearch.tupleflow.execution
Interface StageExecutor

All Known Implementing Classes:
LocalRemoteStageExecutor, LocalStageExecutor, RemoteStageExecutor, SSHStageExecutor, ThreadedStageExecutor

public interface StageExecutor

This interface marks classes that can be used to execute TupleFlow job stages.

Author:
trevor

Method Summary
 StageExecutionStatus execute(StageGroupDescription stage, java.lang.String temporary)
           
 void shutdown()
           
 

Method Detail

execute

StageExecutionStatus execute(StageGroupDescription stage,
                             java.lang.String temporary)

shutdown

void shutdown()


Copyright © 2009. All Rights Reserved.