@InterfaceAudience.Private @InterfaceStability.Unstable public class AddApplicationHomeSubClusterRequestPBImpl extends AddApplicationHomeSubClusterRequest
AddApplicationHomeSubClusterRequest
.Constructor and Description |
---|
AddApplicationHomeSubClusterRequestPBImpl() |
AddApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProto 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.AddApplicationHomeSubClusterRequestProto |
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
public AddApplicationHomeSubClusterRequestPBImpl()
public AddApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProto getProto()
public ApplicationHomeSubCluster getApplicationHomeSubCluster()
AddApplicationHomeSubClusterRequest
ApplicationHomeSubCluster
representing the mapping of the
application to it's home sub-cluster.getApplicationHomeSubCluster
in class AddApplicationHomeSubClusterRequest
public void setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo)
AddApplicationHomeSubClusterRequest
ApplicationHomeSubCluster
representing the mapping of the
application to it's home sub-cluster.setApplicationHomeSubCluster
in class AddApplicationHomeSubClusterRequest
applicationInfo
- the mapping of the application to it's
home sub-cluster.Copyright © 2008–2021 Apache Software Foundation. All rights reserved.