org.galagosearch.tupleflow.execution
Class ThreadedStageExecutor

java.lang.Object
  extended by org.galagosearch.tupleflow.execution.ThreadedStageExecutor
All Implemented Interfaces:
StageExecutor

public class ThreadedStageExecutor
extends java.lang.Object
implements StageExecutor

Author:
trevor

Nested Class Summary
static class ThreadedStageExecutor.InstanceRunnable
           
 class ThreadedStageExecutor.ThreadedStageContext
           
 
Constructor Summary
ThreadedStageExecutor()
           
 
Method Summary
 ThreadedStageExecutor.ThreadedStageContext execute(StageGroupDescription stage, java.lang.String temporary)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedStageExecutor

public ThreadedStageExecutor()
Method Detail

execute

public ThreadedStageExecutor.ThreadedStageContext execute(StageGroupDescription stage,
                                                          java.lang.String temporary)
Specified by:
execute in interface StageExecutor

shutdown

public void shutdown()
Specified by:
shutdown in interface StageExecutor


Copyright © 2009. All Rights Reserved.