9562a1c8cf05969604c10656bcf72bc0674dab34
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type mapper : MapFunction<VV,VV> to mapper : MapFunction<VV,NV> in method public mapVertices(mapper MapFunction<VV,NV>) : DataSet<Tuple2<K,NV>> in class flink.graphs.Graph | From | To | |
Change Return Type | 1 | ||
Change Return Type DataSet<Tuple2<K,VV>> to DataSet<Tuple2<K,NV>> in method public mapVertices(mapper MapFunction<VV,NV>) : DataSet<Tuple2<K,NV>> in class flink.graphs.Graph | From | To |