@Public
@Unstable
public abstract class GetApplicationAttemptReportRequest
extends java.lang.Object
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.
| Constructor | Description |
|---|---|
GetApplicationAttemptReportRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
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 |
@Public @Unstable public static GetApplicationAttemptReportRequest newInstance(ApplicationAttemptId applicationAttemptId)
@Public @Unstable public abstract ApplicationAttemptId getApplicationAttemptId()
ApplicationAttemptId of an application attempt.ApplicationAttemptId of an application attempt@Public @Unstable public abstract void setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
ApplicationAttemptId of an application attemptapplicationAttemptId - ApplicationAttemptId of an application attemptCopyright © 2008–2025 Apache Software Foundation. All rights reserved.