6d212c50998682666c2df4d0308738a685413cd8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type postProcessor : Consumer<Pair<List<I>,Result>> to postProcessor : Consumer<Map.Entry<List<I>,Result>> in method public FixedTimeStreamWindow(subtransExecutor SubtransExecutor, rowMeta RowMetaInterface, millis long, batchSize int, postProcessor Consumer<Map.Entry<List<I>,Result>>) in class org.pentaho.di.trans.streaming.common.FixedTimeStreamWindow | From | To | |
Change Return Type | 1 | ||
Change Return Type Pair<List<I>,Result> to Map.Entry<List<I>,Result> in method private sendBufferToSubtrans(input List<I>) : Map.Entry<List<I>,Result> in class org.pentaho.di.trans.streaming.common.FixedTimeStreamWindow | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type postProcessor : Consumer<Pair<List<I>,Result>> to postProcessor : Consumer<Map.Entry<List<I>,Result>> in class org.pentaho.di.trans.streaming.common.FixedTimeStreamWindow | From | To |