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