@Private
@Unstable
public class GetClusterMetricsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse
| Constructor | Description |
|---|---|
GetClusterMetricsResponsePBImpl() |
|
GetClusterMetricsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterMetricsResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.api.records.YarnClusterMetrics |
getClusterMetrics() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterMetricsResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setClusterMetrics(org.apache.hadoop.yarn.api.records.YarnClusterMetrics clusterMetrics) |
|
java.lang.String |
toString() |
public GetClusterMetricsResponsePBImpl()
public GetClusterMetricsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterMetricsResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterMetricsResponseProto 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 org.apache.hadoop.yarn.api.records.YarnClusterMetrics getClusterMetrics()
getClusterMetrics in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponsepublic void setClusterMetrics(org.apache.hadoop.yarn.api.records.YarnClusterMetrics clusterMetrics)
setClusterMetrics in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.