7cf997d16bbf8c7a6bbb3522aeba0d9e7c9af6b6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type flinkConfig : org.apache.flink.configuration.Configuration to flinkConfig : Configuration in method private LazApplicationClientLoader(flinkConfig Configuration, actorSystemLoader LazyActorSystemLoader, highAvailabilityServices HighAvailabilityServices) in class org.apache.flink.yarn.YarnClusterClient.LazApplicationClientLoader | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<CustomCommandLine> to List<CustomCommandLine<?>> in method public getCustomCommandLineList() : List<CustomCommandLine<?>> in class org.apache.flink.client.CliFrontend | From | To | |
| Change Return Type void to CustomCommandLine<?> in method private loadCustomCommandLine(className String, params Object...) : CustomCommandLine<?> in class org.apache.flink.client.CliFrontend | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable maxRes : Resource to maximumResourceCapability : Resource in method protected validateClusterResources(clusterSpecification ClusterSpecification, yarnMinAllocationMB int, maximumResourceCapability Resource, freeClusterResources ClusterResourceDescription) : ClusterSpecification in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
| Parameterize Variable freeClusterMem : ClusterResourceDescription to freeClusterResources : ClusterResourceDescription in method protected validateClusterResources(clusterSpecification ClusterSpecification, yarnMinAllocationMB int, maximumResourceCapability Resource, freeClusterResources ClusterResourceDescription) : ClusterSpecification in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute customCommandLine : List<CustomCommandLine> to customCommandLines : List<CustomCommandLine<?>> in class org.apache.flink.client.CliFrontend | From | To | |
| Split Attribute | 1 | ||
| Split Attribute clusterDescriptor : AbstractYarnClusterDescriptor to [numberTaskManagers : int, slotsPerTaskManager : int] in class org.apache.flink.yarn.YarnClusterClient | From | To | |
| Extract Method | 2 | ||
| Extract Method protected validateClusterResources(clusterSpecification ClusterSpecification, yarnMinAllocationMB int, maximumResourceCapability Resource, freeClusterResources ClusterResourceDescription) : ClusterSpecification extracted from protected deployInternal() : YarnClusterClient in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
| Extract Method private checkYarnQueues(yarnClient YarnClient) : void extracted from protected deployInternal() : YarnClusterClient in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type customCommandLine : List<CustomCommandLine> to customCommandLines : List<CustomCommandLine<?>> in class org.apache.flink.client.CliFrontend | From | To | |
| Change Attribute Type flinkConfig : org.apache.flink.configuration.Configuration to flinkConfig : Configuration in class org.apache.flink.yarn.YarnClusterClient.LazApplicationClientLoader | From | To |