ce832059db077fa95922198b066a737ed4f609fe
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package getQueues(queues Set<CSQueue>) : Map<String,CSQueue> renamed to private getQueuesMap(queues List<CSQueue>) : Map<String,CSQueue> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue | From | To | |
Rename Method public testNodePartitionPreemptionRespectMaximumCapacity() : void renamed to public testNodePartitionPreemptionNotHappenBetweenSatisfiedQueues() : void in class org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicyForNodePartitions | From | To | |
Rename Method public getOrderingPolicy(queue String) : OrderingPolicy<S> renamed to public getAppOrderingPolicy(queue String) : OrderingPolicy<S> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type queues : Set<CSQueue> to queues : List<CSQueue> in method private getQueuesMap(queues List<CSQueue>) : Map<String,CSQueue> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue | From | To | |
Rename Attribute | 3 | ||
Rename Attribute DEFAULT_ORDERING_POLICY : String to DEFAULT_APP_ORDERING_POLICY : String in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration | From | To | |
Rename Attribute FAIR_ORDERING_POLICY : String to FAIR_APP_ORDERING_POLICY : String in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration | From | To | |
Rename Attribute FIFO_ORDERING_POLICY : String to FIFO_APP_ORDERING_POLICY : String in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type conf : Configuration to conf : CapacitySchedulerConfiguration in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerPreemptionTestBase | From | To | |
Change Attribute Type childQueues : Set<CSQueue> to childQueues : List<CSQueue> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue | From | To |