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