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