|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.records.ApplicationAttemptReport
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class ApplicationAttemptReport
ApplicationAttemptReport is a report of an application attempt.
It includes details such as:
ApplicationAttemptId of the application.ApplicationMaster of this attempt is
running.ApplicationMaster of this attempt.YarnApplicationAttemptState of the application attempt.ContainerId of the master Container.
| Constructor Summary | |
|---|---|
ApplicationAttemptReport()
|
|
| Method Summary | |
|---|---|
abstract ContainerId |
getAMContainerId()
Get the ContainerId of AMContainer for this attempt |
abstract ApplicationAttemptId |
getApplicationAttemptId()
Get the ApplicationAttemptId of this attempt of the
application |
abstract String |
getDiagnostics()
Get the diagnositic information of the application attempt in case of errors. |
abstract String |
getHost()
Get the host on which this attempt of ApplicationMaster is running. |
abstract String |
getOriginalTrackingUrl()
Get the original tracking url for the application attempt. |
abstract int |
getRpcPort()
Get the RPC port of this attempt ApplicationMaster. |
abstract String |
getTrackingUrl()
Get the tracking url for the application attempt. |
abstract YarnApplicationAttemptState |
getYarnApplicationAttemptState()
Get the YarnApplicationAttemptState of the application attempt. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationAttemptReport()
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract YarnApplicationAttemptState getYarnApplicationAttemptState()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract int getRpcPort()
ApplicationMaster.
ApplicationMaster@InterfaceAudience.Public @InterfaceStability.Unstable public abstract String getHost()
ApplicationMaster is running.
ApplicationMaster is running@InterfaceAudience.Public @InterfaceStability.Unstable public abstract String getDiagnostics()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract String getTrackingUrl()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract String getOriginalTrackingUrl()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ApplicationAttemptId getApplicationAttemptId()
ApplicationAttemptId of this attempt of the
application
ApplicationAttemptId of the attempt@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ContainerId getAMContainerId()
ContainerId of AMContainer for this attempt
ContainerId of the attempt
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||