|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.tupleflow.execution.ThreadedStageExecutor.ThreadedStageContext
public class ThreadedStageExecutor.ThreadedStageContext
| Method Summary | |
|---|---|
int |
getBlockedInstances()
|
int |
getCompletedInstances()
|
java.util.List<java.lang.Exception> |
getExceptions()
|
java.lang.String |
getName()
|
int |
getQueuedInstances()
|
int |
getRunningInstances()
|
boolean |
isDone()
|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isDone()
isDone in interface StageExecutionStatuspublic void run()
run in interface java.lang.Runnablepublic java.lang.String getName()
getName in interface StageExecutionStatuspublic int getBlockedInstances()
getBlockedInstances in interface StageExecutionStatuspublic int getQueuedInstances()
getQueuedInstances in interface StageExecutionStatuspublic int getRunningInstances()
getRunningInstances in interface StageExecutionStatuspublic int getCompletedInstances()
getCompletedInstances in interface StageExecutionStatuspublic java.util.List<java.lang.Exception> getExceptions()
getExceptions in interface StageExecutionStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||