@InterfaceAudience.Public @InterfaceStability.Stable public abstract class FinishApplicationMasterResponse extends Object
The response sent by the ResourceManager
to a
ApplicationMaster
on it's completion.
The response, includes:
Constructor and Description |
---|
FinishApplicationMasterResponse() |
Modifier and Type | Method and Description |
---|---|
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.
|
@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)
Copyright © 2013 Apache Software Foundation. All rights reserved.