Class DeleteReservationHomeSubClusterRequest
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
- Direct Known Subclasses:
DeleteReservationHomeSubClusterRequestPBImpl
The request to
Federation state store to delete the mapping of
home subcluster of a submitted reservation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.hadoop.yarn.api.records.ReservationIdGet the identifier of theReservationIdto be removed fromFederation state store.newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) abstract voidsetReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId) Set the identifier of theReservationIdto be removed fromFederation state store.
-
Constructor Details
-
DeleteReservationHomeSubClusterRequest
public DeleteReservationHomeSubClusterRequest()
-
-
Method Details
-
newInstance
@Private @Unstable public static DeleteReservationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) -
getReservationId
@Public @Unstable public abstract org.apache.hadoop.yarn.api.records.ReservationId getReservationId()Get the identifier of theReservationIdto be removed fromFederation state store.- Returns:
- the identifier of the Reservation to be removed from Federation State Store.
-
setReservationId
@Private @Unstable public abstract void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId) Set the identifier of theReservationIdto be removed fromFederation state store.- Parameters:
reservationId- the identifier of the Reservation to be removed from Federation State Store.
-