Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed.ClusterNode
Packages that use ClusterNode
-
Uses of ClusterNode in org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed with type parameters of type ClusterNodeModifier and TypeFieldDescriptionprotected final Map<org.apache.hadoop.yarn.api.records.NodeId,ClusterNode> NodeQueueLoadMonitor.clusterNodesMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed that return ClusterNodeMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed that return types with arguments of type ClusterNodeModifier and TypeMethodDescriptionprotected List<ClusterNode>NodeQueueLoadMonitor.sortNodes(boolean excludeFullNodes) Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed with parameters of type ClusterNodeModifier and TypeMethodDescriptionintNodeQueueLoadMonitor.LoadComparator.compare(ClusterNode o1, ClusterNode o2) booleanNodeQueueLoadMonitor.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.intNodeQueueLoadMonitor.LoadComparator.getMetric(ClusterNode c) booleanNodeQueueLoadMonitor.LoadComparator.isNodeAvailable(ClusterNode cn) Whether we should be placing OContainers on a node.protected voidNodeQueueLoadMonitor.onExistingNodeUpdated(RMNode rmNode, ClusterNode clusterNode, org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus status) protected voidNodeQueueLoadMonitor.onNodeRemoved(ClusterNode node) Provide an integration point for extended class