1a4756b66bbd219943dce80a95dd46f44f46cbeb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getVertexMutations() : ConcurrentHashMap<I,VertexMutations<I,V,E>> renamed to public getPartitionMutations() : ConcurrentMap<Integer,ConcurrentMap<I,VertexMutations<I,V,E>>> in class org.apache.giraph.comm.ServerData | From | To | |
Change Return Type | 1 | ||
Change Return Type ConcurrentHashMap<I,VertexMutations<I,V,E>> to ConcurrentMap<Integer,ConcurrentMap<I,VertexMutations<I,V,E>>> in method public getPartitionMutations() : ConcurrentMap<Integer,ConcurrentMap<I,VertexMutations<I,V,E>>> in class org.apache.giraph.comm.ServerData | From | To |