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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Device
-
Device
public Device()
-
-
Method Details
-
getType
-
getPath
-
getMajor
public long getMajor() -
getMinor
public long getMinor() -
getFileMode
public int getFileMode() -
getUid
public int getUid() -
getGid
public int getGid()
-