95f3ea086fb80cd3966a2e72b0713f4404463818
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private shutDownDispatcher() : CompletableFuture<Void> renamed to private shutDownResourceManagerComponents() : CompletableFuture<Void> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Rename Method private closeAsyncInternal() : CompletableFuture<Void> renamed to private closeAsyncInteral() : CompletableFuture<Void> in class org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type taskManagerRpcServices : RpcService[] to rpcServiceFactory : RpcServiceFactory in method protected startTaskManagers(configuration Configuration, haServices HighAvailabilityServices, heartbeatServices HeartbeatServices, metricRegistry MetricRegistry, blobCacheService BlobCacheService, numTaskManagers int, rpcServiceFactory RpcServiceFactory) : TaskExecutor[] in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Rename Variable | 2 | ||
Rename Variable taskManagerRpcServices : RpcService[] to taskManagerRpcServiceFactory : RpcServiceFactory in method public start() : void in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Rename Variable resourceManagerRpcService : RpcService to dispatcherResourceManagreComponentRpcServiceFactory : RpcServiceFactory in method public start() : void in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Change Return Type | 1 | ||
Change Return Type URI to CompletableFuture<URI> in method public getRestAddress() : CompletableFuture<URI> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Change Variable Type | 2 | ||
Change Variable Type resourceManagerRpcService : RpcService to dispatcherResourceManagreComponentRpcServiceFactory : RpcServiceFactory in method public start() : void in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Change Variable Type taskManagerRpcServices : RpcService[] to taskManagerRpcServiceFactory : RpcServiceFactory in method public start() : void in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Split Attribute | 1 | ||
Split Attribute dispatcher : StandaloneDispatcher to [webMonitorLeaderRetrievalService : LeaderRetrievalService, webMonitorLeaderRetriever : LeaderRetriever] in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Inline Variable | 1 | ||
Inline Variable jobManagerRpcService : RpcService in method public start() : void from class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Rename Parameter | 1 | ||
Rename Parameter taskManagerRpcServices : RpcService[] to rpcServiceFactory : RpcServiceFactory in method protected startTaskManagers(configuration Configuration, haServices HighAvailabilityServices, heartbeatServices HeartbeatServices, metricRegistry MetricRegistry, blobCacheService BlobCacheService, numTaskManagers int, rpcServiceFactory RpcServiceFactory) : TaskExecutor[] in class org.apache.flink.runtime.minicluster.MiniCluster | From | To |