Uses of Interface
org.apache.hop.core.IExecutor
-
-
Uses of IExecutor in org.apache.hop.core
Methods in org.apache.hop.core with parameters of type IExecutor Modifier and Type Method Description static voidHopEnvironment. setExecutionInformation(IExecutor executor)Sets the executor's user and Server information -
Uses of IExecutor in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline that implement IExecutor Modifier and Type Class Description classPipelineThis class represents the information and operations associated with the execution of a Pipeline. -
Uses of IExecutor in org.apache.hop.pipeline.engines.local
Classes in org.apache.hop.pipeline.engines.local that implement IExecutor Modifier and Type Class Description classLocalPipelineEngine -
Uses of IExecutor in org.apache.hop.pipeline.engines.localsingle
Classes in org.apache.hop.pipeline.engines.localsingle that implement IExecutor Modifier and Type Class Description classLocalSinglePipelineEngine -
Uses of IExecutor in org.apache.hop.workflow
Classes in org.apache.hop.workflow that implement IExecutor Modifier and Type Class Description classWorkflowThis class executes a workflow as defined by a WorkflowMeta object. -
Uses of IExecutor in org.apache.hop.workflow.engines.local
Classes in org.apache.hop.workflow.engines.local that implement IExecutor Modifier and Type Class Description classLocalWorkflowEngine
-