Uses of Class
org.apache.hop.execution.sampler.ExecutionDataSamplerPlugin
-
-
Uses of ExecutionDataSamplerPlugin in org.apache.hop.execution.sampler
Methods in org.apache.hop.execution.sampler with parameters of type ExecutionDataSamplerPlugin Modifier and Type Method Description protected StringExecutionDataSamplerPluginType. extractDesc(ExecutionDataSamplerPlugin annotation)protected StringExecutionDataSamplerPluginType. extractID(ExecutionDataSamplerPlugin annotation)protected StringExecutionDataSamplerPluginType. extractName(ExecutionDataSamplerPlugin annotation) -
Uses of ExecutionDataSamplerPlugin in org.apache.hop.execution.sampler.plugins.dataprof
Classes in org.apache.hop.execution.sampler.plugins.dataprof with annotations of type ExecutionDataSamplerPlugin Modifier and Type Class Description classBasicDataProfilingDataSampler -
Uses of ExecutionDataSamplerPlugin in org.apache.hop.execution.sampler.plugins.first
Classes in org.apache.hop.execution.sampler.plugins.first with annotations of type ExecutionDataSamplerPlugin Modifier and Type Class Description classFirstRowsExecutionDataSampler -
Uses of ExecutionDataSamplerPlugin in org.apache.hop.execution.sampler.plugins.last
Classes in org.apache.hop.execution.sampler.plugins.last with annotations of type ExecutionDataSamplerPlugin Modifier and Type Class Description classLastRowsExecutionDataSampler -
Uses of ExecutionDataSamplerPlugin in org.apache.hop.execution.sampler.plugins.random
Classes in org.apache.hop.execution.sampler.plugins.random with annotations of type ExecutionDataSamplerPlugin Modifier and Type Class Description classRandomRowsExecutionDataSampler
-