| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| org.apache.hadoop.yarn.server.api.protocolrecords | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<String,Set<NodeAttribute>> | GetNodesToAttributesResponse. getNodeToAttributes()Get hostnames to NodeAttributes mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GetNodesToAttributesResponse | GetNodesToAttributesResponse. newInstance(Map<String,Set<NodeAttribute>> map) | 
| abstract void | GetNodesToAttributesResponse. setNodeToAttributes(Map<String,Set<NodeAttribute>> map) | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodeAttribute | NodeAttribute. newInstance(String attributeName,
           NodeAttributeType attributeType,
           String attributeValue) | 
| static NodeAttribute | NodeAttribute. newInstance(String attributePrefix,
           String attributeName,
           NodeAttributeType attributeType,
           String attributeValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Set<NodeAttribute> | NodeReport. getNodeAttributes()Get node attributes of node. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodeAttributeInfo | NodeAttributeInfo. newInstance(NodeAttribute nodeAttribute) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | NodeReport. setNodeAttributes(Set<NodeAttribute> nodeAttributes)Set the node attributes of node. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<NodeAttribute> | NodeToAttributes. getNodeAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodeToAttributes | NodeToAttributes. newInstance(String node,
           List<NodeAttribute> attributes) | 
| abstract void | NodeToAttributes. setNodeAttributes(List<NodeAttribute> attributes) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.