org.galagosearch.tupleflow.execution
Class LocalStageExecutor

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

public class LocalStageExecutor
extends java.lang.Object
implements StageExecutor

Author:
trevor

Nested Class Summary
static class LocalStageExecutor.SequentialExecutionContext
           
 
Constructor Summary
LocalStageExecutor()
           
 
Method Summary
 LocalStageExecutor.SequentialExecutionContext execute(StageGroupDescription stage, java.lang.String temporary)
           
 LocalStageExecutor.SequentialExecutionContext execute(StageInstanceDescription stage)
           
 StageExecutionStatus execute(java.lang.String descriptionFile)
           
static void main(java.lang.String[] args)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalStageExecutor

public LocalStageExecutor()
Method Detail

execute

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

execute

public LocalStageExecutor.SequentialExecutionContext execute(StageInstanceDescription stage)

execute

public StageExecutionStatus execute(java.lang.String descriptionFile)

shutdown

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

main

public static void main(java.lang.String[] args)
                 throws java.io.UnsupportedEncodingException,
                        javax.xml.parsers.ParserConfigurationException,
                        org.xml.sax.SAXException,
                        java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.UnsupportedEncodingException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 2009. All Rights Reserved.