97ccc147382d866bc3e82caf9b87f7cd2e5989f9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable slotPoolGateway : SlotPoolGateway to scheduledExecutor : ScheduledExecutor in method public testHeartbeatTimeoutWithTaskManager() : void in class org.apache.flink.runtime.jobmaster.JobMasterTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute executionContext : ExecutorService to executor : Executor in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
Rename Attribute resourceID : ResourceID to resourceId : ResourceID in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
Change Variable Type | 1 | ||
Change Variable Type slotPoolGateway : SlotPoolGateway to scheduledExecutor : ScheduledExecutor in method public testHeartbeatTimeoutWithTaskManager() : void in class org.apache.flink.runtime.jobmaster.JobMasterTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type heartbeatManager : HeartbeatManagerImpl<Void,Void> to heartbeatManager : HeartbeatManager<Void,Void> in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
Change Attribute Type executionContext : ExecutorService to executor : Executor in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
Change Attribute Type jobManagerHeartbeatManager : HeartbeatManagerImpl<Void,Void> to jobManagerHeartbeatManager : HeartbeatManager<Void,Void> in class org.apache.flink.runtime.taskexecutor.TaskExecutor | From | To | |
Rename Parameter | 3 | ||
Rename Parameter resourceID : ResourceID to resourceId : ResourceID in method public JobMaster(resourceId ResourceID, jobGraph JobGraph, configuration Configuration, rpcService RpcService, highAvailabilityService HighAvailabilityServices, heartbeatServices HeartbeatServices, executor ScheduledExecutorService, libraryCacheManager BlobLibraryCacheManager, restartStrategyFactory RestartStrategyFactory, rpcAskTimeout Time, jobManagerMetricGroup JobManagerMetricGroup, jobCompletionActions OnCompletionActions, errorHandler FatalErrorHandler, userCodeLoader ClassLoader) in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
Rename Parameter resourceID : ResourceID to heartbeatOrigin : ResourceID in method public heartbeatFromJobManager(heartbeatOrigin ResourceID) : void in class org.apache.flink.runtime.taskexecutor.TaskExecutorGateway | From | To | |
Rename Parameter executorService : ScheduledExecutorService to executor : ScheduledExecutorService in method public JobMaster(resourceId ResourceID, jobGraph JobGraph, configuration Configuration, rpcService RpcService, highAvailabilityService HighAvailabilityServices, heartbeatServices HeartbeatServices, executor ScheduledExecutorService, libraryCacheManager BlobLibraryCacheManager, restartStrategyFactory RestartStrategyFactory, rpcAskTimeout Time, jobManagerMetricGroup JobManagerMetricGroup, jobCompletionActions OnCompletionActions, errorHandler FatalErrorHandler, userCodeLoader ClassLoader) in class org.apache.flink.runtime.jobmaster.JobMaster | From | To |