Uses of Class
org.apache.hop.execution.ExecutionState
-
Packages that use ExecutionState Package Description org.apache.hop.execution org.apache.hop.execution.local org.apache.hop.execution.remote -
-
Uses of ExecutionState in org.apache.hop.execution
Methods in org.apache.hop.execution that return ExecutionState Modifier and Type Method Description ExecutionStateExecutionStateBuilder. build()ExecutionStateIExecutionInfoLocation. getExecutionState(String executionId)Get the execution state for an executionMethods in org.apache.hop.execution with parameters of type ExecutionState Modifier and Type Method Description voidIExecutionInfoLocation. updateExecutionState(ExecutionState executionState)update the execution details of an executor: pipeline, workflow, transform or action -
Uses of ExecutionState in org.apache.hop.execution.local
Methods in org.apache.hop.execution.local that return ExecutionState Modifier and Type Method Description ExecutionStateFileExecutionInfoLocation. getExecutionState(String executionId)Methods in org.apache.hop.execution.local with parameters of type ExecutionState Modifier and Type Method Description voidFileExecutionInfoLocation. updateExecutionState(ExecutionState executionState) -
Uses of ExecutionState in org.apache.hop.execution.remote
Methods in org.apache.hop.execution.remote that return ExecutionState Modifier and Type Method Description ExecutionStateRemoteExecutionInfoLocation. getExecutionState(String executionId)Methods in org.apache.hop.execution.remote with parameters of type ExecutionState Modifier and Type Method Description voidRemoteExecutionInfoLocation. updateExecutionState(ExecutionState executionState)
-