Uses of Interface
org.apache.hop.execution.sampler.IExecutionDataSampler
-
-
Uses of IExecutionDataSampler in org.apache.hop.execution.profiling
Methods in org.apache.hop.execution.profiling that return types with arguments of type IExecutionDataSampler Modifier and Type Method Description List<IExecutionDataSampler>ExecutionDataProfile. getSamplers()Gets samplersMethod parameters in org.apache.hop.execution.profiling with type arguments of type IExecutionDataSampler Modifier and Type Method Description voidExecutionDataProfile. setSamplers(List<IExecutionDataSampler> samplers)Sets samplersConstructor parameters in org.apache.hop.execution.profiling with type arguments of type IExecutionDataSampler Constructor Description ExecutionDataProfile(String name, String description, List<IExecutionDataSampler> samplers) -
Uses of IExecutionDataSampler in org.apache.hop.execution.sampler
Methods in org.apache.hop.execution.sampler that return IExecutionDataSampler Modifier and Type Method Description IExecutionDataSampler<Store>IExecutionDataSampler. clone()Methods in org.apache.hop.execution.sampler with parameters of type IExecutionDataSampler Modifier and Type Method Description IRowListenerExecutionDataSamplerStoreBase. createRowListener(IExecutionDataSampler sampler)IRowListenerIExecutionDataSamplerStore. createRowListener(IExecutionDataSampler<?> dataSampler)Create a row listener to attach to a transform -
Uses of IExecutionDataSampler in org.apache.hop.execution.sampler.plugins
Classes in org.apache.hop.execution.sampler.plugins that implement IExecutionDataSampler Modifier and Type Class Description classExecutionDataSamplerBase<Store extends IExecutionDataSamplerStore> -
Uses of IExecutionDataSampler in org.apache.hop.execution.sampler.plugins.dataprof
Classes in org.apache.hop.execution.sampler.plugins.dataprof that implement IExecutionDataSampler Modifier and Type Class Description classBasicDataProfilingDataSampler -
Uses of IExecutionDataSampler in org.apache.hop.execution.sampler.plugins.first
Classes in org.apache.hop.execution.sampler.plugins.first that implement IExecutionDataSampler Modifier and Type Class Description classFirstRowsExecutionDataSampler -
Uses of IExecutionDataSampler in org.apache.hop.execution.sampler.plugins.last
Classes in org.apache.hop.execution.sampler.plugins.last that implement IExecutionDataSampler Modifier and Type Class Description classLastRowsExecutionDataSampler -
Uses of IExecutionDataSampler in org.apache.hop.execution.sampler.plugins.random
Classes in org.apache.hop.execution.sampler.plugins.random that implement IExecutionDataSampler Modifier and Type Class Description classRandomRowsExecutionDataSampler -
Uses of IExecutionDataSampler in org.apache.hop.pipeline
Fields in org.apache.hop.pipeline with type parameters of type IExecutionDataSampler Modifier and Type Field Description protected List<IExecutionDataSampler<? extends IExecutionDataSamplerStore>>Pipeline. dataSamplersPlugins can use this to add additional data samplers to the pipeline.Methods in org.apache.hop.pipeline with type parameters of type IExecutionDataSampler Modifier and Type Method Description <Store extends IExecutionDataSamplerStore,Sampler extends IExecutionDataSampler<Store>>
voidPipeline. addExecutionDataSampler(Sampler sampler)Methods in org.apache.hop.pipeline that return types with arguments of type IExecutionDataSampler Modifier and Type Method Description List<IExecutionDataSampler<? extends IExecutionDataSamplerStore>>Pipeline. getDataSamplers()Gets dataSamplersMethod parameters in org.apache.hop.pipeline with type arguments of type IExecutionDataSampler Modifier and Type Method Description voidPipeline. setDataSamplers(List<IExecutionDataSampler<? extends IExecutionDataSamplerStore>> dataSamplers)Sets dataSamplers -
Uses of IExecutionDataSampler in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine with type parameters of type IExecutionDataSampler Modifier and Type Method Description <Store extends IExecutionDataSamplerStore,Sampler extends IExecutionDataSampler<Store>>
voidIPipelineEngine. addExecutionDataSampler(Sampler sampler)Plugins can add individual data samplers which will act upon the rows passing through the transforms in the pipeline. -
Uses of IExecutionDataSampler in org.apache.hop.pipeline.engines.remote
Methods in org.apache.hop.pipeline.engines.remote with type parameters of type IExecutionDataSampler Modifier and Type Method Description <Store extends IExecutionDataSamplerStore,Sampler extends IExecutionDataSampler<Store>>
voidRemotePipelineEngine. addExecutionDataSampler(Sampler sampler)
-