@Private @Unstable public class GetSubClusterInfoRequestPBImpl extends GetSubClusterInfoRequest
GetSubClusterInfoRequest.| Constructor | Description |
|---|---|
GetSubClusterInfoRequestPBImpl() |
|
GetSubClusterInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto |
getProto() |
|
SubClusterId |
getSubClusterId() |
Get the
SubClusterId representing the unique identifier of the
subcluster. |
int |
hashCode() |
|
void |
setSubClusterId(SubClusterId subClusterId) |
Set the
SubClusterId representing the unique identifier of the
subcluster. |
java.lang.String |
toString() |
newInstancepublic GetSubClusterInfoRequestPBImpl()
public GetSubClusterInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto 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 SubClusterId getSubClusterId()
GetSubClusterInfoRequestSubClusterId representing the unique identifier of the
subcluster.getSubClusterId in class GetSubClusterInfoRequestpublic void setSubClusterId(SubClusterId subClusterId)
GetSubClusterInfoRequestSubClusterId representing the unique identifier of the
subcluster.setSubClusterId in class GetSubClusterInfoRequestsubClusterId - the subcluster identifierCopyright © 2008–2025 Apache Software Foundation. All rights reserved.