Uses of Interface
org.apache.hop.core.logging.IHasLogChannel
-
-
Uses of IHasLogChannel in org.apache.hop.core.logging
Methods in org.apache.hop.core.logging that return IHasLogChannel Modifier and Type Method Description IHasLogChannelILogParentProvided. getLogChannelProvider() -
Uses of IHasLogChannel in org.apache.hop.core.util
Classes in org.apache.hop.core.util that implement IHasLogChannel Modifier and Type Class Description classAbstractTransform<Meta extends ITransformMeta,Data extends ITransformData> -
Uses of IHasLogChannel in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline that implement IHasLogChannel Modifier and Type Class Description classPipelineThis class represents the information and operations associated with the execution of a Pipeline. -
Uses of IHasLogChannel in org.apache.hop.pipeline.engines.local
Classes in org.apache.hop.pipeline.engines.local that implement IHasLogChannel Modifier and Type Class Description classLocalPipelineEngine -
Uses of IHasLogChannel in org.apache.hop.pipeline.engines.localsingle
Classes in org.apache.hop.pipeline.engines.localsingle that implement IHasLogChannel Modifier and Type Class Description classLocalSinglePipelineEngine -
Uses of IHasLogChannel in org.apache.hop.pipeline.transform
Subinterfaces of IHasLogChannel in org.apache.hop.pipeline.transform Modifier and Type Interface Description interfaceITransformThe interface that any pipeline transform or plugin needs to implement.Classes in org.apache.hop.pipeline.transform that implement IHasLogChannel Modifier and Type Class Description classBaseTransform<Meta extends ITransformMeta,Data extends ITransformData>This class can be extended for the actual row processing of the implemented transform. -
Uses of IHasLogChannel in org.apache.hop.pipeline.transforms.dummy
Classes in org.apache.hop.pipeline.transforms.dummy that implement IHasLogChannel Modifier and Type Class Description classDummyDo nothing. -
Uses of IHasLogChannel in org.apache.hop.pipeline.transforms.file
Classes in org.apache.hop.pipeline.transforms.file that implement IHasLogChannel Modifier and Type Class Description classBaseFileInputTransform<Meta extends BaseFileInputMeta,Data extends BaseFileInputTransformData>This class contains base functionality for file-based input transforms. -
Uses of IHasLogChannel in org.apache.hop.pipeline.transforms.injector
Classes in org.apache.hop.pipeline.transforms.injector that implement IHasLogChannel Modifier and Type Class Description classInjectorExecutor class to allow a java program to inject rows of data into a pipeline. -
Uses of IHasLogChannel in org.apache.hop.pipeline.transforms.missing
Classes in org.apache.hop.pipeline.transforms.missing that implement IHasLogChannel Modifier and Type Class Description classMissingTransform -
Uses of IHasLogChannel in org.apache.hop.workflow
Classes in org.apache.hop.workflow that implement IHasLogChannel Modifier and Type Class Description classWorkflowThis class executes a workflow as defined by a WorkflowMeta object. -
Uses of IHasLogChannel in org.apache.hop.workflow.action
Subinterfaces of IHasLogChannel in org.apache.hop.workflow.action Modifier and Type Interface Description interfaceIActionIAction is the main Java interface that a plugin implements.Classes in org.apache.hop.workflow.action that implement IHasLogChannel Modifier and Type Class Description classActionBaseBase class for the different types of workflow actions. -
Uses of IHasLogChannel in org.apache.hop.workflow.actions.dummy
Classes in org.apache.hop.workflow.actions.dummy that implement IHasLogChannel Modifier and Type Class Description classActionDummy -
Uses of IHasLogChannel in org.apache.hop.workflow.actions.missing
Classes in org.apache.hop.workflow.actions.missing that implement IHasLogChannel Modifier and Type Class Description classMissingAction -
Uses of IHasLogChannel in org.apache.hop.workflow.actions.start
Classes in org.apache.hop.workflow.actions.start that implement IHasLogChannel Modifier and Type Class Description classActionStartThe start action is starting point for workflow execution. -
Uses of IHasLogChannel in org.apache.hop.workflow.engines.local
Classes in org.apache.hop.workflow.engines.local that implement IHasLogChannel Modifier and Type Class Description classLocalWorkflowEngine
-