Uses of Class
org.apache.hop.execution.Execution
-
Packages that use Execution Package Description org.apache.hop.execution org.apache.hop.execution.local org.apache.hop.execution.remote -
-
Uses of Execution in org.apache.hop.execution
Methods in org.apache.hop.execution that return Execution Modifier and Type Method Description ExecutionExecutionBuilder. build()ExecutionIExecutionInfoLocation. findLastExecution(ExecutionType executionType, String name)Find the last execution of with a given type and nameExecutionIExecutionInfoLocation. findPreviousSuccessfulExecution(ExecutionType executionType, String name)Find the previous successful execution of a pipeline or workflow.ExecutionIExecutionInfoLocation. getExecution(String executionId)Get the execution information for a specific execution ID.Methods in org.apache.hop.execution that return types with arguments of type Execution Modifier and Type Method Description List<Execution>IExecutionInfoLocation. findExecutions(String parentExecutionId)Find all the child executions for a particular execution ID.List<Execution>IExecutionInfoLocation. findExecutions(IExecutionMatcher matcher)Find executions with a matcher.Methods in org.apache.hop.execution with parameters of type Execution Modifier and Type Method Description booleanIExecutionMatcher. matches(Execution execution)voidIExecutionInfoLocation. registerExecution(Execution execution)Register an execution of a pipeline or workflow at this location * * -
Uses of Execution in org.apache.hop.execution.local
Methods in org.apache.hop.execution.local that return Execution Modifier and Type Method Description ExecutionFileExecutionInfoLocation. findLastExecution(ExecutionType executionType, String name)ExecutionFileExecutionInfoLocation. findPreviousSuccessfulExecution(ExecutionType executionType, String name)ExecutionFileExecutionInfoLocation. getExecution(String executionId)Methods in org.apache.hop.execution.local that return types with arguments of type Execution Modifier and Type Method Description List<Execution>FileExecutionInfoLocation. findExecutions(String parentExecutionId)List<Execution>FileExecutionInfoLocation. findExecutions(IExecutionMatcher matcher)Methods in org.apache.hop.execution.local with parameters of type Execution Modifier and Type Method Description voidFileExecutionInfoLocation. registerExecution(Execution execution) -
Uses of Execution in org.apache.hop.execution.remote
Methods in org.apache.hop.execution.remote that return Execution Modifier and Type Method Description ExecutionRemoteExecutionInfoLocation. findLastExecution(ExecutionType executionType, String name)ExecutionRemoteExecutionInfoLocation. findPreviousSuccessfulExecution(ExecutionType executionType, String name)ExecutionRemoteExecutionInfoLocation. getExecution(String executionId)Methods in org.apache.hop.execution.remote that return types with arguments of type Execution Modifier and Type Method Description List<Execution>RemoteExecutionInfoLocation. findExecutions(String parentExecutionId)List<Execution>RemoteExecutionInfoLocation. findExecutions(IExecutionMatcher matcher)Methods in org.apache.hop.execution.remote with parameters of type Execution Modifier and Type Method Description voidRemoteExecutionInfoLocation. registerExecution(Execution execution)
-