@Public
@Unstable
public abstract class GetApplicationAttemptsRequest
extends java.lang.Object
The request from clients to get a list of application attempt reports of an
application from the ResourceManager.
| Constructor | Description |
|---|---|
GetApplicationAttemptsRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationId |
getApplicationId() |
Get the
ApplicationId of an application |
static GetApplicationAttemptsRequest |
newInstance(ApplicationId applicationId) |
|
abstract void |
setApplicationId(ApplicationId applicationId) |
Set the
ApplicationId of an application |
@Public @Unstable public static GetApplicationAttemptsRequest newInstance(ApplicationId applicationId)
@Public @Unstable public abstract ApplicationId getApplicationId()
ApplicationId of an applicationApplicationId of an application@Public @Unstable public abstract void setApplicationId(ApplicationId applicationId)
ApplicationId of an applicationapplicationId - ApplicationId of an applicationCopyright © 2008–2025 Apache Software Foundation. All rights reserved.