@Public
@Stable
public abstract class KillApplicationRequest
extends java.lang.Object
The request sent by the client to the ResourceManager
to abort a submitted application.
The request includes the ApplicationId of the application to be
aborted.
| Constructor | Description |
|---|---|
KillApplicationRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationId |
getApplicationId() |
Get the
ApplicationId of the application to be aborted. |
abstract java.lang.String |
getDiagnostics() |
Get the diagnostics to which the application is being killed.
|
static KillApplicationRequest |
newInstance(ApplicationId applicationId) |
|
abstract void |
setApplicationId(ApplicationId applicationId) |
|
abstract void |
setDiagnostics(java.lang.String diagnostics) |
Set the diagnostics to which the application is being killed.
|
@Public @Stable public static KillApplicationRequest newInstance(ApplicationId applicationId)
@Public @Stable public abstract ApplicationId getApplicationId()
ApplicationId of the application to be aborted.ApplicationId of the application to be aborted@Public @Stable public abstract void setApplicationId(ApplicationId applicationId)
@Public @Unstable public abstract java.lang.String getDiagnostics()
@Public @Unstable public abstract void setDiagnostics(java.lang.String diagnostics)
diagnostics - diagnostics to which the application is being
killedCopyright © 2008–2025 Apache Software Foundation. All rights reserved.