| Modifier and Type | Method | Description |
|---|---|---|
ResourceHandler |
LinuxContainerExecutor.getResourceHandler() |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CpuResourceHandler |
Resource handler for cpu resources.
|
interface |
DiskResourceHandler |
Resource handler for disk resources.
|
interface |
MemoryResourceHandler |
|
interface |
OutboundBandwidthResourceHandler |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CGroupsBlkioResourceHandlerImpl |
Handler class to handle the blkio controller.
|
class |
CGroupsCpuResourceHandlerImpl |
An implementation for using CGroups to restrict CPU usage on Linux.
|
class |
CGroupsMemoryResourceHandlerImpl |
Handler class to handle the memory controller.
|
class |
NetworkPacketTaggingHandlerImpl |
The network packet tagging handler implementation.
|
class |
ResourceHandlerChain |
A helper class to delegate funcationality to a 'chain' of
ResourceHandler(s)
|
class |
TrafficControlBandwidthHandlerImpl |
| Modifier and Type | Method | Description |
|---|---|---|
static ResourceHandler |
ResourceHandlerModule.getNetworkTaggingHandler(org.apache.hadoop.conf.Configuration conf) |
|
static ResourceHandler |
ResourceHandlerModule.initNetworkResourceHandler(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ResourceHandler> |
ResourceHandlerChain.getResourceHandlerList() |
| Constructor | Description |
|---|---|
ResourceHandlerChain(java.util.List<ResourceHandler> resourceHandlers) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FpgaResourceHandlerImpl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GpuResourceHandlerImpl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NumaResourceHandlerImpl |
ResourceHandler implementation for allocating NUMA Resources to each
container.
|
| Modifier and Type | Method | Description |
|---|---|---|
ResourceHandler |
ResourcePlugin.createResourceHandler(Context nmContext,
CGroupsHandler cGroupsHandler,
PrivilegedOperationExecutor privilegedOperationExecutor) |
Plugin needs to return
ResourceHandler when any special isolation
required for the resource type. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DeviceResourceHandlerImpl |
The Hooks into container lifecycle.
|
| Modifier and Type | Method | Description |
|---|---|---|
ResourceHandler |
DevicePluginAdapter.createResourceHandler(Context nmContext,
CGroupsHandler cGroupsHandler,
PrivilegedOperationExecutor privilegedOperationExecutor) |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceHandler |
FpgaResourcePlugin.createResourceHandler(Context nmContext,
CGroupsHandler cGroupsHandler,
PrivilegedOperationExecutor privilegedOperationExecutor) |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceHandler |
GpuResourcePlugin.createResourceHandler(Context context,
CGroupsHandler cGroupsHandler,
PrivilegedOperationExecutor privilegedOperationExecutor) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.