blob: 28647356f2eb90bc35a4602ad6bbfa770b459e58 [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:12:11 GMT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ReservationAllocation (Apache Hadoop YARN ResourceManager 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="ReservationAllocation (Apache Hadoop YARN ResourceManager 3.3.1 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ReservationAllocation.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/resourcemanager/reservation/PlanFollower.html" title="interface in org.apache.hadoop.yarn.server.resourcemanager.reservation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationConstants.html" title="interface in org.apache.hadoop.yarn.server.resourcemanager.reservation"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html" target="_top">Frames</a></li>
<li><a href="ReservationAllocation.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.hadoop.yarn.server.resourcemanager.reservation</div>
<h2 title="Interface ReservationAllocation" class="title">Interface ReservationAllocation</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html" title="interface in org.apache.hadoop.yarn.server.resourcemanager.reservation">ReservationAllocation</a>&gt;</dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/InMemoryReservationAllocation.html" title="class in org.apache.hadoop.yarn.server.resourcemanager.reservation">InMemoryReservationAllocation</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">ReservationAllocation</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html" title="interface in org.apache.hadoop.yarn.server.resourcemanager.reservation">ReservationAllocation</a>&gt;</pre>
<div class="block">A ReservationAllocation represents a concrete allocation of resources over
time that satisfy a certain <code>ReservationDefinition</code>. This is used
internally by a <a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/Plan.html" title="interface in org.apache.hadoop.yarn.server.resourcemanager.reservation"><code>Plan</code></a> to store information about how each of the
accepted <code>ReservationDefinition</code> have been allocated.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#containsGangs--">containsGangs</a></span>()</code>
<div class="block">Returns whether the reservation has gang semantics or not</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getAcceptanceTime--">getAcceptanceTime</a></span>()</code>
<div class="block">Returns the time at which the reservation was accepted by the system</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationInterval.html" title="class in org.apache.hadoop.yarn.server.resourcemanager.reservation">ReservationInterval</a>,org.apache.hadoop.yarn.api.records.Resource&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getAllocationRequests--">getAllocationRequests</a></span>()</code>
<div class="block">Returns the map of resources requested against the time interval for which
they were.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getEndTime--">getEndTime</a></span>()</code>
<div class="block">Returns the time at which the reservation terminates.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getPeriodicity--">getPeriodicity</a></span>()</code>
<div class="block">Get the periodicity of this reservation representing the time period of the
periodic job.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getPlanName--">getPlanName</a></span>()</code>
<div class="block">Return a string identifying the plan to which the reservation belongs</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>org.apache.hadoop.yarn.api.records.ReservationDefinition</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getReservationDefinition--">getReservationDefinition</a></span>()</code>
<div class="block">Returns the original <code>ReservationDefinition</code> submitted by the client</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>org.apache.hadoop.yarn.api.records.ReservationId</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getReservationId--">getReservationId</a></span>()</code>
<div class="block">Returns the unique identifier <code>ReservationId</code> that represents the
reservation</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>org.apache.hadoop.yarn.api.records.Resource</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getResourcesAtTime-long-">getResourcesAtTime</a></span>(long&nbsp;tick)</code>
<div class="block">Returns the capacity represented by cumulative resources reserved by the
reservation at the specified point of time</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.html" title="class in org.apache.hadoop.yarn.server.resourcemanager.reservation">RLESparseResourceAllocation</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getResourcesOverTime--">getResourcesOverTime</a></span>()</code>
<div class="block">Return a RLE representation of used resources.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.html" title="class in org.apache.hadoop.yarn.server.resourcemanager.reservation">RLESparseResourceAllocation</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getResourcesOverTime-long-long-">getResourcesOverTime</a></span>(long&nbsp;start,
long&nbsp;end)</code>
<div class="block">Return a RLE representation of used resources.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getStartTime--">getStartTime</a></span>()</code>
<div class="block">Returns the time at which the reservation is activated.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#getUser--">getUser</a></span>()</code>
<div class="block">Returns the user who requested the reservation</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#setAcceptanceTimestamp-long-">setAcceptanceTimestamp</a></span>(long&nbsp;acceptedAt)</code>
<div class="block">Sets the time at which the reservation was accepted by the system</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html#setPeriodicity-long-">setPeriodicity</a></span>(long&nbsp;period)</code>
<div class="block">Set the periodicity of this reservation representing the time period of the
periodic job.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Comparable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-" title="class or interface in java.lang">compareTo</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getReservationId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReservationId</h4>
<pre>org.apache.hadoop.yarn.api.records.ReservationId&nbsp;getReservationId()</pre>
<div class="block">Returns the unique identifier <code>ReservationId</code> that represents the
reservation</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>reservationId the unique identifier <code>ReservationId</code> that
represents the reservation</dd>
</dl>
</li>
</ul>
<a name="getReservationDefinition--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReservationDefinition</h4>
<pre>org.apache.hadoop.yarn.api.records.ReservationDefinition&nbsp;getReservationDefinition()</pre>
<div class="block">Returns the original <code>ReservationDefinition</code> submitted by the client</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>ReservationDefinition</code> submitted by the client</dd>
</dl>
</li>
</ul>
<a name="getStartTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartTime</h4>
<pre>long&nbsp;getStartTime()</pre>
<div class="block">Returns the time at which the reservation is activated.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the time at which the reservation is activated</dd>
</dl>
</li>
</ul>
<a name="getEndTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndTime</h4>
<pre>long&nbsp;getEndTime()</pre>
<div class="block">Returns the time at which the reservation terminates.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the time at which the reservation terminates</dd>
</dl>
</li>
</ul>
<a name="getAllocationRequests--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAllocationRequests</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationInterval.html" title="class in org.apache.hadoop.yarn.server.resourcemanager.reservation">ReservationInterval</a>,org.apache.hadoop.yarn.api.records.Resource&gt;&nbsp;getAllocationRequests()</pre>
<div class="block">Returns the map of resources requested against the time interval for which
they were.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the allocationRequests the map of resources requested against the
time interval for which they were</dd>
</dl>
</li>
</ul>
<a name="getPlanName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlanName</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getPlanName()</pre>
<div class="block">Return a string identifying the plan to which the reservation belongs</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the plan to which the reservation belongs</dd>
</dl>
</li>
</ul>
<a name="getUser--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUser</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getUser()</pre>
<div class="block">Returns the user who requested the reservation</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the user who requested the reservation</dd>
</dl>
</li>
</ul>
<a name="containsGangs--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containsGangs</h4>
<pre>boolean&nbsp;containsGangs()</pre>
<div class="block">Returns whether the reservation has gang semantics or not</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if there is a gang request, false otherwise</dd>
</dl>
</li>
</ul>
<a name="setAcceptanceTimestamp-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAcceptanceTimestamp</h4>
<pre>void&nbsp;setAcceptanceTimestamp(long&nbsp;acceptedAt)</pre>
<div class="block">Sets the time at which the reservation was accepted by the system</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>acceptedAt</code> - the time at which the reservation was accepted by the
system</dd>
</dl>
</li>
</ul>
<a name="getAcceptanceTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAcceptanceTime</h4>
<pre>long&nbsp;getAcceptanceTime()</pre>
<div class="block">Returns the time at which the reservation was accepted by the system</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the time at which the reservation was accepted by the system</dd>
</dl>
</li>
</ul>
<a name="getResourcesAtTime-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourcesAtTime</h4>
<pre>org.apache.hadoop.yarn.api.records.Resource&nbsp;getResourcesAtTime(long&nbsp;tick)</pre>
<div class="block">Returns the capacity represented by cumulative resources reserved by the
reservation at the specified point of time</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>tick</code> - the time (UTC in ms) for which the reserved resources are
requested</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the resources reserved at the specified time</dd>
</dl>
</li>
</ul>
<a name="getResourcesOverTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourcesOverTime</h4>
<pre><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.html" title="class in org.apache.hadoop.yarn.server.resourcemanager.reservation">RLESparseResourceAllocation</a>&nbsp;getResourcesOverTime()</pre>
<div class="block">Return a RLE representation of used resources.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a RLE encoding of resources allocated over time.</dd>
</dl>
</li>
</ul>
<a name="getResourcesOverTime-long-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourcesOverTime</h4>
<pre><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.html" title="class in org.apache.hadoop.yarn.server.resourcemanager.reservation">RLESparseResourceAllocation</a>&nbsp;getResourcesOverTime(long&nbsp;start,
long&nbsp;end)</pre>
<div class="block">Return a RLE representation of used resources.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>start</code> - start of the time interval.</dd>
<dd><code>end</code> - end of the time interval.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a RLE encoding of resources allocated over time.</dd>
</dl>
</li>
</ul>
<a name="getPeriodicity--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPeriodicity</h4>
<pre>long&nbsp;getPeriodicity()</pre>
<div class="block">Get the periodicity of this reservation representing the time period of the
periodic job. Period is represented in milliseconds for periodic jobs.
Period is 0 for non-periodic jobs.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>periodicity of this reservation</dd>
</dl>
</li>
</ul>
<a name="setPeriodicity-long-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setPeriodicity</h4>
<pre>void&nbsp;setPeriodicity(long&nbsp;period)</pre>
<div class="block">Set the periodicity of this reservation representing the time period of the
periodic job. Period is represented in milliseconds for periodic jobs.
Period is 0 for non-periodic jobs.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>period</code> - periodicity of this reservation</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ReservationAllocation.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/resourcemanager/reservation/PlanFollower.html" title="interface in org.apache.hadoop.yarn.server.resourcemanager.reservation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationConstants.html" title="interface in org.apache.hadoop.yarn.server.resourcemanager.reservation"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/yarn/server/resourcemanager/reservation/ReservationAllocation.html" target="_top">Frames</a></li>
<li><a href="ReservationAllocation.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>