dd07038ffae33a5e73eb331477d43eaf3f4c2aaa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public LightWeightResource(memory long, vcores long) renamed to private initResourceInformations(memory long, vcores int, numberOfKnownResourceTypes int) : void in class org.apache.hadoop.yarn.api.records.impl.LightWeightResource | From | To | |
Pull Up Method | 1 | ||
Pull Up Method private newDefaultInformation(name String, unit String, value long) : ResourceInformation from class org.apache.hadoop.yarn.api.records.impl.LightWeightResource to protected newDefaultInformation(name String, unit String, value long) : ResourceInformation from class org.apache.hadoop.yarn.api.records.Resource | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type vcores : long to vcores : int in method private initResourceInformations(memory long, vcores int, numberOfKnownResourceTypes int) : void in class org.apache.hadoop.yarn.api.records.impl.LightWeightResource | From | To | |
Inline Method | 1 | ||
Inline Method private initResourcesMap() : void inlined to private initResources() : void in class org.apache.hadoop.yarn.api.records.impl.pb.ResourcePBImpl | From | To |