| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<NodeAttributeKey,List<NodeToAttributeValue>> | GetAttributesToNodesResponse. getAttributesToNodes()Get mapping of NodeAttributeKey to its associated mapping of list of
 NodeToAttributeValue associated with attribute. | 
| abstract Set<NodeAttributeKey> | GetAttributesToNodesRequest. getNodeAttributes()Get node attributeKeys for which mapping of hostname to attribute value is
 required. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GetAttributesToNodesResponse | GetAttributesToNodesResponse. newInstance(Map<NodeAttributeKey,List<NodeToAttributeValue>> map) | 
| static GetAttributesToNodesRequest | GetAttributesToNodesRequest. newInstance(Set<NodeAttributeKey> attributes) | 
| abstract void | GetAttributesToNodesResponse. setAttributeToNodes(Map<NodeAttributeKey,List<NodeToAttributeValue>> map) | 
| abstract void | GetAttributesToNodesRequest. setNodeAttributes(Set<NodeAttributeKey> attributes)Set node attributeKeys for which the mapping of hostname to attribute value
 is required. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract NodeAttributeKey | NodeAttribute. getAttributeKey() | 
| abstract NodeAttributeKey | NodeAttributeInfo. getAttributeKey() | 
| static NodeAttributeKey | NodeAttributeKey. newInstance(String attributeName) | 
| static NodeAttributeKey | NodeAttributeKey. newInstance(String attributePrefix,
           String attributeName) | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodeAttributeInfo | NodeAttributeInfo. newInstance(NodeAttributeKey nodeAttributeKey,
           NodeAttributeType attributeType) | 
| abstract void | NodeAttribute. setAttributeKey(NodeAttributeKey attributeKey) | 
| abstract void | NodeAttributeInfo. setAttributeKey(NodeAttributeKey attributeKey) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.