Package | Description |
---|---|
org.apache.hadoop.yarn.util |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Class and Description |
---|---|
class |
LinuxResourceCalculatorPlugin
Plugin to calculate resource information on Linux systems.
|
class |
WindowsResourceCalculatorPlugin |
Modifier and Type | Method and Description |
---|---|
static ResourceCalculatorPlugin |
ResourceCalculatorPlugin.getContainersMonitorPlugin(org.apache.hadoop.conf.Configuration conf)
Create the ResourceCalculatorPlugin for the containers monitor in the Node
Manager and configure it.
|
static ResourceCalculatorPlugin |
ResourceCalculatorPlugin.getNodeResourceMonitorPlugin(org.apache.hadoop.conf.Configuration conf)
Create the ResourceCalculatorPlugin for the node resource monitor in the
Node Manager and configure it.
|
static ResourceCalculatorPlugin |
ResourceCalculatorPlugin.getResourceCalculatorPlugin(Class<? extends ResourceCalculatorPlugin> clazz,
org.apache.hadoop.conf.Configuration conf)
Create the ResourceCalculatorPlugin from the class name and configure it.
|
Modifier and Type | Method and Description |
---|---|
static ResourceCalculatorPlugin |
ResourceCalculatorPlugin.getResourceCalculatorPlugin(Class<? extends ResourceCalculatorPlugin> clazz,
org.apache.hadoop.conf.Configuration conf)
Create the ResourceCalculatorPlugin from the class name and configure it.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.