58987dd16c7e8af36e935e811f716d2f843de5ca
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type allVertices : List<FailoverVertex> to allVertices : Set<FailoverVertex> in method private buildOneRegionForAllVertices() : void in class org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionStrategy | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type executionVertices : Map<ExecutionVertexID,FailoverVertex> to executionVertices : Set<FailoverVertex> in class org.apache.flink.runtime.executiongraph.failover.flip1.FailoverRegion | From | To | |
Change Attribute Type regions : Map<ExecutionVertexID,FailoverRegion> to regions : IdentityHashMap<FailoverRegion,Object> in class org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionStrategy | From | To | |
Rename Parameter | 1 | ||
Rename Parameter regionToRestart : FailoverRegion to failedRegion : FailoverRegion in method private getRegionsToRestart(failedRegion FailoverRegion) : Set<FailoverRegion> in class org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionStrategy | From | To |