@Private
@Unstable
public class GetApplicationReportResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
| Constructor | Description |
|---|---|
GetApplicationReportResponsePBImpl() |
|
GetApplicationReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.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) |
|
java.lang.String |
toString() |
public GetApplicationReportResponsePBImpl()
public GetApplicationReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto 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.ApplicationReport getApplicationReport()
getApplicationReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponsepublic void setApplicationReport(org.apache.hadoop.yarn.api.records.ApplicationReport applicationMaster)
setApplicationReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.