|
Change Return Type Map<ReservationInterval,ReservationRequest> to Map<ReservationInterval,Resource> in method public getAllocationRequests() : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationAllocation |
From |
To |
|
Change Return Type Map<ReservationInterval,ReservationRequest> to Map<ReservationInterval,Resource> in method public generateAllocation(startTime long, step long, alloc int[]) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationSystemTestUtil |
From |
To |
|
Change Return Type Map<ReservationInterval,ReservationRequest> to Map<ReservationInterval,Resource> in method private generateAllocation(startTime int, alloc int[]) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestSimpleCapacityReplanner |
From |
To |
|
Change Return Type Map<ReservationInterval,ReservationRequest> to Map<ReservationInterval,Resource> in method private placeSingleStage(plan Plan, tempAssigned RLESparseResourceAllocation, rr ReservationRequest, earliestStart long, curDeadline long, oldResAllocation ReservationAllocation, totalCapacity Resource) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent |
From |
To |
|
Change Return Type Map<ReservationInterval,ReservationRequest> to Map<ReservationInterval,Resource> in method private generateAllocation(startTime int, alloc int[], isStep boolean, isGang boolean) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryReservationAllocation |
From |
To |
|
Change Return Type Map<ReservationInterval,ReservationRequest> to Map<ReservationInterval,Resource> in method private generateAllocation(startTime int, alloc int[], isStep boolean) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |
|
Change Return Type Map<ReservationInterval,ReservationRequest> to Map<ReservationInterval,Resource> in method public getAllocationRequests() : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryReservationAllocation |
From |
To |
|
Change Variable Type allocations : Map<ReservationInterval,ReservationRequest> to allocations : Map<ReservationInterval,Resource> in method public testGangAlloaction() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryReservationAllocation |
From |
To |
|
Change Variable Type allocations : Map<ReservationInterval,ReservationRequest> to allocations : Map<ReservationInterval,Resource> in method public testSkyline() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryReservationAllocation |
From |
To |
|
Change Variable Type ip : Entry<ReservationInterval,ReservationRequest> to ip : Entry<ReservationInterval,Resource> in method public testSteps() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |
|
Change Variable Type r : Map.Entry<ReservationInterval,ReservationRequest> to r : Map.Entry<ReservationInterval,Resource> in method package InMemoryReservationAllocation(reservationID ReservationId, contract ReservationDefinition, user String, planName String, startTime long, endTime long, allocations Map<ReservationInterval,Resource>, calculator ResourceCalculator, minAlloc Resource, hasGang boolean) in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryReservationAllocation |
From |
To |
|
Change Variable Type r : Map.Entry<ReservationInterval,ReservationRequest> to r : Map.Entry<ReservationInterval,Resource> in method private incrementAllocation(reservation ReservationAllocation) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Change Variable Type allocations : Map<ReservationInterval,ReservationRequest> to allocations : Map<ReservationInterval,Resource> in method private computeAllocation(reservationId ReservationId, user String, plan Plan, contract ReservationDefinition, oldReservation ReservationAllocation) : boolean in class org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent |
From |
To |
|
Change Variable Type req : Map<ReservationInterval,ReservationRequest> to req : Map<ReservationInterval,Resource> in method public generateAllocation(startTime long, step long, alloc int[]) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationSystemTestUtil |
From |
To |
|
Change Variable Type req : Map<ReservationInterval,ReservationRequest> to req : Map<ReservationInterval,Resource> in method private generateAllocation(startTime int, alloc int[], isStep boolean) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |
|
Change Variable Type allocationRequests : Map<ReservationInterval,ReservationRequest> to allocationRequests : Map<ReservationInterval,Resource> in method private incrementAllocation(reservation ReservationAllocation) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Change Variable Type allocations : Map<ReservationInterval,ReservationRequest> to allocations : Map<ReservationInterval,Resource> in method public testBlocks() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryReservationAllocation |
From |
To |
|
Change Variable Type inputs : Set<Entry<ReservationInterval,ReservationRequest>> to inputs : Set<Entry<ReservationInterval,Resource>> in method public testBlocks() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |
|
Change Variable Type req : Map<ReservationInterval,ReservationRequest> to req : Map<ReservationInterval,Resource> in method private generateAllocation(startTime int, alloc int[]) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestSimpleCapacityReplanner |
From |
To |
|
Change Variable Type inputs : Set<Entry<ReservationInterval,ReservationRequest>> to inputs : Set<Entry<ReservationInterval,Resource>> in method public testSkyline() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |
|
Change Variable Type alloc : Map<ReservationInterval,ReservationRequest> to alloc : Map<ReservationInterval,Resource> in method private prepareBasicPlan() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestGreedyReservationAgent |
From |
To |
|
Change Variable Type curAlloc : Map<ReservationInterval,ReservationRequest> to curAlloc : Map<ReservationInterval,Resource> in method private computeAllocation(reservationId ReservationId, user String, plan Plan, contract ReservationDefinition, oldReservation ReservationAllocation) : boolean in class org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent |
From |
To |
|
Change Variable Type tempAllocation : Map.Entry<ReservationInterval,ReservationRequest> to tempAllocation : Map.Entry<ReservationInterval,Resource> in method private placeSingleStage(plan Plan, tempAssigned RLESparseResourceAllocation, rr ReservationRequest, earliestStart long, curDeadline long, oldResAllocation ReservationAllocation, totalCapacity Resource) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent |
From |
To |
|
Change Variable Type allocations : Map<ReservationInterval,ReservationRequest> to allocations : Map<ReservationInterval,Resource> in method public testSteps() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryReservationAllocation |
From |
To |
|
Change Variable Type allocations : Map<ReservationInterval,ReservationRequest> to allocations : Map<ReservationInterval,Resource> in method public testZeroAlloaction() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryReservationAllocation |
From |
To |
|
Change Variable Type r : Map.Entry<ReservationInterval,ReservationRequest> to r : Map.Entry<ReservationInterval,Resource> in method private decrementAllocation(reservation ReservationAllocation) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Change Variable Type ip : Entry<ReservationInterval,ReservationRequest> to ip : Entry<ReservationInterval,Resource> in method public testBlocks() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |
|
Change Variable Type allocationRequests : Map<ReservationInterval,ReservationRequest> to allocationRequests : Map<ReservationInterval,Resource> in method private placeSingleStage(plan Plan, tempAssigned RLESparseResourceAllocation, rr ReservationRequest, earliestStart long, curDeadline long, oldResAllocation ReservationAllocation, totalCapacity Resource) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent |
From |
To |
|
Change Variable Type allocationRequests : Map<ReservationInterval,ReservationRequest> to allocationRequests : Map<ReservationInterval,Resource> in method private decrementAllocation(reservation ReservationAllocation) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Change Variable Type req : Map<ReservationInterval,ReservationRequest> to req : Map<ReservationInterval,Resource> in method public testFailAvg() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestCapacityOverTimePolicy |
From |
To |
|
Change Variable Type req : Map<ReservationInterval,ReservationRequest> to req : Map<ReservationInterval,Resource> in method private generateAllocation(startTime int, alloc int[], isStep boolean, isGang boolean) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryReservationAllocation |
From |
To |
|
Change Variable Type req : Map<ReservationInterval,ReservationRequest> to req : Map<ReservationInterval,Resource> in method public testFailAvgBySum() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestCapacityOverTimePolicy |
From |
To |
|
Change Variable Type inputs : Set<Entry<ReservationInterval,ReservationRequest>> to inputs : Set<Entry<ReservationInterval,Resource>> in method public testSteps() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |
|
Change Variable Type ip : Entry<ReservationInterval,ReservationRequest> to ip : Entry<ReservationInterval,Resource> in method public testSkyline() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation |
From |
To |