@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
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(List<ApplicationHomeSubCluster> appsHomeSubClusters)
Set the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
String |
toString() |
newInstance
public 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()
GetApplicationsHomeSubClusterResponse
ApplicationHomeSubCluster
list representing the mapping of
all submitted applications to it's home sub-cluster.getAppsHomeSubClusters
in class GetApplicationsHomeSubClusterResponse
public void setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters)
GetApplicationsHomeSubClusterResponse
ApplicationHomeSubCluster
list representing the mapping of
all submitted applications to it's home sub-cluster.setAppsHomeSubClusters
in class GetApplicationsHomeSubClusterResponse
appsHomeSubClusters
- the mapping of all submitted application to it's
home sub-cluster.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.