Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Device

java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Device
Enclosing class:
RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources

public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Device extends Object
This class is a Java representation of the device section of the OCI Runtime Specification.
  • Constructor Details

    • Device

      public Device(boolean allow, String type, long major, long minor, String access)
    • Device

      public Device()
  • Method Details

    • isAllow

      public boolean isAllow()
    • getType

      public String getType()
    • getMajor

      public long getMajor()
    • getMinor

      public long getMinor()
    • getAccess

      public String getAccess()