Uses of Interface
org.apache.hop.pipeline.transform.ITransform
-
-
Uses of ITransform in org.apache.hop.core.util
Classes in org.apache.hop.core.util with type parameters of type ITransform Modifier and Type Class Description classAbstractTransformMeta<Main extends ITransform,Data extends ITransformData>Classes in org.apache.hop.core.util that implement ITransform Modifier and Type Class Description classAbstractTransform<Meta extends ITransformMeta,Data extends ITransformData> -
Uses of ITransform in org.apache.hop.execution
Methods in org.apache.hop.execution with parameters of type ITransform Modifier and Type Method Description static ExecutionBuilderExecutionBuilder. fromTransform(IPipelineEngine<PipelineMeta> pipeline, ITransform transform) -
Uses of ITransform in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline with type parameters of type ITransform Modifier and Type Class Description classTransformWithMappingMeta<Main extends ITransform,Data extends ITransformData>This class is supposed to use in transforms where the mapping to sub pipelines takes placeMethods in org.apache.hop.pipeline that return ITransform Modifier and Type Method Description ITransformPipeline. findRunThread(String transformName)Find the run thread for the transform with the specified name.ITransformPipeline. getRunThread(int i)Gets the run thread for the transform at the specified index.ITransformPipeline. getRunThread(String name, int copy)Gets the run thread for the transform with the specified name and copy number.ITransformPipeline. getTransform(String name, int copyNr)Find the ITransform (thread) by looking it up using the name.ITransformRowProducer. getTransform()Methods in org.apache.hop.pipeline that return types with arguments of type ITransform Modifier and Type Method Description List<ITransform>Pipeline. getTransforms(String name)Find the available executing transform copies for the transform with the specified nameMethods in org.apache.hop.pipeline with parameters of type ITransform Modifier and Type Method Description voidRowProducer. setTransform(ITransform transform)Constructors in org.apache.hop.pipeline with parameters of type ITransform Constructor Description RowProducer(ITransform transform, IRowSet rowSet) -
Uses of ITransform in org.apache.hop.pipeline.transform
Classes in org.apache.hop.pipeline.transform with type parameters of type ITransform Modifier and Type Class Description classBaseTransformMeta<Main extends ITransform,Data extends ITransformData>This class is responsible for implementing common functionality regarding transform meta, such as logging.Classes in org.apache.hop.pipeline.transform that implement ITransform 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.Fields in org.apache.hop.pipeline.transform declared as ITransform Modifier and Type Field Description ITransformTransformMetaDataCombi. transformMethods in org.apache.hop.pipeline.transform that return ITransform Modifier and Type Method Description ITransformBaseTransformMeta. createTransform(TransformMeta transformMeta, ITransformData data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline)ITransformITransformMeta. createTransform(TransformMeta transformMeta, ITransformData data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline)Methods in org.apache.hop.pipeline.transform with parameters of type ITransform Modifier and Type Method Description voidIRowDistribution. distributeRow(IRowMeta rowMeta, Object[] row, ITransform iTransform)Do the actual row distribution in the transformvoidITransformFinishedListener. transformFinished(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)This method is called when a transform completes all work and is finished.voidITransformStartedListener. transformStarted(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)This method is called when a transform started to execute. -
Uses of ITransform in org.apache.hop.pipeline.transforms.dummy
Classes in org.apache.hop.pipeline.transforms.dummy that implement ITransform Modifier and Type Class Description classDummyDo nothing. -
Uses of ITransform in org.apache.hop.pipeline.transforms.file
Classes in org.apache.hop.pipeline.transforms.file with type parameters of type ITransform Modifier and Type Class Description classBaseFileInputMeta<Main extends ITransform,Data extends ITransformData,A extends BaseFileInputAdditionalField,I extends BaseFileInputFiles,F extends BaseFileField>Base meta for file-based input transforms.Classes in org.apache.hop.pipeline.transforms.file that implement ITransform Modifier and Type Class Description classBaseFileInputTransform<Meta extends BaseFileInputMeta,Data extends BaseFileInputTransformData>This class contains base functionality for file-based input transforms. -
Uses of ITransform in org.apache.hop.pipeline.transforms.injector
Classes in org.apache.hop.pipeline.transforms.injector that implement ITransform Modifier and Type Class Description classInjectorExecutor class to allow a java program to inject rows of data into a pipeline. -
Uses of ITransform in org.apache.hop.pipeline.transforms.missing
Classes in org.apache.hop.pipeline.transforms.missing that implement ITransform Modifier and Type Class Description classMissingTransform
-