|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.workflow.virtual.ParallelizedChunkContent
public final class ParallelizedChunkContent
An object representing the copied content of a chunk that is executed in parallel.
| Constructor Summary | |
|---|---|
ParallelizedChunkContent(WorkflowManager manager,
NodeID virtualInputID,
NodeID virtualOutputID,
NodeID[] copiedLoopContent)
|
|
| Method Summary | |
|---|---|
void |
cancelExecution()
Cancel execution. |
void |
executeChunk()
Trigger execution of branch for this chunk. |
boolean |
executionInProgress()
|
NodeID[] |
getCopiedLoopContent()
|
PortObject[] |
getOutportContent()
|
NodeID |
getVirtualOutputID()
|
boolean |
isExecuted()
|
void |
registerLoopEndStateChangeListener(ParallelizedChunkContentMaster pccm)
|
void |
removeAllNodesFromWorkflow()
Remove all nodes (and connections) of this chunk. |
void |
removeLoopEndStateChangeListener(ParallelizedChunkContentMaster pccm)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelizedChunkContent(WorkflowManager manager,
NodeID virtualInputID,
NodeID virtualOutputID,
NodeID[] copiedLoopContent)
manager - virtualInputID - virtualOutputID - copiedLoopContent -
IllegalArgumentException - If the input/output nodes are not
of the expected type.| Method Detail |
|---|
public void executeChunk()
public NodeID getVirtualOutputID()
public NodeID[] getCopiedLoopContent()
public void registerLoopEndStateChangeListener(ParallelizedChunkContentMaster pccm)
nmodel - public void removeLoopEndStateChangeListener(ParallelizedChunkContentMaster pccm)
nmodel - public void removeAllNodesFromWorkflow()
public boolean isExecuted()
public boolean executionInProgress()
public void cancelExecution()
public PortObject[] getOutportContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||