a292b218237431e50d89c67aed97c5b4c5e1a1a8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type vertexId : AbstractID to vertexId : JobVertexID in method public TaskMetricGroup(registry MetricRegistry, parent TaskManagerJobMetricGroup, vertexId JobVertexID, executionId AbstractID, taskName String, subtaskIndex int, attemptNumber int) in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup | From | To | |
Change Variable Type | 6 | ||
Change Variable Type vid : AbstractID to vid : JobVertexID in method public testCreateQueryServiceMetricInfo() : void in class org.apache.flink.runtime.metrics.groups.MetricGroupTest | From | To | |
Change Variable Type vid : AbstractID to vid : JobVertexID in method public testCreateQueryServiceMetricInfo() : void in class org.apache.flink.runtime.metrics.groups.OperatorGroupTest | From | To | |
Change Variable Type vertexId : AbstractID to vertexId : JobVertexID in method public testGenerateScopeCustom() : void in class org.apache.flink.runtime.metrics.groups.TaskMetricGroupTest | From | To | |
Change Variable Type vertexId : AbstractID to vertexId : JobVertexID in method public testGenerateScopeDefault() : void in class org.apache.flink.runtime.metrics.groups.TaskMetricGroupTest | From | To | |
Change Variable Type vid : AbstractID to vid : JobVertexID in method public testCreateQueryServiceMetricInfo() : void in class org.apache.flink.runtime.metrics.groups.TaskMetricGroupTest | From | To | |
Change Variable Type tid : AbstractID to tid : JobVertexID in method public testVariables() : void in class org.apache.flink.runtime.metrics.groups.OperatorGroupTest | From | To | |
Extract Method | 1 | ||
Extract Method public addOperator(operatorID OperatorID, name String) : OperatorMetricGroup extracted from public addOperator(name String) : OperatorMetricGroup in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type vertexId : AbstractID to vertexId : JobVertexID in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup | From | To | |
Change Attribute Type operators : Map<String,OperatorMetricGroup> to operators : Map<OperatorID,OperatorMetricGroup> in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup | From | To |