Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.RLimits
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.RLimits
- Enclosing class:
- RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig
public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.RLimits
extends Object
This class is a Java representation of the rlimits section
of the OCI Runtime Specification.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RLimits
-
RLimits
public RLimits()
-
-
Method Details
-
getType
-
getSoft
public long getSoft() -
getHard
public long getHard()
-