562f8a31c7ee7c04d066e73b18c580e28bdc8d76
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type parameters : IterationConfiguration to parameters : VertexCentricConfiguration in method public configure(parameters VertexCentricConfiguration) : void in class org.apache.flink.graph.spargel.VertexCentricIteration | From | To | |
| Change Parameter Type parameters : IterationConfiguration to parameters : VertexCentricConfiguration in method public runVertexCentricIteration(vertexUpdateFunction VertexUpdateFunction<K,VV,M>, messagingFunction MessagingFunction<K,VV,M,EV>, maximumNumberOfIterations int, parameters VertexCentricConfiguration) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph | From | To | |
| Change Return Type | 1 | ||
| Change Return Type IterationConfiguration to VertexCentricConfiguration in method public getIterationConfiguration() : VertexCentricConfiguration in class org.apache.flink.graph.spargel.VertexCentricIteration | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.flink.graph.spargel.IterationConfiguration renamed to org.apache.flink.graph.spargel.VertexCentricConfiguration | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type parameters : IterationConfiguration to parameters : VertexCentricConfiguration in method public testRunWithConfiguration() : void in class org.apache.flink.graph.test.VertexCentricConfigurationITCase | From | To | |
| Change Variable Type parameters : IterationConfiguration to parameters : VertexCentricConfiguration in method public testIterationConfiguration() : void in class org.apache.flink.graph.test.VertexCentricConfigurationITCase | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type configuration : IterationConfiguration to configuration : VertexCentricConfiguration in class org.apache.flink.graph.spargel.VertexCentricIteration | From | To | |
| Extract Method | 1 | ||
| Extract Method public runGatherSumApplyIteration(gatherFunction GatherFunction<VV,EV,M>, sumFunction SumFunction<VV,EV,M>, applyFunction ApplyFunction<K,VV,M>, maximumNumberOfIterations int, parameters GSAConfiguration) : Graph<K,VV,EV> extracted from public runGatherSumApplyIteration(gatherFunction GatherFunction<VV,EV,M>, sumFunction SumFunction<VV,EV,M>, applyFunction ApplyFunction<K,VV,M>, maximumNumberOfIterations int) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph | From | To |