@InterfaceAudience.Public @InterfaceStability.Stable public abstract class KillApplicationResponse extends Object
 The response sent by the 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. | 
public KillApplicationResponse()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getIsKillCompleted()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.