org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetClusterMetricsResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterMetricsResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetClusterMetricsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse


Constructor Summary
GetClusterMetricsResponsePBImpl()
           
GetClusterMetricsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterMetricsResponseProto proto)
           
 
Method Summary
 boolean equals(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)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetClusterMetricsResponsePBImpl

public GetClusterMetricsResponsePBImpl()

GetClusterMetricsResponsePBImpl

public GetClusterMetricsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterMetricsResponseProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterMetricsResponseProto getProto()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getClusterMetrics

public org.apache.hadoop.yarn.api.records.YarnClusterMetrics getClusterMetrics()
Specified by:
getClusterMetrics in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse

setClusterMetrics

public void setClusterMetrics(org.apache.hadoop.yarn.api.records.YarnClusterMetrics clusterMetrics)
Specified by:
setClusterMetrics in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse


Copyright © 2014 Apache Software Foundation. All Rights Reserved.