@InterfaceAudience.Private @InterfaceStability.Unstable public class AddApplicationHomeSubClusterResponsePBImpl extends AddApplicationHomeSubClusterResponse
AddApplicationHomeSubClusterResponse.| Constructor and Description | 
|---|
| AddApplicationHomeSubClusterResponsePBImpl() | 
| AddApplicationHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterResponseProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| SubClusterId | getHomeSubCluster()Get the home sub-cluster that this application has been assigned to. | 
| org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterResponseProto | getProto() | 
| int | hashCode() | 
| void | setHomeSubCluster(SubClusterId homeSubCluster)Set the home sub-cluster that this application has been assigned to. | 
| String | toString() | 
newInstancepublic AddApplicationHomeSubClusterResponsePBImpl()
public AddApplicationHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterResponseProto getProto()
public void setHomeSubCluster(SubClusterId homeSubCluster)
AddApplicationHomeSubClusterResponsesetHomeSubCluster in class AddApplicationHomeSubClusterResponsehomeSubCluster - the SubClusterId of this application's home
          sub-clusterpublic SubClusterId getHomeSubCluster()
AddApplicationHomeSubClusterResponseSubClusterId in the corresponding response, if
 the mapping for the request's application already existed.getHomeSubCluster in class AddApplicationHomeSubClusterResponseSubClusterId of this application's home sub-clusterCopyright © 2008–2023 Apache Software Foundation. All rights reserved.