|
Rename Variable res : SortedMap<ReservationInterval,Set<InMemoryReservationAllocation>> to reservations : SortedMap<ReservationInterval,Set<InMemoryReservationAllocation>> in method public getReservations(reservationID ReservationId, interval ReservationInterval, user String) : Set<ReservationAllocation> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Rename Variable resEntries : Set<InMemoryReservationAllocation> to reservationEntries : Set<InMemoryReservationAllocation> in method public getReservations(reservationID ReservationId, interval ReservationInterval, user String) : Set<ReservationAllocation> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Rename Variable reservation : InMemoryReservationAllocation to res : InMemoryReservationAllocation in method public getReservations(reservationID ReservationId, interval ReservationInterval, user String) : Set<ReservationAllocation> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Rename Variable res : Set<InMemoryReservationAllocation> to reservationEntries : Set<InMemoryReservationAllocation> in method public getAllReservations() : Set<ReservationAllocation> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Inline Method private gcUserRLEResourceAllocation(user String, period long) : void inlined to private decrementAllocation(reservation ReservationAllocation) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Inline Method public createSimpleReservationDefinition(arrival long, deadline long, duration long, parallelism int, recurrenceExpression String) : ReservationDefinition inlined to public createSimpleReservationDefinition(arrival long, deadline long, duration long, parallelism int) : ReservationDefinition in class org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationSystemTestUtil |
From |
To |
|
Inline Method private getUserRLEResourceAllocation(user String, period long) : RLESparseResourceAllocation inlined to private incrementAllocation(reservation ReservationAllocation) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.InMemoryPlan |
From |
To |
|
Inline Method private createReservationAllocation(reservationID ReservationId, start int, alloc int[], isStep boolean, recurrenceExp String) : ReservationAllocation inlined to private createReservationAllocation(reservationID ReservationId, start int, alloc int[], isStep boolean) : ReservationAllocation in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestInMemoryPlan |
From |
To |
|
Inline Method public generateAllocation(startTime long, step long, alloc int[], recurrenceExpression String) : Map<ReservationInterval,Resource> inlined to public generateAllocation(startTime long, step long, alloc int[]) : Map<ReservationInterval,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationSystemTestUtil |
From |
To |