java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.NewReservation

public class NewReservation extends Object

The response sent by the ResourceManager to the client for a request to get a new ReservationId for submitting reservations using the REST API.

Clients can submit a reservation with the returned ReservationId.

RMWebServices#createNewReservation(HttpServletRequest)
  • Constructor Details

    • NewReservation

      public NewReservation()
    • NewReservation

      public NewReservation(String resId)
  • Method Details

    • getReservationId

      public String getReservationId()