@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetReservationHomeSubClusterRequest extends Object
ReservationId
.Constructor and Description |
---|
GetReservationHomeSubClusterRequest() |
Modifier and Type | Method and 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. |
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetReservationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
ReservationId
representing the unique identifier of the
application.@InterfaceAudience.Private @InterfaceStability.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–2024 Apache Software Foundation. All rights reserved.