|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Stable public interface KillApplicationRequest
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.
ClientRMProtocol.forceKillApplication(KillApplicationRequest)| Method Summary | |
|---|---|
ApplicationId |
getApplicationId()
Get the ApplicationId of the application to be aborted. |
void |
setApplicationId(ApplicationId applicationId)
|
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable ApplicationId getApplicationId()
ApplicationId of the application to be aborted.
ApplicationId of the application to be aborted@InterfaceAudience.Private @InterfaceStability.Unstable void setApplicationId(ApplicationId applicationId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||