java.lang.Comparable<SubClusterId>@Private @Unstable public class SubClusterIdPBImpl extends SubClusterId
SubClusterId.| Constructor | Description |
|---|---|
SubClusterIdPBImpl() |
|
SubClusterIdPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterIdProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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(java.lang.String subClusterId) |
Set the string identifier of the subcluster which is unique across
the federated cluster.
|
compareTo, equals, hashCode, newInstance, 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 java.lang.String getId()
SubClusterIdgetId in class SubClusterIdprotected void setId(java.lang.String subClusterId)
SubClusterIdsetId in class SubClusterIdsubClusterId - unique identifier of the subclusterCopyright © 2008–2025 Apache Software Foundation. All rights reserved.