Class DeleteReservationHomeSubClusterResponse

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

@Private @Unstable public abstract class DeleteReservationHomeSubClusterResponse extends Object
DeleteReservationHomeSubClusterResponse contains the answer from the FederationReservationHomeSubClusterStore to a request to delete the mapping of 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

    • DeleteReservationHomeSubClusterResponse

      public DeleteReservationHomeSubClusterResponse()
  • Method Details