Class GetApplicationAttemptReportResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationAttemptReportResponsePBImpl
@Private
@Unstable
public class GetApplicationAttemptReportResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetApplicationAttemptReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.api.records.ApplicationAttemptReportorg.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProtogetProto()inthashCode()voidsetApplicationAttemptReport(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport ApplicationAttemptReport) toString()Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
newInstance
-
Constructor Details
-
GetApplicationAttemptReportResponsePBImpl
public GetApplicationAttemptReportResponsePBImpl() -
GetApplicationAttemptReportResponsePBImpl
public GetApplicationAttemptReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getApplicationAttemptReport
public org.apache.hadoop.yarn.api.records.ApplicationAttemptReport getApplicationAttemptReport()- Specified by:
getApplicationAttemptReportin classorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
-
setApplicationAttemptReport
public void setApplicationAttemptReport(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport ApplicationAttemptReport) - Specified by:
setApplicationAttemptReportin classorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
-