public class ExecutionPlan
extends java.lang.Object
| Constructor and Description |
|---|
ExecutionPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNodes(java.lang.String name,
int taskId,
INodeInstance node)
Add a node instance of this execution
|
void |
addOps(IParallelOperation op) |
boolean |
equals(java.lang.Object o) |
ExecutionState |
getExecutionState() |
java.util.Set<java.lang.String> |
getNodeNames() |
java.util.Map<java.lang.Integer,INodeInstance> |
getNodes() |
java.util.Map<java.lang.Integer,INodeInstance> |
getNodes(java.lang.String taskName) |
java.util.List<IParallelOperation> |
getParallelOperations() |
int |
hashCode() |
boolean |
isNodeAvailable(java.lang.String taskName) |
void |
setExecutionState(ExecutionState executionState) |
java.lang.String |
toString() |
public void addNodes(java.lang.String name,
int taskId,
INodeInstance node)
taskId - the global task idnode - the instancepublic java.util.Map<java.lang.Integer,INodeInstance> getNodes()
public void addOps(IParallelOperation op)
public java.util.List<IParallelOperation> getParallelOperations()
public boolean isNodeAvailable(java.lang.String taskName)
public java.util.Map<java.lang.Integer,INodeInstance> getNodes(java.lang.String taskName)
public java.util.Set<java.lang.String> getNodeNames()
public ExecutionState getExecutionState()
public void setExecutionState(ExecutionState executionState)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object