Package nz.org.riskscape.engine.pipeline
Class ExecutionResult
java.lang.Object
nz.org.riskscape.engine.pipeline.ExecutionResult
Returned from PipelineExecutor#execute(RealizedPipeline, ExecutionOptions)
.
This is the result of starting the pipeline execution, i.e. kicking off the threads required
to do the actual data processing work. #join()
can then be called to wait for the executing
threads to complete.
-
Constructor Details
-
ExecutionResult
-
-
Method Details
-
getExecuted
The pipeline that was ultimately executed - it might differ from what was passed to execute in structural ways, but not functional ways.
-
getPipelineOutputs
-
getJobContext
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-