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