d80ba4d6f12658c55b164339ec5930397fd455e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type timeout : FiniteDuration to timeout : Time in method public ControllableRestartStrategy(timeout Time) in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.ControllableRestartStrategy | From | To | |
Change Return Type | 2 | ||
Change Return Type Future<Boolean> to OneShotLatch in method public getReachedCanRestart() : OneShotLatch in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.ControllableRestartStrategy | From | To | |
Change Return Type Future<Boolean> to OneShotLatch in method public getRestartDone() : OneShotLatch in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.ControllableRestartStrategy | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type doRestart : Promise<Boolean> to doRestart : OneShotLatch in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.ControllableRestartStrategy | From | To | |
Change Attribute Type timeout : FiniteDuration to timeout : Time in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.ControllableRestartStrategy | From | To | |
Change Attribute Type restartDone : Promise<Boolean> to restartDone : OneShotLatch in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.ControllableRestartStrategy | From | To | |
Change Attribute Type reachedCanRestart : Promise<Boolean> to reachedCanRestart : OneShotLatch in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.ControllableRestartStrategy | From | To |