Uses of Class
org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
-
Packages that use RandomRowsExecutionDataSamplerStore Package Description org.apache.hop.execution.sampler.plugins.random -
-
Uses of RandomRowsExecutionDataSamplerStore in org.apache.hop.execution.sampler.plugins.random
Methods in org.apache.hop.execution.sampler.plugins.random that return RandomRowsExecutionDataSamplerStore Modifier and Type Method Description RandomRowsExecutionDataSamplerStoreRandomRowsExecutionDataSampler. createSamplerStore(ExecutionDataSamplerMeta samplerMeta)RandomRowsExecutionDataSamplerStoreRandomRowsExecutionDataSamplerStore. getStore()Methods in org.apache.hop.execution.sampler.plugins.random with parameters of type RandomRowsExecutionDataSamplerStore Modifier and Type Method Description voidRandomRowsExecutionDataSampler. sampleRow(RandomRowsExecutionDataSamplerStore samplerStore, IStream.StreamType streamType, IRowMeta rowMeta, Object[] row)
-