@InterfaceAudience.Public @InterfaceStability.Stable public abstract class KillApplicationResponse extends 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 and Description | 
|---|
| KillApplicationResponse() | 
| Modifier and Type | Method and 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. | 
@InterfaceAudience.Private @InterfaceStability.Unstable public static KillApplicationResponse newInstance(boolean isKillCompleted)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getIsKillCompleted()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setIsKillCompleted(boolean isKillCompleted)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.