Class GetReservationHomeSubClusterRequest

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

@Private @Unstable public abstract class GetReservationHomeSubClusterRequest extends Object
Request class to obtain the home sub-cluster for the specified ReservationId.
  • Constructor Details

    • GetReservationHomeSubClusterRequest

      public GetReservationHomeSubClusterRequest()
  • Method Details

    • newInstance

      @Private @Unstable public static GetReservationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
    • getReservationId

      @Public @Unstable public abstract org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
      Get the ReservationId representing the unique identifier of the application.
      Returns:
      the application identifier
    • setReservationId

      @Private @Unstable public abstract void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
      Set the ReservationId representing the unique identifier of the application.
      Parameters:
      reservationId - the reservatopm identifier