@Public
@Evolving
public abstract class GetClusterNodeAttributesResponse
extends java.lang.Object
The response sent by the ResourceManager to a client requesting
a node attributes in cluster.
(GetClusterNodeAttributesRequest)| Constructor | Description |
|---|---|
GetClusterNodeAttributesResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Set<NodeAttributeInfo> |
getNodeAttributes() |
Get node attributes from the response.
|
static GetClusterNodeAttributesResponse |
newInstance(java.util.Set<NodeAttributeInfo> attributes) |
Create instance of GetClusterNodeAttributesResponse.
|
abstract void |
setNodeAttributes(java.util.Set<NodeAttributeInfo> attributes) |
Set node attributes to the response.
|
public static GetClusterNodeAttributesResponse newInstance(java.util.Set<NodeAttributeInfo> attributes)
attributes - Map of Node attributeKey to Type.@Public @Unstable public abstract void setNodeAttributes(java.util.Set<NodeAttributeInfo> attributes)
attributes - Map of Node attributeKey to Type.@Public @Unstable public abstract java.util.Set<NodeAttributeInfo> getNodeAttributes()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.