Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.ConsoleSize
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.ConsoleSize
- Enclosing class:
- RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig
public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.ConsoleSize
extends Object
This class is a Java representation of the console size section
of the OCI Runtime Specification.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConsoleSize
public ConsoleSize(int height, int width) -
ConsoleSize
public ConsoleSize()
-
-
Method Details
-
getHeight
public int getHeight() -
getWidth
public int getWidth()
-