Uses of Class
org.apache.hadoop.yarn.util.ResourceCalculatorPlugin
Packages that use ResourceCalculatorPlugin
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ResourceCalculatorPlugin in org.apache.hadoop.yarn.util
Subclasses of ResourceCalculatorPlugin in org.apache.hadoop.yarn.utilModifier and TypeClassDescriptionclassPlugin to calculate resource information on Linux systems.classMethods in org.apache.hadoop.yarn.util that return ResourceCalculatorPluginModifier and TypeMethodDescriptionstatic ResourceCalculatorPluginResourceCalculatorPlugin.getContainersMonitorPlugin(org.apache.hadoop.conf.Configuration conf) Create the ResourceCalculatorPlugin for the containers monitor in the Node Manager and configure it.static ResourceCalculatorPluginResourceCalculatorPlugin.getNodeResourceMonitorPlugin(org.apache.hadoop.conf.Configuration conf) Create the ResourceCalculatorPlugin for the node resource monitor in the Node Manager and configure it.static ResourceCalculatorPluginResourceCalculatorPlugin.getResourceCalculatorPlugin(Class<? extends ResourceCalculatorPlugin> clazz, org.apache.hadoop.conf.Configuration conf) Create the ResourceCalculatorPlugin from the class name and configure it.Method parameters in org.apache.hadoop.yarn.util with type arguments of type ResourceCalculatorPluginModifier and TypeMethodDescriptionstatic ResourceCalculatorPluginResourceCalculatorPlugin.getResourceCalculatorPlugin(Class<? extends ResourceCalculatorPlugin> clazz, org.apache.hadoop.conf.Configuration conf) Create the ResourceCalculatorPlugin from the class name and configure it.