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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetContainerReportRequestPBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetContainerReportRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest


Constructor Summary
GetContainerReportRequestPBImpl()
           
GetContainerReportRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto getProto()
           
 int hashCode()
           
 void setContainerId(org.apache.hadoop.yarn.api.records.ContainerId containerId)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetContainerReportRequestPBImpl

public GetContainerReportRequestPBImpl()

GetContainerReportRequestPBImpl

public GetContainerReportRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto proto)
Method Detail

getProto

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

getContainerId

public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
Specified by:
getContainerId in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest

setContainerId

public void setContainerId(org.apache.hadoop.yarn.api.records.ContainerId containerId)
Specified by:
setContainerId in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest


Copyright © 2014 Apache Software Foundation. All Rights Reserved.