Class UpdateReservationHomeSubClusterResponse

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

@Private @Unstable public abstract class UpdateReservationHomeSubClusterResponse extends Object
UpdateReservationHomeSubClusterResponse contains the answer from the FederationReservationHomeSubClusterStore to a request to register the home subcluster of a submitted reservation. Currently response is empty if the operation was successful, if not an exception reporting reason for a failure.
  • Constructor Details

    • UpdateReservationHomeSubClusterResponse

      public UpdateReservationHomeSubClusterResponse()
  • Method Details