Class UpdateApplicationHomeSubClusterRequest

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

@Private @Unstable public abstract class UpdateApplicationHomeSubClusterRequest extends Object

The request sent by the Router to Federation state store to update the home subcluster of a newly submitted application.

The request includes the mapping details, i.e.:

  • ApplicationId
  • SubClusterId
  • Constructor Details

    • UpdateApplicationHomeSubClusterRequest

      public UpdateApplicationHomeSubClusterRequest()
  • Method Details