| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Map<org.apache.hadoop.yarn.api.records.NodeId,ClusterNode> |
NodeQueueLoadMonitor.clusterNodes |
| Modifier and Type | Method | Description |
|---|---|---|
ClusterNode |
ClusterNode.setProperties(ClusterNode.Properties properties) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<ClusterNode> |
NodeQueueLoadMonitor.sortNodes(boolean excludeFullNodes) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
NodeQueueLoadMonitor.LoadComparator.compare(ClusterNode o1,
ClusterNode o2) |
|
boolean |
NodeQueueLoadMonitor.LoadComparator.compareAndIncrement(ClusterNode c,
int incrementSize,
org.apache.hadoop.yarn.api.records.Resource requested) |
Increment the metric by a delta if it is below the threshold.
|
int |
NodeQueueLoadMonitor.LoadComparator.getMetric(ClusterNode c) |
|
boolean |
NodeQueueLoadMonitor.LoadComparator.isNodeAvailable(ClusterNode cn) |
Whether we should be placing OContainers on a node.
|
protected void |
NodeQueueLoadMonitor.onExistingNodeUpdated(RMNode rmNode,
ClusterNode clusterNode,
org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus status) |
|
protected void |
NodeQueueLoadMonitor.onNodeRemoved(ClusterNode node) |
Provide an integration point for extended class
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.