Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged.PrivilegedOperationExecutor
Packages that use PrivilegedOperationExecutor
Package
Description
Package containing classes related to Docker commands and common operations
used within the @{link DockerLinuxContainerRuntime}.
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 PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager
Methods in org.apache.hadoop.yarn.server.nodemanager that return PrivilegedOperationExecutorModifier and TypeMethodDescriptionprotected PrivilegedOperationExecutorLinuxContainerExecutor.getPrivilegedOperationExecutor() -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged that return PrivilegedOperationExecutorModifier and TypeMethodDescriptionstatic PrivilegedOperationExecutorPrivilegedOperationExecutor.getInstance(org.apache.hadoop.conf.Configuration conf) -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources
Fields in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources declared as PrivilegedOperationExecutorModifier and TypeFieldDescriptionprotected final PrivilegedOperationExecutorAbstractCGroupsHandler.privilegedOperationExecutorConstructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources with parameters of type PrivilegedOperationExecutorModifierConstructorDescriptionNetworkPacketTaggingHandlerImpl(PrivilegedOperationExecutor privilegedOperationExecutor, CGroupsHandler cGroupsHandler) TrafficControlBandwidthHandlerImpl(PrivilegedOperationExecutor privilegedOperationExecutor, CGroupsHandler cGroupsHandler, org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.TrafficController trafficController) -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga
Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga with parameters of type PrivilegedOperationExecutorModifierConstructorDescriptionFpgaResourceHandlerImpl(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor, AbstractFpgaVendorPlugin plugin, FpgaDiscoverer fpgaDiscoverer) -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.gpu
Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.gpu with parameters of type PrivilegedOperationExecutorModifierConstructorDescriptionGpuResourceHandlerImpl(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor, GpuDiscoverer gpuDiscoverer) -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime
Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime with parameters of type PrivilegedOperationExecutorModifierConstructorDescriptionDefaultLinuxContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor) Create an instance using the givenPrivilegedOperationExecutorinstance for performing operations.DockerLinuxContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor) Create an instance using the givenPrivilegedOperationExecutorinstance for performing operations.DockerLinuxContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor, CGroupsHandler cGroupsHandler) Create an instance using the givenPrivilegedOperationExecutorinstance for performing operations and the givenCGroupsHandlerinstance.JavaSandboxLinuxContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor) Create an instance using the givenPrivilegedOperationExecutorinstance for performing operations.OCIContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor) OCIContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor, CGroupsHandler cGroupsHandler) RuncContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor) RuncContainerRuntime(PrivilegedOperationExecutor privilegedOperationExecutor, CGroupsHandler cGroupsHandler) -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker with parameters of type PrivilegedOperationExecutorModifier and TypeMethodDescriptionstatic StringDockerCommandExecutor.executeDockerCommand(DockerCommand dockerCommand, String containerId, Map<String, String> env, PrivilegedOperationExecutor privilegedOperationExecutor, boolean disableFailureLogging, Context nmContext) Execute a docker command and return the output.DockerCommandExecutor.getContainerStatus(String containerId, PrivilegedOperationExecutor privilegedOperationExecutor, Context nmContext) Get the status of the docker container. -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin with parameters of type PrivilegedOperationExecutorModifier and TypeMethodDescriptionResourcePlugin.createResourceHandler(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor) Plugin needs to returnResourceHandlerwhen any special isolation required for the resource type. -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.deviceframework
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.deviceframework with parameters of type PrivilegedOperationExecutorModifier and TypeMethodDescriptionDevicePluginAdapter.createResourceHandler(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor) Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.deviceframework with parameters of type PrivilegedOperationExecutorModifierConstructorDescriptionDeviceResourceHandlerImpl(String resName, DevicePluginAdapter devPluginAdapter, DeviceMappingManager devMappingManager, CGroupsHandler cgHandler, PrivilegedOperationExecutor operation, Context ctx) DeviceResourceHandlerImpl(String resName, DevicePluginAdapter devPluginAdapter, DeviceMappingManager devMappingManager, CGroupsHandler cgHandler, PrivilegedOperationExecutor operation, Context ctx, ShellWrapper shell) -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga with parameters of type PrivilegedOperationExecutorModifier and TypeMethodDescriptionFpgaResourcePlugin.createResourceHandler(Context nmContext, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor) -
Uses of PrivilegedOperationExecutor in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu with parameters of type PrivilegedOperationExecutorModifier and TypeMethodDescriptionGpuResourcePlugin.createResourceHandler(Context context, CGroupsHandler cGroupsHandler, PrivilegedOperationExecutor privilegedOperationExecutor)