@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, toString
public 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()
SubClusterId
getId
in class SubClusterId
protected void setId(String subClusterId)
SubClusterId
setId
in class SubClusterId
subClusterId
- unique identifier of the subclusterCopyright © 2022 Apache Software Foundation. All rights reserved.