|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeExecutionJob | |
---|---|
org.knime.core.node.exec | |
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of NodeExecutionJob in org.knime.core.node.exec |
---|
Subclasses of NodeExecutionJob in org.knime.core.node.exec | |
---|---|
class |
LocalNodeExecutionJob
A locally executed node job. |
Methods in org.knime.core.node.exec that return NodeExecutionJob | |
---|---|
NodeExecutionJob |
ThreadNodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings,
PortObject[] inports,
NodeContainer snc)
Read the information previously stored in the settings object and restore an executing job. |
NodeExecutionJob |
ThreadNodeExecutionJobManager.submitJob(NodeContainer nc,
PortObject[] data)
Executes the given node container with this job manager. |
Methods in org.knime.core.node.exec with parameters of type NodeExecutionJob | |
---|---|
boolean |
ThreadNodeExecutionJobManager.canDisconnect(NodeExecutionJob job)
Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again. |
void |
ThreadNodeExecutionJobManager.disconnect(NodeExecutionJob job)
Disconnects the running job. |
void |
ThreadNodeExecutionJobManager.saveReconnectSettings(NodeExecutionJob job,
NodeSettingsWO settings)
Saves all the information necessary to reconnect to the specified job after it is disconnected. |
Uses of NodeExecutionJob in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return NodeExecutionJob | |
---|---|
(package private) NodeExecutionJob |
NodeContainer.getExecutionJob()
|
NodeExecutionJob |
NodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings,
PortObject[] inports,
NodeContainer nc)
Read the information previously stored in the settings object and restore an executing job. |
NodeExecutionJob |
NodeExecutionJobManager.submitJob(NodeContainer nc,
PortObject[] data)
Executes the given node container with this job manager. |
Methods in org.knime.core.node.workflow with parameters of type NodeExecutionJob | |
---|---|
boolean |
NodeExecutionJobManager.canDisconnect(NodeExecutionJob job)
Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again. |
void |
NodeExecutionJobManager.disconnect(NodeExecutionJob job)
Disconnects the running job. |
void |
NodeExecutionJobManager.saveReconnectSettings(NodeExecutionJob job,
NodeSettingsWO settings)
Saves all the information necessary to reconnect to the specified job after it is disconnected. |
(package private) void |
NodeContainer.setExecutionJob(NodeExecutionJob executionJob)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |