Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDevice
Packages that use RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDevice
Package
Description
Package containing classes related to runC commands and common operations
used within the @{link RuncContainerRuntime}.
-
Uses of RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDevice in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc that return types with arguments of type RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDeviceModifier and TypeMethodDescriptionRuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.getWeightDevices()Constructor parameters in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc with type arguments of type RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDeviceModifierConstructorDescriptionBlockIO(int weight, int leafWeight, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDevice> weightDevices, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice> throttleReadBpsDevice, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice> throttleWriteBpsDevice, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice> throttleReadIOPSDevice, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice> throttleWriteIOPSDevice)