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