Class UpdateApplicationHomeSubClusterResponse

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

@Private @Unstable public abstract class UpdateApplicationHomeSubClusterResponse extends Object
UpdateApplicationHomeSubClusterResponse contains the answer from the FederationApplicationHomeSubClusterStore to a request to register the 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

    • UpdateApplicationHomeSubClusterResponse

      public UpdateApplicationHomeSubClusterResponse()
  • Method Details