048cda72b686d200d8e8f455ee3fc6cbeb173ef0
Files Diff
- Added: 2
- Removed: 5
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to Tuple2<Vertex<K,VV>,Either<NullValue,Message>> in method public join(vertex Vertex<K,VV>, message Tuple2<K,Either<NullValue,Message>>) : Tuple2<Vertex<K,VV>,Either<NullValue,Message>> in class org.apache.flink.graph.pregel.VertexCentricIteration.AppendVertexState | From | To | |
Move Class | 1 | ||
Move Class org.apache.flink.graph.example.PregelSSSP moved to org.apache.flink.graph.examples.PregelSSSP | From | To | |
Extract Method | 2 | ||
Extract Method private verifyEdgeUsage() : void extracted from public getEdges() : Iterable<Edge<K,EV>> in class org.apache.flink.graph.pregel.ComputeFunction | From | To | |
Extract Method private verifyEdgeUsage() : void extracted from public sendMessageToAllNeighbors(m Message) : void in class org.apache.flink.graph.pregel.ComputeFunction | From | To |