Uses of Interface
org.apache.hop.pipeline.engine.IPipelineComponentRowsReceived
-
Packages that use IPipelineComponentRowsReceived Package Description org.apache.hop.pipeline org.apache.hop.pipeline.engine org.apache.hop.pipeline.engines.remote -
-
Uses of IPipelineComponentRowsReceived in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline with parameters of type IPipelineComponentRowsReceived Modifier and Type Method Description voidPipeline. retrieveComponentOutput(IVariables variables, String componentName, int copyNr, int nrRows, IPipelineComponentRowsReceived rowsReceived) -
Uses of IPipelineComponentRowsReceived in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine with parameters of type IPipelineComponentRowsReceived Modifier and Type Method Description voidIPipelineEngine. retrieveComponentOutput(IVariables variables, String componentName, int copyNr, int nrRows, IPipelineComponentRowsReceived rowsReceived)Retrieve output rows from a component copy. -
Uses of IPipelineComponentRowsReceived in org.apache.hop.pipeline.engines.remote
Methods in org.apache.hop.pipeline.engines.remote with parameters of type IPipelineComponentRowsReceived Modifier and Type Method Description voidRemotePipelineEngine. retrieveComponentOutput(IVariables variables, String componentName, int copyNr, int nrRows, IPipelineComponentRowsReceived rowsReceived)
-