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.
|
org.apache.hadoop.yarn.client.api |
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
ReservationListRequest will use the reservationId to search for
reservations to list if it is provided. |
static ReservationListRequest |
ReservationListRequest.newInstance(String queue,
String reservationId,
boolean includeReservationAllocations)
The
ReservationListRequest will 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
ReservationListRequest will use the reservationId to search for
reservations to list if it is provided. |
Modifier and Type | Method and Description |
---|---|
abstract ReservationListResponse |
YarnClient.listReservations(ReservationListRequest request)
The interface used by clients to get the list of reservations in a plan.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.