You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2016/01/15 18:04:43 UTC

[38/51] [partial] hbase-site git commit: Published site at cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/50917b1d/devapidocs/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html b/devapidocs/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html
deleted file mode 100644
index 43eaa3b..0000000
--- a/devapidocs/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html
+++ /dev/null
@@ -1,941 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MasterProcedureQueue (Apache HBase 2.0.0-SNAPSHOT API)</title>
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MasterProcedureQueue (Apache HBase 2.0.0-SNAPSHOT API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/MasterProcedureQueue.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/hbase/master/procedure/MasterProcedureEnv.WALStoreLeaseRecovery.html" title="class in org.apache.hadoop.hbase.master.procedure"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.AbstractRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html" target="_top">Frames</a></li>
-<li><a href="MasterProcedureQueue.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&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.hbase.master.procedure</div>
-<h2 title="Class MasterProcedureQueue" class="title">Class MasterProcedureQueue</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
-<li>
-<ul class="inheritance">
-<li>org.apache.hadoop.hbase.master.procedure.MasterProcedureQueue</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></dd>
-</dl>
-<hr>
-<br>
-<pre><a href="../../../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-<a href="../../../../../../org/apache/hadoop/hbase/classification/InterfaceStability.Evolving.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceStability.Evolving</a>
-public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.60">MasterProcedureQueue</a>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></pre>
-<div class="block">ProcedureRunnableSet for the Master Procedures.
- This RunnableSet tries to provide to the ProcedureExecutor procedures
- that can be executed without having to wait on a lock.
- Most of the master operations can be executed concurrently, if they
- are operating on different tables (e.g. two create table can be performed
- at the same, time assuming table A and table B) or against two different servers; say
- two servers that crashed at about the same time.
-
- <p>Each procedure should implement an interface providing information for this queue.
- for example table related procedures should implement TableProcedureInterface.
- each procedure will be pushed in its own queue, and based on the operation type
- we may take smarter decision. e.g. we can abort all the operations preceding
- a delete table, or similar.</div>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="nested_class_summary">
-<!--   -->
-</a>
-<h3>Nested Class Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
-<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private static class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.AbstractRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.AbstractRunQueue</a></strong></code>
-<div class="block">Base abstract class for RunQueue implementations.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private static interface&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private static class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.ServerRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.ServerRunQueue</a></strong></code>
-<div class="block">Run Queue for Server procedures.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private static class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.TableRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.TableRunQueue</a></strong></code>
-<div class="block">Run Queue for a Table.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#DEFAULT_SERVER_PRIORITY">DEFAULT_SERVER_PRIORITY</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true" title="class or interface in java.util.concurrent.locks">ReentrantLock</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#lock">lock</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/TableLockManager.html" title="class in org.apache.hadoop.hbase.master">TableLockManager</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#lockManager">lockManager</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private static org.apache.commons.logging.Log</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#LOG">LOG</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#metaTablePriority">metaTablePriority</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#queueSize">queueSize</a></strong></code>
-<div class="block">Keeps count across server and table queues.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureFairRunQueues.html" title="class in org.apache.hadoop.hbase.procedure2">ProcedureFairRunQueues</a>&lt;<a href="../../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>,<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#serverFairQ">serverFairQ</a></strong></code>
-<div class="block">Rely on basic fair q.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#sysTablePriority">sysTablePriority</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureFairRunQueues.html" title="class in org.apache.hadoop.hbase.procedure2">ProcedureFairRunQueues</a>&lt;<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>,<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#tableFairQ">tableFairQ</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#userTablePriority">userTablePriority</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/Condition.html?is-external=true" title="class or interface in java.util.concurrent.locks">Condition</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#waitCond">waitCond</a></strong></code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_summary">
-<!--   -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#MasterProcedureQueue(org.apache.hadoop.conf.Configuration,%20org.apache.hadoop.hbase.master.TableLockManager)">MasterProcedureQueue</a></strong>(org.apache.hadoop.conf.Configuration&nbsp;conf,
-                                        <a href="../../../../../../org/apache/hadoop/hbase/master/TableLockManager.html" title="class in org.apache.hadoop.hbase.master">TableLockManager</a>&nbsp;lockManager)</code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#addBack(org.apache.hadoop.hbase.procedure2.Procedure)">addBack</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</code>
-<div class="block">Inserts the specified element at the end of this queue.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#addFront(org.apache.hadoop.hbase.procedure2.Procedure)">addFront</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</code>
-<div class="block">Inserts the specified element at the front of this queue.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#clear()">clear</a></strong>()</code>
-<div class="block">Removes all of the elements from this collection.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#completionCleanup(org.apache.hadoop.hbase.procedure2.Procedure)">completionCleanup</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</code>
-<div class="block">The procedure in execution completed.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.ServerRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.ServerRunQueue</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#createServerRunQueue(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">createServerRunQueue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.TableRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.TableRunQueue</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#createTableRunQueue(org.apache.hadoop.hbase.TableName)">createTableRunQueue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#doPoll(org.apache.hadoop.hbase.master.procedure.MasterProcedureQueue.RunQueue)">doPoll</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a>&nbsp;rq)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.ServerRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.ServerRunQueue</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#getRunQueue(org.apache.hadoop.hbase.ServerName)">getRunQueue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>&nbsp;sn)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.TableRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.TableRunQueue</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#getRunQueue(org.apache.hadoop.hbase.TableName)">getRunQueue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#getRunQueueOrCreate(org.apache.hadoop.hbase.procedure2.Procedure)">getRunQueueOrCreate</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.ServerRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.ServerRunQueue</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#getRunQueueOrCreate(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">getRunQueueOrCreate</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private <a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.TableRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.TableRunQueue</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#getRunQueueOrCreate(org.apache.hadoop.hbase.TableName)">getRunQueueOrCreate</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#markTableAsDeleted(org.apache.hadoop.hbase.TableName)">markTableAsDeleted</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</code>
-<div class="block">Tries to remove the queue and the table-lock of the specified table.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#poll()">poll</a></strong>()</code>
-<div class="block">Fetch one Procedure from the queue</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#releaseServerExclusiveLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">releaseServerExclusiveLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</code>
-<div class="block">Release the write lock</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#releaseServerSharedLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">releaseServerSharedLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</code>
-<div class="block">Release the read lock taken</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#releaseTableExclusiveLock(org.apache.hadoop.hbase.TableName)">releaseTableExclusiveLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</code>
-<div class="block">Release the write lock taken with tryAcquireTableWrite()</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#releaseTableSharedLock(org.apache.hadoop.hbase.TableName)">releaseTableSharedLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</code>
-<div class="block">Release the read lock taken with tryAcquireTableRead()</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#signalAll()">signalAll</a></strong>()</code>
-<div class="block">In case the class is blocking on poll() waiting for items to be added,
- this method should awake poll() and poll() should return.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#size()">size</a></strong>()</code>
-<div class="block">Returns the number of elements in this collection.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#toString()">toString</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#tryAcquireServerExclusiveLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">tryAcquireServerExclusiveLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</code>
-<div class="block">Try to acquire the write lock on the specified server.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#tryAcquireServerSharedLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">tryAcquireServerSharedLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</code>
-<div class="block">Try to acquire the read lock on the specified server.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#tryAcquireTableExclusiveLock(org.apache.hadoop.hbase.TableName,%20java.lang.String)">tryAcquireTableExclusiveLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table,
-                                                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;purpose)</code>
-<div class="block">Try to acquire the write lock on the specified table.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#tryAcquireTableSharedLock(org.apache.hadoop.hbase.TableName,%20java.lang.String)">tryAcquireTableSharedLock</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table,
-                                                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;purpose)</code>
-<div class="block">Try to acquire the read lock on the specified table.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#yield(org.apache.hadoop.hbase.procedure2.Procedure)">yield</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</code>
-<div class="block">The procedure can't run at the moment.</div>
-</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="LOG">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>LOG</h4>
-<pre>private static final&nbsp;org.apache.commons.logging.Log <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.61">LOG</a></pre>
-</li>
-</ul>
-<a name="tableFairQ">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>tableFairQ</h4>
-<pre>private final&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureFairRunQueues.html" title="class in org.apache.hadoop.hbase.procedure2">ProcedureFairRunQueues</a>&lt;<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>,<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a>&gt; <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.64">tableFairQ</a></pre>
-</li>
-</ul>
-<a name="serverFairQ">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>serverFairQ</h4>
-<pre>private final&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureFairRunQueues.html" title="class in org.apache.hadoop.hbase.procedure2">ProcedureFairRunQueues</a>&lt;<a href="../../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>,<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a>&gt; <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.73">serverFairQ</a></pre>
-<div class="block">Rely on basic fair q. ServerCrashProcedure will yield if meta is not assigned. This way, the
- server that was carrying meta should rise to the top of the queue (this is how it used to
- work when we had handlers and ServerShutdownHandler ran). TODO: special handling of servers
- that were carrying system tables on crash; do I need to have these servers have priority?
-
- <p>Apart from the special-casing of meta and system tables, fairq is what we want</div>
-</li>
-</ul>
-<a name="lock">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>lock</h4>
-<pre>private final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true" title="class or interface in java.util.concurrent.locks">ReentrantLock</a> <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.75">lock</a></pre>
-</li>
-</ul>
-<a name="waitCond">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>waitCond</h4>
-<pre>private final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/Condition.html?is-external=true" title="class or interface in java.util.concurrent.locks">Condition</a> <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.76">waitCond</a></pre>
-</li>
-</ul>
-<a name="lockManager">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>lockManager</h4>
-<pre>private final&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/TableLockManager.html" title="class in org.apache.hadoop.hbase.master">TableLockManager</a> <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.77">lockManager</a></pre>
-</li>
-</ul>
-<a name="metaTablePriority">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>metaTablePriority</h4>
-<pre>private final&nbsp;int <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.79">metaTablePriority</a></pre>
-</li>
-</ul>
-<a name="userTablePriority">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>userTablePriority</h4>
-<pre>private final&nbsp;int <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.80">userTablePriority</a></pre>
-</li>
-</ul>
-<a name="sysTablePriority">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>sysTablePriority</h4>
-<pre>private final&nbsp;int <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.81">sysTablePriority</a></pre>
-</li>
-</ul>
-<a name="DEFAULT_SERVER_PRIORITY">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>DEFAULT_SERVER_PRIORITY</h4>
-<pre>private static final&nbsp;int <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.82">DEFAULT_SERVER_PRIORITY</a></pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.hadoop.hbase.master.procedure.MasterProcedureQueue.DEFAULT_SERVER_PRIORITY">Constant Field Values</a></dd></dl>
-</li>
-</ul>
-<a name="queueSize">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>queueSize</h4>
-<pre>private&nbsp;int <a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.87">queueSize</a></pre>
-<div class="block">Keeps count across server and table queues.</div>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
-<!--   -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="MasterProcedureQueue(org.apache.hadoop.conf.Configuration, org.apache.hadoop.hbase.master.TableLockManager)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>MasterProcedureQueue</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.89">MasterProcedureQueue</a>(org.apache.hadoop.conf.Configuration&nbsp;conf,
-                    <a href="../../../../../../org/apache/hadoop/hbase/master/TableLockManager.html" title="class in org.apache.hadoop.hbase.master">TableLockManager</a>&nbsp;lockManager)</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="addFront(org.apache.hadoop.hbase.procedure2.Procedure)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addFront</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.101">addFront</a>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#addFront(org.apache.hadoop.hbase.procedure2.Procedure)">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">Inserts the specified element at the front of this queue.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#addFront(org.apache.hadoop.hbase.procedure2.Procedure)">addFront</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>proc</code> - the Procedure to add</dd></dl>
-</li>
-</ul>
-<a name="addBack(org.apache.hadoop.hbase.procedure2.Procedure)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addBack</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.113">addBack</a>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#addBack(org.apache.hadoop.hbase.procedure2.Procedure)">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">Inserts the specified element at the end of this queue.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#addBack(org.apache.hadoop.hbase.procedure2.Procedure)">addBack</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>proc</code> - the Procedure to add</dd></dl>
-</li>
-</ul>
-<a name="yield(org.apache.hadoop.hbase.procedure2.Procedure)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>yield</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.125">yield</a>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#yield(org.apache.hadoop.hbase.procedure2.Procedure)">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">The procedure can't run at the moment.
- add it back to the queue, giving priority to someone else.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#yield(org.apache.hadoop.hbase.procedure2.Procedure)">yield</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>proc</code> - the Procedure to add back to the list</dd></dl>
-</li>
-</ul>
-<a name="poll()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>poll</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.131">poll</a>()</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#poll()">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">Fetch one Procedure from the queue</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#poll()">poll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the Procedure ID to execute, or null if nothing present.</dd></dl>
-</li>
-</ul>
-<a name="doPoll(org.apache.hadoop.hbase.master.procedure.MasterProcedureQueue.RunQueue)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>doPoll</h4>
-<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.156">doPoll</a>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a>&nbsp;rq)</pre>
-</li>
-</ul>
-<a name="signalAll()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>signalAll</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.163">signalAll</a>()</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#signalAll()">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">In case the class is blocking on poll() waiting for items to be added,
- this method should awake poll() and poll() should return.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#signalAll()">signalAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="clear()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>clear</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.173">clear</a>()</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#clear()">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">Removes all of the elements from this collection.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#clear()">clear</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="size()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>size</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.185">size</a>()</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#size()">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">Returns the number of elements in this collection.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#size()">size</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the number of elements in this collection.</dd></dl>
-</li>
-</ul>
-<a name="toString()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>toString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.195">toString</a>()</pre>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="completionCleanup(org.apache.hadoop.hbase.procedure2.Procedure)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>completionCleanup</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.206">completionCleanup</a>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#completionCleanup(org.apache.hadoop.hbase.procedure2.Procedure)">ProcedureRunnableSet</a></code></strong></div>
-<div class="block">The procedure in execution completed.
- This can be implemented to perform cleanups.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html#completionCleanup(org.apache.hadoop.hbase.procedure2.Procedure)">completionCleanup</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/procedure2/ProcedureRunnableSet.html" title="interface in org.apache.hadoop.hbase.procedure2">ProcedureRunnableSet</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>proc</code> - the Procedure that completed the execution.</dd></dl>
-</li>
-</ul>
-<a name="getRunQueueOrCreate(org.apache.hadoop.hbase.procedure2.Procedure)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRunQueueOrCreate</h4>
-<pre>private&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.RunQueue.html" title="interface in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.RunQueue</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.230">getRunQueueOrCreate</a>(<a href="../../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html" title="class in org.apache.hadoop.hbase.procedure2">Procedure</a>&nbsp;proc)</pre>
-</li>
-</ul>
-<a name="getRunQueueOrCreate(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRunQueueOrCreate</h4>
-<pre>private&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.TableRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.TableRunQueue</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.245">getRunQueueOrCreate</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</pre>
-</li>
-</ul>
-<a name="getRunQueueOrCreate(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRunQueueOrCreate</h4>
-<pre>private&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.ServerRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.ServerRunQueue</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.251">getRunQueueOrCreate</a>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</pre>
-</li>
-</ul>
-<a name="createTableRunQueue(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>createTableRunQueue</h4>
-<pre>private&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.TableRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.TableRunQueue</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.257">createTableRunQueue</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</pre>
-</li>
-</ul>
-<a name="createServerRunQueue(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>createServerRunQueue</h4>
-<pre>private&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.ServerRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.ServerRunQueue</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.267">createServerRunQueue</a>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</pre>
-</li>
-</ul>
-<a name="getRunQueue(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRunQueue</h4>
-<pre>private&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.TableRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.TableRunQueue</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.271">getRunQueue</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</pre>
-</li>
-</ul>
-<a name="getRunQueue(org.apache.hadoop.hbase.ServerName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRunQueue</h4>
-<pre>private&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.ServerRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure">MasterProcedureQueue.ServerRunQueue</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.275">getRunQueue</a>(<a href="../../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>&nbsp;sn)</pre>
-</li>
-</ul>
-<a name="tryAcquireTableExclusiveLock(org.apache.hadoop.hbase.TableName, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>tryAcquireTableExclusiveLock</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.286">tryAcquireTableExclusiveLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table,
-                                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;purpose)</pre>
-<div class="block">Try to acquire the write lock on the specified table.
- other operations in the table-queue will be executed after the lock is released.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>table</code> - Table to lock</dd><dd><code>purpose</code> - Human readable reason for locking the table</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if we were able to acquire the lock on the table, otherwise false.</dd></dl>
-</li>
-</ul>
-<a name="releaseTableExclusiveLock(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>releaseTableExclusiveLock</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.294">releaseTableExclusiveLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</pre>
-<div class="block">Release the write lock taken with tryAcquireTableWrite()</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>table</code> - the name of the table that has the write lock</dd></dl>
-</li>
-</ul>
-<a name="tryAcquireTableSharedLock(org.apache.hadoop.hbase.TableName, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>tryAcquireTableSharedLock</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.306">tryAcquireTableSharedLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table,
-                                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;purpose)</pre>
-<div class="block">Try to acquire the read lock on the specified table.
- other read operations in the table-queue may be executed concurrently,
- otherwise they have to wait until all the read-locks are released.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>table</code> - Table to lock</dd><dd><code>purpose</code> - Human readable reason for locking the table</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if we were able to acquire the lock on the table, otherwise false.</dd></dl>
-</li>
-</ul>
-<a name="releaseTableSharedLock(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>releaseTableSharedLock</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.314">releaseTableSharedLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</pre>
-<div class="block">Release the read lock taken with tryAcquireTableRead()</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>table</code> - the name of the table that has the read lock</dd></dl>
-</li>
-</ul>
-<a name="tryAcquireServerExclusiveLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>tryAcquireServerExclusiveLock</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.324">tryAcquireServerExclusiveLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</pre>
-<div class="block">Try to acquire the write lock on the specified server.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>spi</code> - Server to lock</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if we were able to acquire the lock on the server, otherwise false.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#releaseServerExclusiveLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)"><code>releaseServerExclusiveLock(ServerProcedureInterface)</code></a></dd></dl>
-</li>
-</ul>
-<a name="releaseServerExclusiveLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>releaseServerExclusiveLock</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.333">releaseServerExclusiveLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</pre>
-<div class="block">Release the write lock</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>spi</code> - the server that has the write lock</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#tryAcquireServerExclusiveLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)"><code>tryAcquireServerExclusiveLock(ServerProcedureInterface)</code></a></dd></dl>
-</li>
-</ul>
-<a name="tryAcquireServerSharedLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>tryAcquireServerSharedLock</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.343">tryAcquireServerSharedLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</pre>
-<div class="block">Try to acquire the read lock on the specified server.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>spi</code> - Server to lock</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if we were able to acquire the lock on the server, otherwise false.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#releaseServerSharedLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)"><code>releaseServerSharedLock(ServerProcedureInterface)</code></a></dd></dl>
-</li>
-</ul>
-<a name="releaseServerSharedLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>releaseServerSharedLock</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.352">releaseServerSharedLock</a>(<a href="../../../../../../org/apache/hadoop/hbase/master/procedure/ServerProcedureInterface.html" title="interface in org.apache.hadoop.hbase.master.procedure">ServerProcedureInterface</a>&nbsp;spi)</pre>
-<div class="block">Release the read lock taken</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>spi</code> - the server that has the read lock</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#tryAcquireServerSharedLock(org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface)"><code>tryAcquireServerSharedLock(ServerProcedureInterface)</code></a></dd></dl>
-</li>
-</ul>
-<a name="markTableAsDeleted(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>markTableAsDeleted</h4>
-<pre>protected&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html#line.364">markTableAsDeleted</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;table)</pre>
-<div class="block">Tries to remove the queue and the table-lock of the specified table.
- If there are new operations pending (e.g. a new create),
- the remove will not be performed.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>table</code> - the name of the table that should be marked as deleted</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if deletion succeeded, false otherwise meaning that there are
-    other new operations pending for that table (e.g. a new create).</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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/MasterProcedureQueue.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/hbase/master/procedure/MasterProcedureEnv.WALStoreLeaseRecovery.html" title="class in org.apache.hadoop.hbase.master.procedure"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.AbstractRunQueue.html" title="class in org.apache.hadoop.hbase.master.procedure"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.html" target="_top">Frames</a></li>
-<li><a href="MasterProcedureQueue.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&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; 2007&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
-</body>
-</html>