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
|