Uses of Interface
org.apache.hop.pipeline.engine.IEngineComponent
-
-
Uses of IEngineComponent in org.apache.hop.core.util
Classes in org.apache.hop.core.util that implement IEngineComponent Modifier and Type Class Description classAbstractTransform<Meta extends ITransformMeta,Data extends ITransformData> -
Uses of IEngineComponent in org.apache.hop.execution
Methods in org.apache.hop.execution with parameters of type IEngineComponent Modifier and Type Method Description static ExecutionStateBuilderExecutionStateBuilder. fromTransform(IPipelineEngine<PipelineMeta> pipeline, IEngineComponent component) -
Uses of IEngineComponent in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return IEngineComponent Modifier and Type Method Description IEngineComponentPipeline. findComponent(String name, int copyNr)Methods in org.apache.hop.pipeline that return types with arguments of type IEngineComponent Modifier and Type Method Description List<IEngineComponent>Pipeline. getComponentCopies(String name)List<IEngineComponent>Pipeline. getComponents()Methods in org.apache.hop.pipeline with parameters of type IEngineComponent Modifier and Type Method Description String[]PipelinePainter. getPeekFields(IEngineComponent component) -
Uses of IEngineComponent in org.apache.hop.pipeline.engine
Classes in org.apache.hop.pipeline.engine that implement IEngineComponent Modifier and Type Class Description classEngineComponentMethods in org.apache.hop.pipeline.engine that return IEngineComponent Modifier and Type Method Description IEngineComponentIPipelineEngine. findComponent(String name, int copyNr)Find a component by name and copy nrMethods in org.apache.hop.pipeline.engine that return types with arguments of type IEngineComponent Modifier and Type Method Description List<IEngineComponent>IPipelineEngine. getComponentCopies(String name)Find all component copies by nameMap<IEngineComponent,Map<IEngineMetric,Long>>EngineMetrics. getComponentMetricsMap()Gets componentMetricsMapMap<IEngineComponent,List<PerformanceSnapShot>>EngineMetrics. getComponentPerformanceSnapshots()Gets componentPerformanceSnapshotsMap<IEngineComponent,Boolean>EngineMetrics. getComponentRunningMap()Gets componentRunningMapList<IEngineComponent>EngineMetrics. getComponents()Gets componentsList<IEngineComponent>IPipelineEngine. getComponents()Get a list of componentsMap<IEngineComponent,String>EngineMetrics. getComponentSpeedMap()Gets componentSpeedMapMap<IEngineComponent,String>EngineMetrics. getComponentStatusMap()Gets componentStatusMapMethods in org.apache.hop.pipeline.engine with parameters of type IEngineComponent Modifier and Type Method Description voidEngineMetrics. addCompomentPerformanceSnapShot(IEngineComponent component, PerformanceSnapShot snapShot)voidEngineMetrics. addComponent(IEngineComponent component)LongEngineMetrics. getComponentMetric(IEngineComponent component, IEngineMetric metric)Retrieve the amount for a specific metricvoidEngineMetrics. incrementComponentMetric(IEngineComponent component, IEngineMetric metric)Increment the amount for a specific metric (+1).LongEngineMetrics. removeComponentMetric(IEngineComponent component, IEngineMetric metric)Remove the amount for a specific metricvoidEngineMetrics. setComponentMetric(IEngineComponent component, IEngineMetric metric, Long amount)voidEngineMetrics. setComponentRunning(IEngineComponent component, Boolean running)voidEngineMetrics. setComponentSpeed(IEngineComponent component, String status)voidEngineMetrics. setComponentStatus(IEngineComponent component, String status)Method parameters in org.apache.hop.pipeline.engine with type arguments of type IEngineComponent Modifier and Type Method Description voidEngineMetrics. setComponentMetricsMap(Map<IEngineComponent,Map<IEngineMetric,Long>> componentMetricsMap)voidEngineMetrics. setComponentPerformanceSnapshots(Map<IEngineComponent,List<PerformanceSnapShot>> componentPerformanceSnapshots)voidEngineMetrics. setComponentRunningMap(Map<IEngineComponent,Boolean> componentRunningMap)voidEngineMetrics. setComponents(List<IEngineComponent> components)voidEngineMetrics. setComponentSpeedMap(Map<IEngineComponent,String> componentSpeedMap)voidEngineMetrics. setComponentStatusMap(Map<IEngineComponent,String> componentStatusMap) -
Uses of IEngineComponent in org.apache.hop.pipeline.engines.remote
Methods in org.apache.hop.pipeline.engines.remote that return IEngineComponent Modifier and Type Method Description IEngineComponentRemotePipelineEngine. findComponent(String name, int copyNr)Methods in org.apache.hop.pipeline.engines.remote that return types with arguments of type IEngineComponent Modifier and Type Method Description List<IEngineComponent>RemotePipelineEngine. getComponentCopies(String name)List<IEngineComponent>RemotePipelineEngine. getComponents() -
Uses of IEngineComponent in org.apache.hop.pipeline.transform
Subinterfaces of IEngineComponent 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 IEngineComponent 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.Methods in org.apache.hop.pipeline.transform with parameters of type IEngineComponent Modifier and Type Method Description voidTransformStatus. updateAll(IEngineComponent component)Constructors in org.apache.hop.pipeline.transform with parameters of type IEngineComponent Constructor Description TransformStatus(IEngineComponent component) -
Uses of IEngineComponent in org.apache.hop.pipeline.transforms.dummy
Classes in org.apache.hop.pipeline.transforms.dummy that implement IEngineComponent Modifier and Type Class Description classDummyDo nothing. -
Uses of IEngineComponent in org.apache.hop.pipeline.transforms.file
Classes in org.apache.hop.pipeline.transforms.file that implement IEngineComponent Modifier and Type Class Description classBaseFileInputTransform<Meta extends BaseFileInputMeta,Data extends BaseFileInputTransformData>This class contains base functionality for file-based input transforms. -
Uses of IEngineComponent in org.apache.hop.pipeline.transforms.injector
Classes in org.apache.hop.pipeline.transforms.injector that implement IEngineComponent Modifier and Type Class Description classInjectorExecutor class to allow a java program to inject rows of data into a pipeline. -
Uses of IEngineComponent in org.apache.hop.pipeline.transforms.missing
Classes in org.apache.hop.pipeline.transforms.missing that implement IEngineComponent Modifier and Type Class Description classMissingTransform
-