Class GetApplicationsHomeSubClusterResponse

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

@Private @Unstable public abstract class GetApplicationsHomeSubClusterResponse extends Object

The response sent by Federation state store to a query for the home subcluster of all submitted applications.

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

  • ApplicationId
  • SubClusterId
  • Constructor Details

    • GetApplicationsHomeSubClusterResponse

      public GetApplicationsHomeSubClusterResponse()
  • Method Details