public class ApplicationAttemptReportPBImpl
extends org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
| Constructor | Description |
|---|---|
ApplicationAttemptReportPBImpl() |
|
ApplicationAttemptReportPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptReportProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.api.records.ContainerId |
getAMContainerId() |
|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
|
java.lang.String |
getDiagnostics() |
|
long |
getFinishTime() |
|
java.lang.String |
getHost() |
|
java.lang.String |
getOriginalTrackingUrl() |
|
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptReportProto |
getProto() |
|
int |
getRpcPort() |
|
long |
getStartTime() |
|
java.lang.String |
getTrackingUrl() |
|
org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState |
getYarnApplicationAttemptState() |
|
int |
hashCode() |
|
void |
setAMContainerId(org.apache.hadoop.yarn.api.records.ContainerId amContainerId) |
|
void |
setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) |
|
void |
setDiagnostics(java.lang.String diagnostics) |
|
void |
setFinishTime(long finishTime) |
|
void |
setHost(java.lang.String host) |
|
void |
setOriginalTrackingUrl(java.lang.String oUrl) |
|
void |
setRpcPort(int rpcPort) |
|
void |
setStartTime(long startTime) |
|
void |
setTrackingUrl(java.lang.String url) |
|
void |
setYarnApplicationAttemptState(org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState state) |
|
java.lang.String |
toString() |
public ApplicationAttemptReportPBImpl()
public ApplicationAttemptReportPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptReportProto proto)
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
getApplicationAttemptId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic java.lang.String getHost()
getHost in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic int getRpcPort()
getRpcPort in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic java.lang.String getTrackingUrl()
getTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic java.lang.String getOriginalTrackingUrl()
getOriginalTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic java.lang.String getDiagnostics()
getDiagnostics in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState getYarnApplicationAttemptState()
getYarnApplicationAttemptState in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setYarnApplicationAttemptState(org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState state)
setYarnApplicationAttemptState in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)
setApplicationAttemptId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setHost(java.lang.String host)
setHost in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setRpcPort(int rpcPort)
setRpcPort in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setTrackingUrl(java.lang.String url)
setTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setOriginalTrackingUrl(java.lang.String oUrl)
setOriginalTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setDiagnostics(java.lang.String diagnostics)
setDiagnostics in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptReportProto 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.ContainerId getAMContainerId()
getAMContainerId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setAMContainerId(org.apache.hadoop.yarn.api.records.ContainerId amContainerId)
setAMContainerId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setStartTime(long startTime)
setStartTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic void setFinishTime(long finishTime)
setFinishTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic long getStartTime()
getStartTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportpublic long getFinishTime()
getFinishTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReportCopyright © 2008–2025 Apache Software Foundation. All rights reserved.