@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class RefreshClusterNodeLabelsResponse extends Object
The response sent by the ResourceManager to the client for a
request to refresh labels for nodes in the cluster
The response, includes:
| Constructor and Description |
|---|
RefreshClusterNodeLabelsResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
getIsRefreshLabelsComplete()
Get the flag which indicates that the task of refreshing labels is completed or not.
|
static RefreshClusterNodeLabelsResponse |
newInstance(boolean isRefreshCompleted) |
abstract void |
setIsRefreshLabelsComplete(boolean isRefreshCompleted)
Set the flag which indicates that the task of refreshing labels is completed or not.
|
@InterfaceAudience.Public @InterfaceStability.Unstable public static RefreshClusterNodeLabelsResponse newInstance(boolean isRefreshCompleted)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract boolean getIsRefreshLabelsComplete()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setIsRefreshLabelsComplete(boolean isRefreshCompleted)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.