GetReservationHomeSubClusterRequestPBImpl@Private
@Unstable
public abstract class GetReservationHomeSubClusterRequest
extends java.lang.Object
ReservationId.| Constructor | Description |
|---|---|
GetReservationHomeSubClusterRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract org.apache.hadoop.yarn.api.records.ReservationId |
getReservationId() |
Get the
ReservationId representing the unique identifier of the
application. |
static GetReservationHomeSubClusterRequest |
newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) |
|
abstract void |
setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId) |
Set the
ReservationId representing the unique identifier of the
application. |
@Private @Unstable public static GetReservationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
@Public @Unstable public abstract org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
ReservationId representing the unique identifier of the
application.@Private @Unstable public abstract void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
ReservationId representing the unique identifier of the
application.reservationId - the reservatopm identifierCopyright © 2008–2025 Apache Software Foundation. All rights reserved.