cdde553c012e1356ac8adfdc59e5e5ceab5f211d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 3 | ||
Extract Variable vertexIterator : Iterator<Vertex<K,VV>> in method public coGroup(vertex Iterable<Vertex<K,VV>>, keysWithNeighbors Iterable<Tuple3<K,Edge<K,EV>,Vertex<K,VV>>>, out Collector<T>) : void from class org.apache.flink.graph.Graph.ApplyCoGroupFunctionOnAllNeighbors | From | To | |
Extract Variable vertexIterator : Iterator<Vertex<K,VV>> in method public coGroup(vertex Iterable<Vertex<K,VV>>, edges Iterable<Edge<K,EV>>, out Collector<T>) : void from class org.apache.flink.graph.Graph.ApplyCoGroupFunction | From | To | |
Extract Variable vertexIterator : Iterator<Vertex<K,VV>> in method public coGroup(vertex Iterable<Vertex<K,VV>>, keysWithEdges Iterable<Tuple2<K,Edge<K,EV>>>, out Collector<T>) : void from class org.apache.flink.graph.Graph.ApplyCoGroupFunctionOnAllEdges | From | To |