Class AddApplicationHomeSubClusterRequest

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

@Private @Unstable public abstract class AddApplicationHomeSubClusterRequest extends Object

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

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

  • ApplicationId
  • SubClusterId
  • Constructor Details

    • AddApplicationHomeSubClusterRequest

      public AddApplicationHomeSubClusterRequest()
  • Method Details