|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.KillApplicationResponse
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class KillApplicationResponse
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.
ApplicationClientProtocol.forceKillApplication(KillApplicationRequest)| Constructor Summary | |
|---|---|
KillApplicationResponse()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KillApplicationResponse()
| Method Detail |
|---|
@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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||