@Public
@Stable
public abstract class KillApplicationResponse
extends java.lang.Object
ResourceManager to the client aborting
a submitted application.
The response, includes:
ResourceManager crashes before the process of killing the
application is completed, the ResourceManager may retry this
application on recovery.| Constructor | Description |
|---|---|
KillApplicationResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
getIsKillCompleted() |
Get the flag which indicates that the process of killing application is completed or not.
|
static KillApplicationResponse |
newInstance(boolean isKillCompleted) |
|
abstract void |
setIsKillCompleted(boolean isKillCompleted) |
Set the flag which indicates that the process of killing application is completed or not.
|
@Private @Unstable public static KillApplicationResponse newInstance(boolean isKillCompleted)
@Public @Stable public abstract boolean getIsKillCompleted()
@Private @Unstable public abstract void setIsKillCompleted(boolean isKillCompleted)
isKillCompleted - true if the process of killing application has completed,
false otherwise.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.