Uses of Interface
org.pentaho.di.trans.streaming.api.StreamWindow
-
Packages that use StreamWindow Package Description org.pentaho.di.trans.streaming.common -
-
Uses of StreamWindow in org.pentaho.di.trans.streaming.common
Classes in org.pentaho.di.trans.streaming.common that implement StreamWindow Modifier and Type Class Description class
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 StreamWindow Modifier and Type Field Description protected StreamWindow<List<Object>,org.pentaho.di.core.Result>
BaseStreamStep. window
-