@InterfaceAudience.Private @InterfaceStability.Unstable public class GetApplicationsHomeSubClusterResponsePBImpl extends GetApplicationsHomeSubClusterResponse
GetApplicationsHomeSubClusterResponse.| Constructor and Description | 
|---|
| GetApplicationsHomeSubClusterResponsePBImpl() | 
| GetApplicationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| List<ApplicationHomeSubCluster> | getAppsHomeSubClusters()Get the  ApplicationHomeSubClusterlist representing the mapping of
 all submitted applications to it's home sub-cluster. | 
| org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto | getProto() | 
| int | hashCode() | 
| void | setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters)Set the  ApplicationHomeSubClusterlist representing the mapping of
 all submitted applications to it's home sub-cluster. | 
| String | toString() | 
newInstancepublic GetApplicationsHomeSubClusterResponsePBImpl()
public GetApplicationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto getProto()
public List<ApplicationHomeSubCluster> getAppsHomeSubClusters()
GetApplicationsHomeSubClusterResponseApplicationHomeSubCluster list representing the mapping of
 all submitted applications to it's home sub-cluster.getAppsHomeSubClusters in class GetApplicationsHomeSubClusterResponsepublic void setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters)
GetApplicationsHomeSubClusterResponseApplicationHomeSubCluster list representing the mapping of
 all submitted applications to it's home sub-cluster.setAppsHomeSubClusters in class GetApplicationsHomeSubClusterResponseappsHomeSubClusters - the mapping of all submitted application to it's
          home sub-cluster.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.