| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api | |
| org.apache.hadoop.yarn.api.protocolrecords | 
| Modifier and Type | Method and Description | 
|---|---|
| ReservationListResponse | ApplicationClientProtocol. listReservations(ReservationListRequest request)
 The interface used by clients to get the list of reservations in a plan. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ReservationListRequest | ReservationListRequest. newInstance(String queue,
           String reservationId)The  ReservationListRequestwill use the reservationId to search for
 reservations to list if it is provided. | 
| static ReservationListRequest | ReservationListRequest. newInstance(String queue,
           String reservationId,
           boolean includeReservationAllocations)The  ReservationListRequestwill use the reservationId to search for
 reservations to list if it is provided. | 
| static ReservationListRequest | ReservationListRequest. newInstance(String queue,
           String reservationId,
           long startTime,
           long endTime,
           boolean includeReservationAllocations)The  ReservationListRequestwill use the reservationId to search for
 reservations to list if it is provided. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.