|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class FinishApplicationMasterResponse
The response sent by the ResourceManager to a
ApplicationMaster on it's completion.
The response, includes:
ApplicationMasterProtocol.finishApplicationMaster(FinishApplicationMasterRequest)| Constructor Summary | |
|---|---|
FinishApplicationMasterResponse()
|
|
| Method Summary | |
|---|---|
abstract boolean |
getIsUnregistered()
Get the flag which indicates that the application has successfully unregistered with the RM and the application can safely stop. |
static FinishApplicationMasterResponse |
newInstance(boolean isRemovedFromRMStateStore)
|
abstract void |
setIsUnregistered(boolean isUnregistered)
Set the flag which indicates that the application has successfully unregistered with the RM and the application can safely stop. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FinishApplicationMasterResponse()
| Method Detail |
|---|
@InterfaceAudience.Private @InterfaceStability.Unstable public static FinishApplicationMasterResponse newInstance(boolean isRemovedFromRMStateStore)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getIsUnregistered()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setIsUnregistered(boolean isUnregistered)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||