@Public
@Evolving
public abstract class GetAttributesToNodesResponse
extends java.lang.Object
The response sent by the ResourceManager to a client requesting
node to attribute value mapping for all or given set of Node AttributeKey's.
(GetAttributesToNodesRequest)| Constructor | Description |
|---|---|
GetAttributesToNodesResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> |
getAttributesToNodes() |
Get mapping of NodeAttributeKey to its associated mapping of list of
NodeToAttributeValue associated with attribute.
|
static GetAttributesToNodesResponse |
newInstance(java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> map) |
|
abstract void |
setAttributeToNodes(java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> map) |
public static GetAttributesToNodesResponse newInstance(java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> map)
@Public @Evolving public abstract void setAttributeToNodes(java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> map)
@Public @Evolving public abstract java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> getAttributesToNodes()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.