| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.webapp.dao | This package contains the web data access objects (DAO) for the RM. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<NodeLabelInfo,NodeIDsInfo> | LabelsToNodesInfo. labelsToNodes | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<NodeLabelInfo,NodeIDsInfo> | LabelsToNodesInfo. getLabelsToNodes() | 
| ArrayList<NodeLabelInfo> | NodeLabelsInfo. getNodeLabelsInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NodeLabelsInfo. setNodeLabelsInfo(ArrayList<NodeLabelInfo> nodeLabelInfo) | 
| Constructor and Description | 
|---|
| LabelsToNodesInfo(Map<NodeLabelInfo,NodeIDsInfo> labelsToNodes) | 
| NodeLabelsInfo(ArrayList<NodeLabelInfo> nodeLabels) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.