Uses of Interface
org.apache.hop.execution.sampler.IExecutionDataSamplerStore
-
-
Uses of IExecutionDataSamplerStore in org.apache.hop.execution
Method parameters in org.apache.hop.execution with type arguments of type IExecutionDataSamplerStore Modifier and Type Method Description static ExecutionDataBuilderExecutionDataBuilder. fromAllTransformData(IPipelineEngine<PipelineMeta> pipeline, Map<String,List<IExecutionDataSamplerStore>> samplerStoresMap, boolean finished) -
Uses of IExecutionDataSamplerStore in org.apache.hop.execution.sampler
Classes in org.apache.hop.execution.sampler with type parameters of type IExecutionDataSamplerStore Modifier and Type Class Description classExecutionDataSamplerStoreBase<Store extends IExecutionDataSamplerStore>interfaceIExecutionDataSampler<Store extends IExecutionDataSamplerStore>This describes methods for sampling data fromClasses in org.apache.hop.execution.sampler that implement IExecutionDataSamplerStore Modifier and Type Class Description classExecutionDataSamplerStoreBase<Store extends IExecutionDataSamplerStore> -
Uses of IExecutionDataSamplerStore in org.apache.hop.execution.sampler.plugins
Classes in org.apache.hop.execution.sampler.plugins with type parameters of type IExecutionDataSamplerStore Modifier and Type Class Description classExecutionDataSamplerBase<Store extends IExecutionDataSamplerStore> -
Uses of IExecutionDataSamplerStore in org.apache.hop.execution.sampler.plugins.dataprof
Classes in org.apache.hop.execution.sampler.plugins.dataprof that implement IExecutionDataSamplerStore Modifier and Type Class Description classBasicDataProfilingDataSamplerStore -
Uses of IExecutionDataSamplerStore in org.apache.hop.execution.sampler.plugins.first
Classes in org.apache.hop.execution.sampler.plugins.first that implement IExecutionDataSamplerStore Modifier and Type Class Description classFirstRowsExecutionDataSamplerStoreA class meant to contain transform execution sampling data -
Uses of IExecutionDataSamplerStore in org.apache.hop.execution.sampler.plugins.last
Classes in org.apache.hop.execution.sampler.plugins.last that implement IExecutionDataSamplerStore Modifier and Type Class Description classLastRowsExecutionDataSamplerStoreA class meant to contain transform execution sampling data -
Uses of IExecutionDataSamplerStore in org.apache.hop.execution.sampler.plugins.random
Classes in org.apache.hop.execution.sampler.plugins.random that implement IExecutionDataSamplerStore Modifier and Type Class Description classRandomRowsExecutionDataSamplerStoreA class meant to contain transform execution sampling data -
Uses of IExecutionDataSamplerStore in org.apache.hop.pipeline
Fields in org.apache.hop.pipeline with type parameters of type IExecutionDataSamplerStore 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 IExecutionDataSamplerStore 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 IExecutionDataSamplerStore Modifier and Type Method Description List<IExecutionDataSampler<? extends IExecutionDataSamplerStore>>Pipeline. getDataSamplers()Gets dataSamplersMethod parameters in org.apache.hop.pipeline with type arguments of type IExecutionDataSamplerStore Modifier and Type Method Description voidPipeline. setDataSamplers(List<IExecutionDataSampler<? extends IExecutionDataSamplerStore>> dataSamplers)Sets dataSamplers -
Uses of IExecutionDataSamplerStore in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine with type parameters of type IExecutionDataSamplerStore 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 IExecutionDataSamplerStore in org.apache.hop.pipeline.engines.remote
Methods in org.apache.hop.pipeline.engines.remote with type parameters of type IExecutionDataSamplerStore Modifier and Type Method Description <Store extends IExecutionDataSamplerStore,Sampler extends IExecutionDataSampler<Store>>
voidRemotePipelineEngine. addExecutionDataSampler(Sampler sampler)
-