public class MultiNodeExample extends JavaExecutable
execInitializer| Constructor and Description |
|---|
MultiNodeExample() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
execute(TaskResult... results)
The content of this method will be executed once after being scheduled.
This may generate a result as an Object. |
getAllNodesURL, getErr, getGlobalSpace, getInputSpace, getIterationIndex, getLocalSpace, getMetadata, getNodesURL, getOut, getOutputSpace, getProgress, getReplicationIndex, getResultMap, getSignalAPI, getSynchronizationAPI, getThirdPartyCredential, getUserSpace, getVariables, init, initAPIs, initDataSpaces, initMetadata, initResultMap, internalInit, setProgress, setVariablespublic Serializable execute(TaskResult... results)
JavaExecutableObject. It can be whatever you want.execute in class JavaExecutableresults - the results (as a taskResult) from parent tasks.