@InterfaceAudience.Private @InterfaceStability.Unstable public class GetSubClusterInfoRequestPBImpl extends GetSubClusterInfoRequest
GetSubClusterInfoRequest
.Constructor and Description |
---|
GetSubClusterInfoRequestPBImpl() |
GetSubClusterInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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. |
String |
toString() |
newInstance
public GetSubClusterInfoRequestPBImpl()
public GetSubClusterInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto getProto()
public SubClusterId getSubClusterId()
GetSubClusterInfoRequest
SubClusterId
representing the unique identifier of the
subcluster.getSubClusterId
in class GetSubClusterInfoRequest
public void setSubClusterId(SubClusterId subClusterId)
GetSubClusterInfoRequest
SubClusterId
representing the unique identifier of the
subcluster.setSubClusterId
in class GetSubClusterInfoRequest
subClusterId
- the subcluster identifierCopyright © 2008–2023 Apache Software Foundation. All rights reserved.