blob: e748c5d333429df9463c49c81f234bf725c906d1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_292) on Tue Jun 15 06:11:23 GMT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc (Apache Hadoop YARN NodeManager 3.3.1 API)</title>
<meta name="date" content="2021-06-15">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc (Apache Hadoop YARN NodeManager 3.3.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/docker/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../../index.html?org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<p>@InterfaceAudience.Private
@InterfaceStability.Unstable
</p>
<h1 title="Package" class="title">Package&nbsp;org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc</h1>
<div class="docSummary">
<div class="block">Package containing classes related to runC commands and common operations
used within the @{link RuncContainerRuntime}.</div>
</div>
<p>See:&nbsp;<a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncImageTagToManifestPlugin.html" title="interface in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncImageTagToManifestPlugin</a></td>
<td class="colLast">
<div class="block">This class is a plugin interface for the
<a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/RuncContainerRuntime.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime"><code>RuncContainerRuntime</code></a>
to convert image tags into OCI Image Manifests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncManifestToResourcesPlugin.html" title="interface in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncManifestToResourcesPlugin</a></td>
<td class="colLast">
<div class="block">This class is a plugin interface for the
<a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/RuncContainerRuntime.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime"><code>RuncContainerRuntime</code></a>
that maps OCI Image Manifests into associated config and layers.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/HdfsManifestToResourcesPlugin.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">HdfsManifestToResourcesPlugin</a></td>
<td class="colLast">
<div class="block">This class is a plugin for the
<a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/RuncContainerRuntime.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime"><code>RuncContainerRuntime</code></a>
that maps runC image manifests into their associated config and
layers that are located in HDFS.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/ImageManifest.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">ImageManifest</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the OCI Image Manifest Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/ImageManifest.Blob.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">ImageManifest.Blob</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of an OCI Image Blob.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/ImageTagToManifestPlugin.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">ImageTagToManifestPlugin</a></td>
<td class="colLast">
<div class="block">This class is a plugin for the
<a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/RuncContainerRuntime.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime"><code>RuncContainerRuntime</code></a>
to convert image tags into runC image manifests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig</a></td>
<td class="colLast">
<div class="block">This class is used by the
<a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/RuncContainerRuntime.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime"><code>RuncContainerRuntime</code></a>
to pass a JSON
object to the container-executor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCILayer.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCILayer</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of an OCI image layer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the oci annotations config section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the oci hooks section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the hook type section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the oci linux config section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Device.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Device</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the device section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.IDMapping.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.IDMapping</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the idmapping section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.IntelRdt.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.IntelRdt</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the intelrdt section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Namespace.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Namespace</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the namespace section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the resources section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the blockio section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.ThrottleDevice</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the throttle device section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDevice.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.BlockIO.WeightDevice</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the weight device section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.CPU.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.CPU</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the cpu section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Device.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Device</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the device section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.HugePageLimits.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.HugePageLimits</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the huge page limits section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Memory.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Memory</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the memory section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Network.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Network</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the network section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Network.NetworkPriority.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.Network.NetworkPriority</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the network priority section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.PID.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.PID</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the pid section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.RDMA.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Resources.RDMA</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the rdma section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the seccomp section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the syscall section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the seccomp arguments
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Sysctl.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Sysctl</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the sysctl section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the oci mount section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the oci process section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.Capabilities.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.Capabilities</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the capabilities section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.ConsoleSize.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.ConsoleSize</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the console size section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.RLimits.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.RLimits</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the rlimits section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.User.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig.User</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the user section
of the OCI Runtime Specification.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig.html" title="class in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc">RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig</a></td>
<td class="colLast">
<div class="block">This class is a Java representation of the oci root config section
of the OCI Runtime Specification.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc Description">Package org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc Description</h2>
<div class="block">Package containing classes related to runC commands and common operations
used within the @{link RuncContainerRuntime}.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/docker/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../../../../../../org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../../index.html?org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/runc/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="https://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>