Uses of Class
org.pentaho.di.trans.SubtransExecutor
Packages that use SubtransExecutor
-
Uses of SubtransExecutor in org.pentaho.di.trans.streaming.common
Methods in org.pentaho.di.trans.streaming.common that return SubtransExecutorConstructors in org.pentaho.di.trans.streaming.common with parameters of type SubtransExecutorModifierConstructorDescriptionFixedTimeStreamWindow
(SubtransExecutor subtransExecutor, org.pentaho.di.core.row.RowMetaInterface rowMeta, long millis, int batchSize, int parallelism) FixedTimeStreamWindow
(SubtransExecutor subtransExecutor, org.pentaho.di.core.row.RowMetaInterface rowMeta, long millis, int batchSize, int parallelism, io.reactivex.functions.Consumer<Map.Entry<List<I>, org.pentaho.di.core.Result>> postProcessor) FixedTimeStreamWindow
(SubtransExecutor subtransExecutor, org.pentaho.di.core.row.RowMetaInterface rowMeta, long millis, int batchSize, int parallelism, io.reactivex.functions.Consumer<Map.Entry<List<I>, org.pentaho.di.core.Result>> postProcessor, io.reactivex.functions.Function<List<I>, List<I>> bufferFilter)