@Public
@Unstable
public abstract class UpdateApplicationPriorityResponse
extends java.lang.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.
| Constructor | Description |
|---|---|
UpdateApplicationPriorityResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
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 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 © 2008–2025 Apache Software Foundation. All rights reserved.