@InterfaceAudience.Private @InterfaceStability.Unstable public class SubClusterIdPBImpl extends SubClusterId
SubClusterId.| Constructor and Description | 
|---|
| SubClusterIdPBImpl() | 
| SubClusterIdPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterIdProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Get the string identifier of the subcluster which is unique across
 the federated cluster. | 
| org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterIdProto | getProto() | 
| protected void | setId(String subClusterId)Set the string identifier of the subcluster which is unique across
 the federated cluster. | 
compareTo, equals, hashCode, newInstance, toStringpublic SubClusterIdPBImpl()
public SubClusterIdPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterIdProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterIdProto getProto()
public String getId()
SubClusterIdgetId in class SubClusterIdprotected void setId(String subClusterId)
SubClusterIdsetId in class SubClusterIdsubClusterId - unique identifier of the subclusterCopyright © 2008–2023 Apache Software Foundation. All rights reserved.