| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| org.apache.hadoop.yarn.client.api | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Set<NodeAttributeInfo> | GetClusterNodeAttributesResponse. getNodeAttributes()Get node attributes from the response. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GetClusterNodeAttributesResponse | GetClusterNodeAttributesResponse. newInstance(Set<NodeAttributeInfo> attributes)Create instance of GetClusterNodeAttributesResponse. | 
| abstract void | GetClusterNodeAttributesResponse. setNodeAttributes(Set<NodeAttributeInfo> attributes)Set node attributes to the response. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodeAttributeInfo | NodeAttributeInfo. newInstance(NodeAttribute nodeAttribute) | 
| static NodeAttributeInfo | NodeAttributeInfo. newInstance(NodeAttributeKey nodeAttributeKey,
           NodeAttributeType attributeType) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Set<NodeAttributeInfo> | YarnClient. getClusterAttributes()
 The interface used by client to get node attributes in the cluster. | 
Copyright © 2023 Apache Software Foundation. All rights reserved.