@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class UpdateApplicationPriorityResponse extends Object
The response sent by the ResourceManager
to the client on update
the application priority.
A response without exception means that the move has completed successfully.
コンストラクタと説明 |
---|
UpdateApplicationPriorityResponse() |
修飾子とタイプ | メソッドと説明 |
---|---|
abstract Priority |
getApplicationPriority()
Get the
Priority of the application to be set. |
static UpdateApplicationPriorityResponse |
newInstance(Priority priority) |
abstract void |
setApplicationPriority(Priority priority)
Set the
Priority of the application. |
public UpdateApplicationPriorityResponse()
public static UpdateApplicationPriorityResponse newInstance(Priority priority)
public abstract Priority getApplicationPriority()
Priority
of the application to be set.Priority
of the application.public abstract void setApplicationPriority(Priority priority)
Priority
of the application.priority
- Priority
of the applicationCopyright © 2016 Apache Software Foundation. All rights reserved.