69426eba6f9b46fc4c746dff455b3693f72dcae7
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type fun : OutEdgesFunction<K,VV,EV,T> to fun : EdgesFunction<K,VV,EV,T> in method public ApplyCoGroupFunction(fun EdgesFunction<K,VV,EV,T>) in class flink.graphs.Graph.ApplyCoGroupFunction | From | To | |
Rename Class | 2 | ||
Rename Class flink.graphs.OutEdgesFunction renamed to flink.graphs.EdgesFunction | From | To | |
Rename Class flink.graphs.TestForeachEdge renamed to flink.graphs.TestNeighborMethods | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type function : OutEdgesFunction<K,VV,EV,T> to function : EdgesFunction<K,VV,EV,T> in class flink.graphs.Graph.ApplyCoGroupFunction | From | To | |
Rename Parameter | 1 | ||
Rename Parameter outEdges : Iterable<Edge<K,EV>> to edges : Iterable<Edge<K,EV>> in method public coGroup(vertex Iterable<Vertex<K,VV>>, edges Iterable<Edge<K,EV>>, out Collector<Tuple2<K,T>>) : void in class flink.graphs.Graph.ApplyCoGroupFunction | From | To |