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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetContainerReportResponsePBImpl

public class GetContainerReportResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse


Constructor Summary
GetContainerReportResponsePBImpl()
           
GetContainerReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.api.records.ContainerReport getContainerReport()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportResponseProto getProto()
           
 int hashCode()
           
 void setContainerReport(org.apache.hadoop.yarn.api.records.ContainerReport containerReport)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetContainerReportResponsePBImpl

public GetContainerReportResponsePBImpl()

GetContainerReportResponsePBImpl

public GetContainerReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportResponseProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportResponseProto 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

getContainerReport

public org.apache.hadoop.yarn.api.records.ContainerReport getContainerReport()
Specified by:
getContainerReport in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse

setContainerReport

public void setContainerReport(org.apache.hadoop.yarn.api.records.ContainerReport containerReport)
Specified by:
setContainerReport in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse


Copyright © 2014 Apache Software Foundation. All Rights Reserved.