Uses of Class
org.apache.hop.pipeline.transform.stream.IStream.StreamType
-
-
Uses of IStream.StreamType in org.apache.hop.execution.sampler
Methods in org.apache.hop.execution.sampler with parameters of type IStream.StreamType Modifier and Type Method Description voidIExecutionDataSampler. sampleRow(Store samplerStore, IStream.StreamType streamType, IRowMeta rowMeta, Object[] row)Sample one row in a stream or rows. -
Uses of IStream.StreamType in org.apache.hop.execution.sampler.plugins.dataprof
Methods in org.apache.hop.execution.sampler.plugins.dataprof with parameters of type IStream.StreamType Modifier and Type Method Description voidBasicDataProfilingDataSampler. sampleRow(BasicDataProfilingDataSamplerStore store, IStream.StreamType streamType, IRowMeta rowMeta, Object[] row) -
Uses of IStream.StreamType in org.apache.hop.execution.sampler.plugins.first
Methods in org.apache.hop.execution.sampler.plugins.first with parameters of type IStream.StreamType Modifier and Type Method Description voidFirstRowsExecutionDataSampler. sampleRow(FirstRowsExecutionDataSamplerStore samplerStore, IStream.StreamType streamType, IRowMeta rowMeta, Object[] row) -
Uses of IStream.StreamType in org.apache.hop.execution.sampler.plugins.last
Methods in org.apache.hop.execution.sampler.plugins.last with parameters of type IStream.StreamType Modifier and Type Method Description voidLastRowsExecutionDataSampler. sampleRow(LastRowsExecutionDataSamplerStore samplerStore, IStream.StreamType streamType, IRowMeta rowMeta, Object[] row) -
Uses of IStream.StreamType in org.apache.hop.execution.sampler.plugins.random
Methods in org.apache.hop.execution.sampler.plugins.random with parameters of type IStream.StreamType Modifier and Type Method Description voidRandomRowsExecutionDataSampler. sampleRow(RandomRowsExecutionDataSamplerStore samplerStore, IStream.StreamType streamType, IRowMeta rowMeta, Object[] row) -
Uses of IStream.StreamType in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return IStream.StreamType Modifier and Type Method Description IStream.StreamTypePipelinePainter. getCandidateHopType()Methods in org.apache.hop.pipeline with parameters of type IStream.StreamType Modifier and Type Method Description voidPipelinePainter. setCandidateHopType(IStream.StreamType candidateHopType) -
Uses of IStream.StreamType in org.apache.hop.pipeline.transform.stream
Methods in org.apache.hop.pipeline.transform.stream that return IStream.StreamType Modifier and Type Method Description IStream.StreamTypeIStream. getStreamType()IStream.StreamTypeStream. getStreamType()static IStream.StreamTypeIStream.StreamType. valueOf(String name)Returns the enum constant of this type with the specified name.static IStream.StreamType[]IStream.StreamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hop.pipeline.transform.stream with parameters of type IStream.StreamType Modifier and Type Method Description voidIStream. setStreamType(IStream.StreamType streamType)voidStream. setStreamType(IStream.StreamType streamType)Constructors in org.apache.hop.pipeline.transform.stream with parameters of type IStream.StreamType Constructor Description Stream(IStream.StreamType streamType, TransformMeta transformMeta, String description, StreamIcon streamIcon, String subject)
-