Class DeleteReservationHomeSubClusterRequest

java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
Direct Known Subclasses:
DeleteReservationHomeSubClusterRequestPBImpl

@Private @Unstable public abstract class DeleteReservationHomeSubClusterRequest extends Object
The request to Federation state store to delete the mapping of home subcluster of a submitted reservation.
  • 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 the ReservationId to be removed from Federation 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 the ReservationId to be removed from Federation state store .
      Parameters:
      reservationId - the identifier of the Reservation to be removed from Federation State Store.