Class DeleteApplicationHomeSubClusterResponse

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

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

    • DeleteApplicationHomeSubClusterResponse

      public DeleteApplicationHomeSubClusterResponse()
  • Method Details