aef52e8eaebc1d609fc650d58d4813c6422dd2e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type SingleOutputStreamOperator<R,?> to WindowedDataStream<R> in method public mapWindow(reduceFunction GroupReduceFunction<OUT,R>, outType TypeInformation<R>) : WindowedDataStream<R> in class org.apache.flink.streaming.api.datastream.WindowedDataStream | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable retType : TypeInformation<R> to returnType : TypeInformation<R> in method public mapWindow(reduceFunction GroupReduceFunction<OUT,R>, returnType TypeInformation<R>) : DiscretizedStream<R> in class org.apache.flink.streaming.api.datastream.DiscretizedStream | From | To | |
Change Variable Type | 1 | ||
Change Variable Type counts : WindowedDataStream<Tuple2<String,Integer>> to counts : DataStream<Tuple2<String,Integer>> in method public main(args String[]) : void in class org.apache.flink.streaming.examples.socket.SocketTextStreamWordCount | From | To | |
Extract Method | 1 | ||
Extract Method public mapWindow(reduceFunction GroupReduceFunction<OUT,R>, returnType TypeInformation<R>) : DiscretizedStream<R> extracted from public mapWindow(reduceFunction GroupReduceFunction<OUT,R>) : DiscretizedStream<R> in class org.apache.flink.streaming.api.datastream.DiscretizedStream | From | To |