Uses of Interface
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.ResourceHandler
Packages that use ResourceHandler
Package
Description
Package org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Package for GPU support classes.
-
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager
Methods in org.apache.hadoop.yarn.server.nodemanager that return ResourceHandler -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources
Subinterfaces of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resourcesModifier and TypeInterfaceDescriptioninterfaceResource handler for cpu resources.interfaceResource handler for disk resources.interfaceinterfaceClasses in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources that implement ResourceHandlerModifier and TypeClassDescriptionclassclassclassHandler class to handle the blkio controller.classAn implementation for using CGroups to restrict CPU usage on Linux.classHandler class to handle the memory controller.classAn implementation for using CGroups V2 to restrict CPU usage on Linux.classHandler class to handle the memory controller.classThe network packet tagging handler implementation.classA helper class to delegate funcationality to a 'chain' of ResourceHandler(s)classMethods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources that return ResourceHandlerModifier and TypeMethodDescriptionstatic ResourceHandlerResourceHandlerModule.getNetworkTaggingHandler(org.apache.hadoop.conf.Configuration conf) static ResourceHandlerResourceHandlerModule.initNetworkResourceHandler(org.apache.hadoop.conf.Configuration conf) Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources that return types with arguments of type ResourceHandlerConstructor parameters in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources with type arguments of type ResourceHandler -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga
Classes in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga that implement ResourceHandler -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.gpu
Classes in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.gpu that implement ResourceHandler -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.numa
Classes in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.numa that implement ResourceHandlerModifier and TypeClassDescriptionclassResourceHandler implementation for allocating NUMA Resources to each container. -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin that return ResourceHandlerModifier and TypeMethodDescriptionResourcePlugin.createResourceHandler(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor) Plugin needs to returnResourceHandlerwhen any special isolation required for the resource type. -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.deviceframework
Classes in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.deviceframework that implement ResourceHandlerModifier and TypeClassDescriptionclassThe Hooks into container lifecycle.Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.deviceframework that return ResourceHandlerModifier and TypeMethodDescriptionDevicePluginAdapter.createResourceHandler(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor) -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga that return ResourceHandlerModifier and TypeMethodDescriptionFpgaResourcePlugin.createResourceHandler(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor) -
Uses of ResourceHandler in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu that return ResourceHandlerModifier and TypeMethodDescriptionGpuResourcePlugin.createResourceHandler(Context context, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor)