3b0fb26bfb779a98f8dcadbb4a7ba206e11f9c2c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testMutilRegionFailoverAtSameTime() : void renamed to public testMultiRegionFailoverAtSameTime() : void in class org.apache.flink.runtime.executiongraph.FailoverRegionTest | From | To | |
Rename Variable | 1 | ||
Rename Variable taskManagerLocationFuture : CompletableFuture<TaskManagerLocation> to locationFuture : CompletableFuture<TaskManagerLocation> in method public getPreferredLocationsBasedOnInputs() : Collection<CompletableFuture<TaskManagerLocation>> in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
Extract Method | 2 | ||
Extract Method public createExecutionGraph(jid JobID, slotProvider SlotProvider, restartStrategy RestartStrategy, executor ScheduledExecutorService, timeout Time, vertices JobVertex...) : ExecutionGraph extracted from public createExecutionGraph(jid JobID, slotProvider SlotProvider, restartStrategy RestartStrategy, executor ScheduledExecutorService, vertices JobVertex...) : ExecutionGraph in class org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils | From | To | |
Extract Method public getTestVertex(preferredLocationFutures Collection<CompletableFuture<TaskManagerLocation>>) : Execution extracted from public getTestVertex(preferredLocations Iterable<TaskManagerLocation>) : Execution in class org.apache.flink.runtime.jobmanager.scheduler.SchedulerTestUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type assignedResource : AtomicReference<SimpleSlot> to assignedResource : SimpleSlot in class org.apache.flink.runtime.executiongraph.Execution | From | To |