@InterfaceAudience.Public @InterfaceStability.Stable public abstract class FinishApplicationMasterResponse extends Object
ResourceManager
to a
ApplicationMaster
on it's completion.
The response, includes:
Note: The flag indicates whether the application has successfully unregistered and is safe to stop. The application may stop after the flag is true. If the application stops before the flag is true then the RM may retry the application.
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.
|
@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getIsUnregistered()
Copyright © 2022 Apache Software Foundation. All rights reserved.