@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class DeleteReservationHomeSubClusterRequest extends Object
Federation state store
to delete the mapping of
home subcluster of a submitted reservation.Constructor and Description |
---|
DeleteReservationHomeSubClusterRequest() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.hadoop.yarn.api.records.ReservationId |
getReservationId()
Get the identifier of the
ReservationId to be removed from
Federation state store . |
static DeleteReservationHomeSubClusterRequest |
newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) |
abstract void |
setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
Set the identifier of the
ReservationId to be removed from
Federation state store . |
public DeleteReservationHomeSubClusterRequest()
@InterfaceAudience.Private @InterfaceStability.Unstable public static DeleteReservationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
ReservationId
to be removed from
Federation state store
.@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
ReservationId
to be removed from
Federation state store
.reservationId
- the identifier of the Reservation to be removed from
Federation State Store.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.