Uses of Interface
org.pentaho.di.trans.streaming.api.StreamWindow
-
Uses of StreamWindow in org.pentaho.di.trans.streaming.common
Modifier 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.Modifier and TypeFieldDescriptionprotected StreamWindow<List<Object>,
org.pentaho.di.core.Result> BaseStreamStep.window