@InterfaceAudience.Private @InterfaceStability.Unstable public class SubClusterRegisterRequestPBImpl extends SubClusterRegisterRequest
SubClusterRegisterRequest
.Constructor and Description |
---|
SubClusterRegisterRequestPBImpl() |
SubClusterRegisterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterRegisterRequestProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterRegisterRequestProto |
getProto() |
SubClusterInfo |
getSubClusterInfo()
Get the
SubClusterInfo encapsulating the information about the
sub-cluster. |
int |
hashCode() |
void |
setSubClusterInfo(SubClusterInfo subClusterInfo)
Set the
SubClusterInfo encapsulating the information about the
sub-cluster. |
String |
toString() |
newInstance
public SubClusterRegisterRequestPBImpl()
public SubClusterRegisterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterRegisterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterRegisterRequestProto getProto()
public SubClusterInfo getSubClusterInfo()
SubClusterRegisterRequest
SubClusterInfo
encapsulating the information about the
sub-cluster.getSubClusterInfo
in class SubClusterRegisterRequest
public void setSubClusterInfo(SubClusterInfo subClusterInfo)
SubClusterRegisterRequest
SubClusterInfo
encapsulating the information about the
sub-cluster.setSubClusterInfo
in class SubClusterRegisterRequest
subClusterInfo
- the information pertaining to the sub-clusterCopyright © 2008–2021 Apache Software Foundation. All rights reserved.