|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.tupleflow.execution.RemoteStageExecutor
org.galagosearch.tupleflow.execution.LocalRemoteStageExecutor
public class LocalRemoteStageExecutor
This executor has no practical use at all. It's only here to make it easy to test the RemoteExecutor base class. This executor is essentially the same as the LocalStageExecutor in that it runs everything in a single thread, but it serializes the job information and then reads it again.
| Constructor Summary | |
|---|---|
LocalRemoteStageExecutor()
|
|
| Method Summary | |
|---|---|
void |
shutdown()
|
StageExecutionStatus |
submit(java.lang.String stageName,
java.util.ArrayList<java.lang.String> jobPaths,
java.lang.String temporary)
|
| Methods inherited from class org.galagosearch.tupleflow.execution.RemoteStageExecutor |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalRemoteStageExecutor()
| Method Detail |
|---|
public StageExecutionStatus submit(java.lang.String stageName,
java.util.ArrayList<java.lang.String> jobPaths,
java.lang.String temporary)
submit in class RemoteStageExecutorpublic void shutdown()
shutdown in interface StageExecutorshutdown in class RemoteStageExecutor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||