@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.
|
public FinishApplicationMasterResponse()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getIsUnregistered()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.