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
Enclosing class:
RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO

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 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()