Uses of Interface
org.pentaho.di.trans.streaming.api.StreamSource
Packages that use StreamSource
-
Uses of StreamSource in org.pentaho.di.trans.streaming.common
Classes in org.pentaho.di.trans.streaming.common that implement StreamSourceModifier and TypeClassDescriptionclass
Implementation of StreamSource which handles pause/resume logic, as well as creation of .rows() which generates a blocking iterable.Fields in org.pentaho.di.trans.streaming.common declared as StreamSourceMethods in org.pentaho.di.trans.streaming.common that return StreamSourceMethods in org.pentaho.di.trans.streaming.common with parameters of type StreamSourceModifier and TypeMethodDescriptionvoid
BaseStreamStep.setSource
(StreamSource<List<Object>> source)