|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetApplicationAttemptReportRequest
The request sent by a client to the ResourceManager to get an
ApplicationAttemptReport for an application attempt.
The request should include the ApplicationAttemptId of the
application attempt.
ApplicationAttemptReport,
ApplicationHistoryProtocol.getApplicationAttemptReport(GetApplicationAttemptReportRequest)| Constructor Summary | |
|---|---|
GetApplicationAttemptReportRequest()
|
|
| Method Summary | |
|---|---|
abstract ApplicationAttemptId |
getApplicationAttemptId()
Get the ApplicationAttemptId of an application attempt. |
static GetApplicationAttemptReportRequest |
newInstance(ApplicationAttemptId applicationAttemptId)
|
abstract void |
setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
Set the ApplicationAttemptId of an application attempt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetApplicationAttemptReportRequest()
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetApplicationAttemptReportRequest newInstance(ApplicationAttemptId applicationAttemptId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ApplicationAttemptId getApplicationAttemptId()
ApplicationAttemptId of an application attempt.
ApplicationAttemptId of an application attempt@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
ApplicationAttemptId of an application attempt
applicationAttemptId - ApplicationAttemptId of an application attempt
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||