Uses of Class
org.apache.hop.execution.ExecutionType
-
Packages that use ExecutionType Package Description org.apache.hop.execution org.apache.hop.execution.local org.apache.hop.execution.remote -
-
Uses of ExecutionType in org.apache.hop.execution
Fields in org.apache.hop.execution declared as ExecutionType Modifier and Type Field Description ExecutionTypeExecutionBuilder. executionTypeMethods in org.apache.hop.execution that return ExecutionType Modifier and Type Method Description ExecutionTypeExecution. getExecutionType()Gets executionTypeExecutionTypeExecutionData. getExecutionType()Gets executionTypeExecutionTypeExecutionState. getExecutionType()Gets executionTypestatic ExecutionTypeExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionType[]ExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hop.execution with parameters of type ExecutionType Modifier and Type Method Description List<String>IExecutionInfoLocation. findChildIds(ExecutionType parentExecutionType, String parentExecutionId)Find children of an execution.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.voidExecution. setExecutionType(ExecutionType executionType)Sets executionTypevoidExecutionData. setExecutionType(ExecutionType executionType)Sets executionTypevoidExecutionState. setExecutionType(ExecutionType executionType)Sets executionTypeExecutionDataBuilderExecutionDataBuilder. withExecutionType(ExecutionType executionType)ExecutionStateBuilderExecutionStateBuilder. withExecutionType(ExecutionType executionType)ExecutionBuilderExecutionBuilder. withExecutorType(ExecutionType executionType) -
Uses of ExecutionType in org.apache.hop.execution.local
Methods in org.apache.hop.execution.local with parameters of type ExecutionType Modifier and Type Method Description List<String>FileExecutionInfoLocation. findChildIds(ExecutionType parentExecutionType, String parentExecutionId)ExecutionFileExecutionInfoLocation. findLastExecution(ExecutionType executionType, String name)ExecutionFileExecutionInfoLocation. findPreviousSuccessfulExecution(ExecutionType executionType, String name) -
Uses of ExecutionType in org.apache.hop.execution.remote
Methods in org.apache.hop.execution.remote with parameters of type ExecutionType Modifier and Type Method Description List<String>RemoteExecutionInfoLocation. findChildIds(ExecutionType parentExecutionType, String parentExecutionId)ExecutionRemoteExecutionInfoLocation. findLastExecution(ExecutionType executionType, String name)ExecutionRemoteExecutionInfoLocation. findPreviousSuccessfulExecution(ExecutionType executionType, String name)
-