Uses of Interface
org.pentaho.di.trans.streaming.api.StreamWindow
Packages that use StreamWindow
-
Uses of StreamWindow in org.pentaho.di.trans.streaming.common
Classes in org.pentaho.di.trans.streaming.common that implement StreamWindowModifier and TypeClassDescriptionclass
FixedTimeStreamWindow<I extends List>
A StreamWindow implementation which buffers rows of I by a fixed amount of time and size, executing each batch in a subtransformation.Fields in org.pentaho.di.trans.streaming.common declared as StreamWindowModifier and TypeFieldDescriptionprotected StreamWindow<List<Object>,
org.pentaho.di.core.Result> BaseStreamStep.window