@Private
@Unstable
public class GetApplicationAttemptReportResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
| Constructor | Description |
|---|---|
GetApplicationAttemptReportResponsePBImpl() |
|
GetApplicationAttemptReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.api.records.ApplicationAttemptReport |
getApplicationAttemptReport() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setApplicationAttemptReport(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport ApplicationAttemptReport) |
|
java.lang.String |
toString() |
public GetApplicationAttemptReportResponsePBImpl()
public GetApplicationAttemptReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic org.apache.hadoop.yarn.api.records.ApplicationAttemptReport getApplicationAttemptReport()
getApplicationAttemptReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponsepublic void setApplicationAttemptReport(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport ApplicationAttemptReport)
setApplicationAttemptReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.