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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationReportResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetApplicationReportResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse


Constructor Summary
GetApplicationReportResponsePBImpl()
           
GetApplicationReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.api.records.ApplicationReport getApplicationReport()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto getProto()
           
 int hashCode()
           
 void setApplicationReport(org.apache.hadoop.yarn.api.records.ApplicationReport applicationMaster)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationReportResponsePBImpl

public GetApplicationReportResponsePBImpl()

GetApplicationReportResponsePBImpl

public GetApplicationReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto proto)
Method Detail

getProto

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

getApplicationReport

public org.apache.hadoop.yarn.api.records.ApplicationReport getApplicationReport()
Specified by:
getApplicationReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse

setApplicationReport

public void setApplicationReport(org.apache.hadoop.yarn.api.records.ApplicationReport applicationMaster)
Specified by:
setApplicationReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse


Copyright © 2014 Apache Software Foundation. All Rights Reserved.