|
Rename Variable rr : ResourceRequest to err : EnrichedResourceRequest in method public matchAllocationToOutstandingRequest(capability Resource, allocations List<Allocation>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Rename Variable allocated : Map<Resource,List<Container>> to allocation : Map<Resource,List<Allocation>> in method public allocateContainers(blackList ResourceBlacklistRequest, oppResourceReqs List<ResourceRequest>, applicationAttemptId ApplicationAttemptId, opportContext OpportunisticContainerContext, rmIdentifier long, appSubmitter String) : List<Container> in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Rename Variable c : Container to allocation : OpportunisticContainerAllocator.Allocation in method public matchAllocationToOutstandingRequest(capability Resource, allocations List<Allocation>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Rename Variable resourceRequest : ResourceRequest to eReq : EnrichedResourceRequest in method public addToOutstandingReqs(resourceAsks List<ResourceRequest>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Change Return Type TreeMap<SchedulerRequestKey,Map<Resource,ResourceRequest>> to TreeMap<SchedulerRequestKey,Map<Resource,EnrichedResourceRequest>> in method public getOutstandingOpReqs() : TreeMap<SchedulerRequestKey,Map<Resource,EnrichedResourceRequest>> in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Change Return Type Map<Resource,List<Container>> to Map<Resource,List<Allocation>> in method private allocate(rmIdentifier long, appContext OpportunisticContainerContext, schedKey SchedulerRequestKey, appAttId ApplicationAttemptId, userName String, blackList Set<String>) : Map<Resource,List<Allocation>> in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Variable Type containers : Map<Resource,List<Container>> to containers : Map<Resource,List<Allocation>> in method private allocate(rmIdentifier long, appContext OpportunisticContainerContext, schedKey SchedulerRequestKey, appAttId ApplicationAttemptId, userName String, blackList Set<String>) : Map<Resource,List<Allocation>> in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Variable Type rr : ResourceRequest to err : EnrichedResourceRequest in method public matchAllocationToOutstandingRequest(capability Resource, allocations List<Allocation>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Change Variable Type allocated : Map<Resource,List<Container>> to allocation : Map<Resource,List<Allocation>> in method public allocateContainers(blackList ResourceBlacklistRequest, oppResourceReqs List<ResourceRequest>, applicationAttemptId ApplicationAttemptId, opportContext OpportunisticContainerContext, rmIdentifier long, appSubmitter String) : List<Container> in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Variable Type c : Container to allocation : OpportunisticContainerAllocator.Allocation in method public matchAllocationToOutstandingRequest(capability Resource, allocations List<Allocation>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Change Variable Type resourceRequest : ResourceRequest to eReq : EnrichedResourceRequest in method public addToOutstandingReqs(resourceAsks List<ResourceRequest>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Change Variable Type asks : Map<Resource,ResourceRequest> to asks : Map<Resource,EnrichedResourceRequest> in method public matchAllocationToOutstandingRequest(capability Resource, allocations List<Allocation>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Change Variable Type reqMap : Map<Resource,ResourceRequest> to reqMap : Map<Resource,EnrichedResourceRequest> in method public addToOutstandingReqs(resourceAsks List<ResourceRequest>) : void in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext |
From |
To |
|
Change Variable Type e : Map.Entry<Resource,List<Container>> to e : Map.Entry<Resource,List<Allocation>> in method public allocateContainers(blackList ResourceBlacklistRequest, oppResourceReqs List<ResourceRequest>, applicationAttemptId ApplicationAttemptId, opportContext OpportunisticContainerContext, rmIdentifier long, appSubmitter String) : List<Container> in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator |
From |
To |