Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Device

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

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

    • Device

      public Device(String type, String path, long major, long minor, int fileMode, int uid, int gid)
    • Device

      public Device()
  • Method Details

    • getType

      public String getType()
    • getPath

      public String getPath()
    • getMajor

      public long getMajor()
    • getMinor

      public long getMinor()
    • getFileMode

      public int getFileMode()
    • getUid

      public int getUid()
    • getGid

      public int getGid()