@Private @Unstable public class GetApplicationHomeSubClusterResponsePBImpl extends GetApplicationHomeSubClusterResponse
GetApplicationHomeSubClusterResponse.| Constructor | Description |
|---|---|
GetApplicationHomeSubClusterResponsePBImpl() |
|
GetApplicationHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
ApplicationHomeSubCluster |
getApplicationHomeSubCluster() |
Get the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) |
Set the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
java.lang.String |
toString() |
newInstance, newInstance, newInstancepublic GetApplicationHomeSubClusterResponsePBImpl()
public GetApplicationHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterResponseProto 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 ApplicationHomeSubCluster getApplicationHomeSubCluster()
GetApplicationHomeSubClusterResponseApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster.getApplicationHomeSubCluster in class GetApplicationHomeSubClusterResponsepublic void setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo)
GetApplicationHomeSubClusterResponseApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster.setApplicationHomeSubCluster in class GetApplicationHomeSubClusterResponseapplicationInfo - the mapping of the application to it's
home sub-cluster.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.