@Private @Unstable public class SubClusterRegisterRequestPBImpl extends SubClusterRegisterRequest
SubClusterRegisterRequest.| Constructor | Description |
|---|---|
SubClusterRegisterRequestPBImpl() |
|
SubClusterRegisterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterRegisterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.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. |
java.lang.String |
toString() |
newInstancepublic SubClusterRegisterRequestPBImpl()
public SubClusterRegisterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterRegisterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterRegisterRequestProto 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 SubClusterInfo getSubClusterInfo()
SubClusterRegisterRequestSubClusterInfo encapsulating the information about the
sub-cluster.getSubClusterInfo in class SubClusterRegisterRequestpublic void setSubClusterInfo(SubClusterInfo subClusterInfo)
SubClusterRegisterRequestSubClusterInfo encapsulating the information about the
sub-cluster.setSubClusterInfo in class SubClusterRegisterRequestsubClusterInfo - the information pertaining to the sub-clusterCopyright © 2008–2025 Apache Software Foundation. All rights reserved.