Class ReservationDeleteResponse

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteResponse

@Public @Unstable public abstract class ReservationDeleteResponse extends Object
ReservationDeleteResponse contains the answer of the admission control system in the ResourceManager to a reservation delete operation. Currently response is empty if the operation was successful, if not an exception reporting reason for a failure.
See Also:
  • Constructor Details

    • ReservationDeleteResponse

      public ReservationDeleteResponse()
  • Method Details