@Private @Unstable public class GetApplicationsHomeSubClusterResponsePBImpl extends GetApplicationsHomeSubClusterResponse
GetApplicationsHomeSubClusterResponse.| Constructor | Description |
|---|---|
GetApplicationsHomeSubClusterResponsePBImpl() |
|
GetApplicationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.List<ApplicationHomeSubCluster> |
getAppsHomeSubClusters() |
Get the
ApplicationHomeSubCluster list 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(java.util.List<ApplicationHomeSubCluster> appsHomeSubClusters) |
Set the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
java.lang.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 int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<ApplicationHomeSubCluster> getAppsHomeSubClusters()
GetApplicationsHomeSubClusterResponseApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster.getAppsHomeSubClusters in class GetApplicationsHomeSubClusterResponsepublic void setAppsHomeSubClusters(java.util.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–2025 Apache Software Foundation. All rights reserved.