Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice
public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice
extends Object
This class is a Java representation of the throttle device section
of the OCI Runtime Specification.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThrottleDevice
public ThrottleDevice(long major, long minor, long rate) -
ThrottleDevice
public ThrottleDevice()
-
-
Method Details
-
getMajor
public long getMajor() -
getMinor
public long getMinor() -
getRate
public long getRate()
-