| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResourceAllocationRequest | ResourceAllocationRequest. newInstance(long startTime,
           long endTime,
           Resource capability) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<ResourceAllocationRequest> | ReservationAllocationState. getResourceAllocationRequests()Get the Resource allocations of the reservation based on the current state
 of the plan. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ReservationAllocationState | ReservationAllocationState. newInstance(long acceptanceTime,
           String user,
           List<ResourceAllocationRequest> resourceAllocations,
           ReservationId reservationId,
           ReservationDefinition reservationDefinition) | 
| abstract void | ReservationAllocationState. setResourceAllocationRequests(List<ResourceAllocationRequest> resourceAllocations)Set the list of resource allocations made for the reservation. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.