|
Change Parameter Type memoryWeight : double to memoryWeight : float in method public FakeSchedulable(minShare int, maxShare int, memoryWeight float) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FakeSchedulable |
From |
To |
|
Change Parameter Type weights : ResourceWeights to weights : float in method private createSchedulable(memUsage int, cpuUsage int, weights float, minMemShare int, minCpuShare int) : Schedulable in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.TestDominantResourceFairnessPolicy |
From |
To |
|
Change Parameter Type type : ResourceType to type : String in method public computeSteadyShares(queues Collection<? extends FSQueue>, totalResources Resource, type String) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares |
From |
To |
|
Change Parameter Type type : ResourceType to type : String in method private computeShare(sched Schedulable, w2rRatio double, type String) : int in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares |
From |
To |
|
Change Parameter Type type : ResourceType to type : String in method public computeShares(schedulables Collection<? extends Schedulable>, totalResources Resource, type String) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares |
From |
To |
|
Change Parameter Type queueWeights : Map<String,ResourceWeights> to queueWeights : Map<String,Float> in method private loadQueue(parentName String, element Element, minQueueResources Map<String,Resource>, maxQueueResources Map<String,Resource>, maxChildQueueResources Map<String,Resource>, queueMaxApps Map<String,Integer>, userMaxApps Map<String,Integer>, queueMaxAMShares Map<String,Float>, queueWeights Map<String,Float>, queuePolicies Map<String,SchedulingPolicy>, minSharePreemptionTimeouts Map<String,Long>, fairSharePreemptionTimeouts Map<String,Long>, fairSharePreemptionThresholds Map<String,Float>, queueAcls Map<String,Map<AccessType,AccessControlList>>, resAcls Map<String,Map<ReservationACL,AccessControlList>>, configuredQueues Map<FSQueueType,Set<String>>, reservableQueues Set<String>, nonPreemptableQueues Set<String>) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationFileLoaderService |
From |
To |
|
Change Parameter Type type : ResourceType to type : String in method private getFairShareIfFixed(sched Schedulable, isSteadyShare boolean, type String) : long in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares |
From |
To |
|
Change Parameter Type type : ResourceType to type : String in method private computeSharesInternal(allSchedulables Collection<? extends Schedulable>, totalResources Resource, type String, isSteadyShare boolean) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares |
From |
To |
|
Change Parameter Type weights : ResourceWeights to weights : float in method public setWeights(weights float) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSQueue |
From |
To |
|
Change Parameter Type weights : ResourceWeights to weights : float in method public MockSchedulable(minShare Resource, demand Resource, name String, startTime long, usage Resource, weights float) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestSchedulingPolicy.FairShareComparatorTester.MockSchedulable |
From |
To |
|
Change Parameter Type type : ResourceType to type : String in method private resourceUsedWithWeightToResourceRatio(w2rRatio double, schedulables Collection<? extends Schedulable>, type String) : int in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares |
From |
To |
|
Change Parameter Type queueWeights : Map<String,ResourceWeights> to queueWeights : Map<String,Float> in method public AllocationConfiguration(minQueueResources Map<String,Resource>, maxQueueResources Map<String,Resource>, maxChildQueueResources Map<String,Resource>, queueMaxApps Map<String,Integer>, userMaxApps Map<String,Integer>, queueWeights Map<String,Float>, queueMaxAMShares Map<String,Float>, userMaxAppsDefault int, queueMaxAppsDefault int, queueMaxResourcesDefault Resource, queueMaxAMShareDefault float, schedulingPolicies Map<String,SchedulingPolicy>, defaultSchedulingPolicy SchedulingPolicy, minSharePreemptionTimeouts Map<String,Long>, fairSharePreemptionTimeouts Map<String,Long>, fairSharePreemptionThresholds Map<String,Float>, queueAcls Map<String,Map<AccessType,AccessControlList>>, resAcls Map<String,Map<ReservationACL,AccessControlList>>, placementPolicy QueuePlacementPolicy, configuredQueues Map<FSQueueType,Set<String>>, globalReservationQueueConfig ReservationQueueConfiguration, reservableQueues Set<String>, nonPreemptableQueues Set<String>) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationConfiguration |
From |
To |
|
Change Parameter Type type : ResourceType to type : String in method private handleFixedFairShares(schedulables Collection<? extends Schedulable>, nonFixedSchedulables Collection<Schedulable>, isSteadyShare boolean, type String) : int in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares |
From |
To |
|
Change Parameter Type memoryWeight : double to memoryWeight : float in method public FakeSchedulable(minShare int, memoryWeight float) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FakeSchedulable |
From |
To |
|
Change Parameter Type weights : ResourceWeights to weights : float in method private createSchedulable(memUsage int, cpuUsage int, weights float) : Schedulable in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.TestDominantResourceFairnessPolicy |
From |
To |
|
Change Parameter Type weight : double to weight : float in method public FakeSchedulable(minShare int, maxShare int, weight float, fairShare int, usage int, startTime long) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FakeSchedulable |
From |
To |
|
Change Parameter Type weight : ResourceWeights to weight : float in method public FakeSchedulable(minShare Resource, maxShare Resource, weight float, fairShare Resource, usage Resource, startTime long) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FakeSchedulable |
From |
To |
|
Change Parameter Type weights : ResourceWeights to weights : float in method public FakeSchedulable(minShare Resource, weights float) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FakeSchedulable |
From |
To |