http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/executor/EventType.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/executor/EventType.html 
b/devapidocs/org/apache/hadoop/hbase/executor/EventType.html
index a57b3c1..fd8332e 100644
--- a/devapidocs/org/apache/hadoop/hbase/executor/EventType.html
+++ b/devapidocs/org/apache/hadoop/hbase/executor/EventType.html
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-public enum <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.36">EventType</a>
+public enum <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.34">EventType</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a>&gt;</pre>
 <div class="block">List of all HBase event handler types.  Event types are 
named by a
  convention: event type names specify the component from which the event
@@ -513,7 +513,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_CLOSED</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.46">RS_ZK_REGION_CLOSED</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.44">RS_ZK_REGION_CLOSED</a></pre>
 <div class="block">RS_ZK_REGION_CLOSED<br>
 
  RS has finished closing a region.</div>
@@ -525,7 +525,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_OPENING</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.52">RS_ZK_REGION_OPENING</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.50">RS_ZK_REGION_OPENING</a></pre>
 <div class="block">RS_ZK_REGION_OPENING<br>
 
  RS is in process of opening a region.</div>
@@ -537,7 +537,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_OPENED</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.58">RS_ZK_REGION_OPENED</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.56">RS_ZK_REGION_OPENED</a></pre>
 <div class="block">RS_ZK_REGION_OPENED<br>
 
  RS has finished opening a region.</div>
@@ -549,7 +549,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_SPLITTING</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.64">RS_ZK_REGION_SPLITTING</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.62">RS_ZK_REGION_SPLITTING</a></pre>
 <div class="block">RS_ZK_REGION_SPLITTING<br>
 
  RS has started a region split after master says it's ok to move on.</div>
@@ -561,7 +561,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_SPLIT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.70">RS_ZK_REGION_SPLIT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.68">RS_ZK_REGION_SPLIT</a></pre>
 <div class="block">RS_ZK_REGION_SPLIT<br>
 
  RS split has completed and is notifying the master.</div>
@@ -573,7 +573,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_FAILED_OPEN</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.76">RS_ZK_REGION_FAILED_OPEN</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.74">RS_ZK_REGION_FAILED_OPEN</a></pre>
 <div class="block">RS_ZK_REGION_FAILED_OPEN<br>
 
  RS failed to open a region.</div>
@@ -585,7 +585,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_MERGING</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.82">RS_ZK_REGION_MERGING</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.80">RS_ZK_REGION_MERGING</a></pre>
 <div class="block">RS_ZK_REGION_MERGING<br>
 
  RS has started merging regions after master says it's ok to move on.</div>
@@ -597,7 +597,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REGION_MERGED</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.88">RS_ZK_REGION_MERGED</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.86">RS_ZK_REGION_MERGED</a></pre>
 <div class="block">RS_ZK_REGION_MERGE<br>
 
  RS region merge has completed and is notifying the master.</div>
@@ -609,7 +609,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REQUEST_REGION_SPLIT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.95">RS_ZK_REQUEST_REGION_SPLIT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.93">RS_ZK_REQUEST_REGION_SPLIT</a></pre>
 <div class="block">RS_ZK_REQUEST_REGION_SPLIT<br>
 
  RS has requested to split a region. This is to notify master
@@ -622,7 +622,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_ZK_REQUEST_REGION_MERGE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.102">RS_ZK_REQUEST_REGION_MERGE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.100">RS_ZK_REQUEST_REGION_MERGE</a></pre>
 <div class="block">RS_ZK_REQUEST_REGION_MERGE<br>
 
  RS has requested to merge two regions. This is to notify master
@@ -635,7 +635,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_RS_OPEN_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.109">M_RS_OPEN_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.107">M_RS_OPEN_REGION</a></pre>
 <div class="block">Messages originating from Master to RS.<br>
  M_RS_OPEN_REGION<br>
  Master asking RS to open a region.</div>
@@ -647,7 +647,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_RS_OPEN_ROOT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.115">M_RS_OPEN_ROOT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.113">M_RS_OPEN_ROOT</a></pre>
 <div class="block">Messages originating from Master to RS.<br>
  M_RS_OPEN_ROOT<br>
  Master asking RS to open root.</div>
@@ -659,7 +659,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_RS_OPEN_META</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.121">M_RS_OPEN_META</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.119">M_RS_OPEN_META</a></pre>
 <div class="block">Messages originating from Master to RS.<br>
  M_RS_OPEN_META<br>
  Master asking RS to open meta.</div>
@@ -671,7 +671,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_RS_CLOSE_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.127">M_RS_CLOSE_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.125">M_RS_CLOSE_REGION</a></pre>
 <div class="block">Messages originating from Master to RS.<br>
  M_RS_CLOSE_REGION<br>
  Master asking RS to close a region.</div>
@@ -683,7 +683,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_RS_CLOSE_ROOT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.133">M_RS_CLOSE_ROOT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.131">M_RS_CLOSE_ROOT</a></pre>
 <div class="block">Messages originating from Master to RS.<br>
  M_RS_CLOSE_ROOT<br>
  Master asking RS to close root.</div>
@@ -695,7 +695,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_RS_CLOSE_META</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.139">M_RS_CLOSE_META</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.137">M_RS_CLOSE_META</a></pre>
 <div class="block">Messages originating from Master to RS.<br>
  M_RS_CLOSE_META<br>
  Master asking RS to close meta.</div>
@@ -707,7 +707,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_RS_OPEN_PRIORITY_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.145">M_RS_OPEN_PRIORITY_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.143">M_RS_OPEN_PRIORITY_REGION</a></pre>
 <div class="block">Messages originating from Master to RS.<br>
  M_RS_OPEN_PRIORITY_REGION<br>
  Master asking RS to open a  priority region.</div>
@@ -719,7 +719,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_MERGE_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.152">C_M_MERGE_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.150">C_M_MERGE_REGION</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_MERGE_REGION<br>
  Client asking Master to merge regions.</div>
@@ -731,7 +731,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_DELETE_TABLE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.158">C_M_DELETE_TABLE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.156">C_M_DELETE_TABLE</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_DELETE_TABLE<br>
  Client asking Master to delete a table.</div>
@@ -743,7 +743,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_DISABLE_TABLE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.164">C_M_DISABLE_TABLE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.162">C_M_DISABLE_TABLE</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_DISABLE_TABLE<br>
  Client asking Master to disable a table.</div>
@@ -755,7 +755,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_ENABLE_TABLE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.170">C_M_ENABLE_TABLE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.168">C_M_ENABLE_TABLE</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_ENABLE_TABLE<br>
  Client asking Master to enable a table.</div>
@@ -767,7 +767,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_MODIFY_TABLE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.176">C_M_MODIFY_TABLE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.174">C_M_MODIFY_TABLE</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_MODIFY_TABLE<br>
  Client asking Master to modify a table.</div>
@@ -779,7 +779,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_ADD_FAMILY</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.182">C_M_ADD_FAMILY</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.180">C_M_ADD_FAMILY</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_ADD_FAMILY<br>
  Client asking Master to add family to table.</div>
@@ -791,7 +791,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_DELETE_FAMILY</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.188">C_M_DELETE_FAMILY</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.186">C_M_DELETE_FAMILY</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_DELETE_FAMILY<br>
  Client asking Master to delete family of table.</div>
@@ -803,7 +803,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_MODIFY_FAMILY</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.194">C_M_MODIFY_FAMILY</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.192">C_M_MODIFY_FAMILY</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_MODIFY_FAMILY<br>
  Client asking Master to modify family of table.</div>
@@ -815,7 +815,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_CREATE_TABLE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.200">C_M_CREATE_TABLE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.198">C_M_CREATE_TABLE</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_CREATE_TABLE<br>
  Client asking Master to create a table.</div>
@@ -827,7 +827,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_SNAPSHOT_TABLE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.206">C_M_SNAPSHOT_TABLE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.204">C_M_SNAPSHOT_TABLE</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_SNAPSHOT_TABLE<br>
  Client asking Master to snapshot an offline table.</div>
@@ -839,7 +839,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>C_M_RESTORE_SNAPSHOT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.212">C_M_RESTORE_SNAPSHOT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.210">C_M_RESTORE_SNAPSHOT</a></pre>
 <div class="block">Messages originating from Client to Master.<br>
  C_M_RESTORE_SNAPSHOT<br>
  Client asking Master to restore a snapshot.</div>
@@ -851,7 +851,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_ZK_REGION_OFFLINE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.220">M_ZK_REGION_OFFLINE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.218">M_ZK_REGION_OFFLINE</a></pre>
 <div class="block">M_ZK_REGION_OFFLINE
  Master adds this region as offline in ZK</div>
 </li>
@@ -862,7 +862,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_ZK_REGION_CLOSING</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.225">M_ZK_REGION_CLOSING</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.223">M_ZK_REGION_CLOSING</a></pre>
 <div class="block">M_ZK_REGION_CLOSING
  Master adds this region as closing in ZK</div>
 </li>
@@ -873,7 +873,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_SERVER_SHUTDOWN</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.232">M_SERVER_SHUTDOWN</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.230">M_SERVER_SHUTDOWN</a></pre>
 <div class="block">Master controlled events to be executed on the master
  M_SERVER_SHUTDOWN
  Master is processing shutdown of a RS</div>
@@ -885,7 +885,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_META_SERVER_SHUTDOWN</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.238">M_META_SERVER_SHUTDOWN</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.236">M_META_SERVER_SHUTDOWN</a></pre>
 <div class="block">Master controlled events to be executed on the master.<br>
  M_META_SERVER_SHUTDOWN <br>
  Master is processing shutdown of RS hosting a meta region (-ROOT- or 
hbase:meta).</div>
@@ -897,7 +897,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_MASTER_RECOVERY</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.245">M_MASTER_RECOVERY</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.243">M_MASTER_RECOVERY</a></pre>
 <div class="block">Master controlled events to be executed on the master.<br>
 
  M_MASTER_RECOVERY<br>
@@ -910,7 +910,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_LOG_REPLAY</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.252">M_LOG_REPLAY</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.250">M_LOG_REPLAY</a></pre>
 <div class="block">Master controlled events to be executed on the master.<br>
 
  M_LOG_REPLAY<br>
@@ -923,7 +923,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_PARALLEL_SEEK</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.259">RS_PARALLEL_SEEK</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.257">RS_PARALLEL_SEEK</a></pre>
 <div class="block">RS controlled events to be executed on the RS.<br>
 
  RS_PARALLEL_SEEK</div>
@@ -935,7 +935,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_LOG_REPLAY</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.266">RS_LOG_REPLAY</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.264">RS_LOG_REPLAY</a></pre>
 <div class="block">RS wal recovery work items (splitting wals) to be executed 
on the RS.<br>
 
  RS_LOG_REPLAY</div>
@@ -947,7 +947,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_REGION_REPLICA_FLUSH</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.273">RS_REGION_REPLICA_FLUSH</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.271">RS_REGION_REPLICA_FLUSH</a></pre>
 <div class="block">RS flush triggering from secondary region replicas to 
primary region replica. <br>
 
  RS_REGION_REPLICA_FLUSH</div>
@@ -959,7 +959,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RS_COMPACTED_FILES_DISCHARGER</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.280">RS_COMPACTED_FILES_DISCHARGER</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.278">RS_COMPACTED_FILES_DISCHARGER</a></pre>
 <div class="block">RS compacted files discharger <br>
 
  RS_COMPACTED_FILES_DISCHARGER</div>
@@ -979,7 +979,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>code</h4>
-<pre>private final&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.282">code</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.280">code</a></pre>
 </li>
 </ul>
 <a name="executor">
@@ -988,7 +988,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>executor</h4>
-<pre>private final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.283">executor</a></pre>
+<pre>private final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.281">executor</a></pre>
 </li>
 </ul>
 </li>
@@ -1005,7 +1005,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.36">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.34">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -1025,7 +1025,7 @@ for (EventType c : EventType.values())
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.36">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.34">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -1047,7 +1047,7 @@ not permitted.)</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>getCode</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.293">getCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.291">getCode</a>()</pre>
 </li>
 </ul>
 <a name="get-int-">
@@ -1056,7 +1056,7 @@ not permitted.)</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.297">get</a>(int&nbsp;code)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/EventType.html" 
title="enum in org.apache.hadoop.hbase.executor">EventType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.295">get</a>(int&nbsp;code)</pre>
 </li>
 </ul>
 <a name="isOnlineSchemaChangeSupported--">
@@ -1074,7 +1074,7 @@ not permitted.)</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getExecutorServiceType</h4>
-<pre><a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.314">getExecutorServiceType</a>()</pre>
+<pre><a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/EventType.html#line.310">getExecutorServiceType</a>()</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/executor/ExecutorType.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/executor/ExecutorType.html 
b/devapidocs/org/apache/hadoop/hbase/executor/ExecutorType.html
index 4036472..299b4eb 100644
--- a/devapidocs/org/apache/hadoop/hbase/executor/ExecutorType.html
+++ b/devapidocs/org/apache/hadoop/hbase/executor/ExecutorType.html
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-public enum <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.29">ExecutorType</a>
+public enum <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.27">ExecutorType</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a>&gt;</pre>
 <div class="block">The following is a list of all executor types, both those 
that run in the
  master and those that run in the regionserver.</div>
@@ -261,7 +261,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MASTER_CLOSE_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.32">MASTER_CLOSE_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.30">MASTER_CLOSE_REGION</a></pre>
 </li>
 </ul>
 <a name="MASTER_OPEN_REGION">
@@ -270,7 +270,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MASTER_OPEN_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.33">MASTER_OPEN_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.31">MASTER_OPEN_REGION</a></pre>
 </li>
 </ul>
 <a name="MASTER_SERVER_OPERATIONS">
@@ -279,7 +279,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MASTER_SERVER_OPERATIONS</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.34">MASTER_SERVER_OPERATIONS</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.32">MASTER_SERVER_OPERATIONS</a></pre>
 </li>
 </ul>
 <a name="MASTER_TABLE_OPERATIONS">
@@ -288,7 +288,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MASTER_TABLE_OPERATIONS</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.35">MASTER_TABLE_OPERATIONS</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.33">MASTER_TABLE_OPERATIONS</a></pre>
 </li>
 </ul>
 <a name="MASTER_RS_SHUTDOWN">
@@ -297,7 +297,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MASTER_RS_SHUTDOWN</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.36">MASTER_RS_SHUTDOWN</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.34">MASTER_RS_SHUTDOWN</a></pre>
 </li>
 </ul>
 <a name="MASTER_META_SERVER_OPERATIONS">
@@ -306,7 +306,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MASTER_META_SERVER_OPERATIONS</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.37">MASTER_META_SERVER_OPERATIONS</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.35">MASTER_META_SERVER_OPERATIONS</a></pre>
 </li>
 </ul>
 <a name="M_LOG_REPLAY_OPS">
@@ -315,7 +315,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>M_LOG_REPLAY_OPS</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.38">M_LOG_REPLAY_OPS</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.36">M_LOG_REPLAY_OPS</a></pre>
 </li>
 </ul>
 <a name="RS_OPEN_REGION">
@@ -324,7 +324,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_OPEN_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.41">RS_OPEN_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.39">RS_OPEN_REGION</a></pre>
 </li>
 </ul>
 <a name="RS_OPEN_ROOT">
@@ -333,7 +333,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_OPEN_ROOT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.42">RS_OPEN_ROOT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.40">RS_OPEN_ROOT</a></pre>
 </li>
 </ul>
 <a name="RS_OPEN_META">
@@ -342,7 +342,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_OPEN_META</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.43">RS_OPEN_META</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.41">RS_OPEN_META</a></pre>
 </li>
 </ul>
 <a name="RS_CLOSE_REGION">
@@ -351,7 +351,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_CLOSE_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.44">RS_CLOSE_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.42">RS_CLOSE_REGION</a></pre>
 </li>
 </ul>
 <a name="RS_CLOSE_ROOT">
@@ -360,7 +360,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_CLOSE_ROOT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.45">RS_CLOSE_ROOT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.43">RS_CLOSE_ROOT</a></pre>
 </li>
 </ul>
 <a name="RS_CLOSE_META">
@@ -369,7 +369,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_CLOSE_META</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.46">RS_CLOSE_META</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.44">RS_CLOSE_META</a></pre>
 </li>
 </ul>
 <a name="RS_PARALLEL_SEEK">
@@ -378,7 +378,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_PARALLEL_SEEK</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.47">RS_PARALLEL_SEEK</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.45">RS_PARALLEL_SEEK</a></pre>
 </li>
 </ul>
 <a name="RS_LOG_REPLAY_OPS">
@@ -387,7 +387,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_LOG_REPLAY_OPS</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.48">RS_LOG_REPLAY_OPS</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.46">RS_LOG_REPLAY_OPS</a></pre>
 </li>
 </ul>
 <a name="RS_REGION_REPLICA_FLUSH_OPS">
@@ -396,7 +396,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_REGION_REPLICA_FLUSH_OPS</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.49">RS_REGION_REPLICA_FLUSH_OPS</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.47">RS_REGION_REPLICA_FLUSH_OPS</a></pre>
 </li>
 </ul>
 <a name="RS_COMPACTED_FILES_DISCHARGER">
@@ -405,7 +405,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RS_COMPACTED_FILES_DISCHARGER</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.50">RS_COMPACTED_FILES_DISCHARGER</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.48">RS_COMPACTED_FILES_DISCHARGER</a></pre>
 </li>
 </ul>
 <a name="RS_OPEN_PRIORITY_REGION">
@@ -414,7 +414,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RS_OPEN_PRIORITY_REGION</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.51">RS_OPEN_PRIORITY_REGION</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.49">RS_OPEN_PRIORITY_REGION</a></pre>
 </li>
 </ul>
 </li>
@@ -431,7 +431,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.29">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.27">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -451,7 +451,7 @@ for (ExecutorType c : ExecutorType.values())
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.29">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/executor/ExecutorType.html" 
title="enum in org.apache.hadoop.hbase.executor">ExecutorType</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/executor/ExecutorType.html#line.27">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -473,12 +473,10 @@ not permitted.)</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getExecutorName</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/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/executor/ExecutorType.html#line.59">getExecutorName</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;serverName)</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/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/executor/ExecutorType.html#line.57">getExecutorName</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;serverName)</pre>
 <dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>serverName</code> - </dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>Conflation of the executor type and the passed servername.</dd>
+<dd>Conflation of the executor type and the passed 
<code>serverName</code>.</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
index 8609839..0f1c585 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
@@ -182,14 +182,14 @@
 <ul>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
+<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">CompareFilter.CompareOp</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.Operator.html" 
title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">FilterList.Operator</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">FilterWrapper.FilterRowRetCode</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">FuzzyRowFilter.SatisfiesCode</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/BitComparator.BitwiseOp.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">BitComparator.BitwiseOp</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">RegexStringComparator.EngineType</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">FilterWrapper.FilterRowRetCode</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.Order.html" 
title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">FuzzyRowFilter.Order</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.Operator.html" 
title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">FilterList.Operator</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">CompareFilter.CompareOp</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">Filter.ReturnCode</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html"
 title="enum in org.apache.hadoop.hbase.filter"><span 
class="typeNameLink">RegexStringComparator.EngineType</span></a></li>
 </ul>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
index 23204f7..b333a21 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
@@ -260,7 +260,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html"
 title="enum in 
org.apache.hadoop.hbase.io.asyncfs">FanOutOneBlockAsyncDFSOutput.State</a>[]&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html#line.571">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html"
 title="enum in 
org.apache.hadoop.hbase.io.asyncfs">FanOutOneBlockAsyncDFSOutput.State</a>[]&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html#line.572">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -280,7 +280,7 @@ for (FanOutOneBlockAsyncDFSOutput.State c : 
FanOutOneBlockAsyncDFSOutput.State.v
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html"
 title="enum in 
org.apache.hadoop.hbase.io.asyncfs">FanOutOneBlockAsyncDFSOutput.State</a>&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html#line.571">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html"
 title="enum in 
org.apache.hadoop.hbase.io.asyncfs">FanOutOneBlockAsyncDFSOutput.State</a>&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html#line.572">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html
index 7747f0b..f123b61 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html
@@ -814,7 +814,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/AsyncFS
 <ul class="blockList">
 <li class="blockList">
 <h4>flushBuffer</h4>
-<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.386">flushBuffer</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&nbsp;future,
+<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.387">flushBuffer</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&nbsp;future,
                          
org.apache.hadoop.hbase.shaded.io.netty.buffer.ByteBuf&nbsp;dataBuf,
                          long&nbsp;nextPacketOffsetInBlock,
                          boolean&nbsp;syncBlock)</pre>
@@ -826,7 +826,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/AsyncFS
 <ul class="blockList">
 <li class="blockList">
 <h4>flush0</h4>
-<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.422">flush0</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&nbsp;future,
+<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.423">flush0</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&nbsp;future,
                     boolean&nbsp;syncBlock)</pre>
 </li>
 </ul>
@@ -836,7 +836,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/AsyncFS
 <ul class="blockList">
 <li class="blockList">
 <h4>flush</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.510">flush</a>(boolean&nbsp;syncBlock)</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.511">flush</a>(boolean&nbsp;syncBlock)</pre>
 <div class="block">Flush the buffer out to datanodes.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -854,7 +854,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/AsyncFS
 <ul class="blockList">
 <li class="blockList">
 <h4>endBlock</h4>
-<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.516">endBlock</a>()
+<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.517">endBlock</a>()
                throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -868,7 +868,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/AsyncFS
 <ul class="blockList">
 <li class="blockList">
 <h4>recoverAndClose</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.550">recoverAndClose</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/util/CancelableProgressable.html"
 title="interface in 
org.apache.hadoop.hbase.util">CancelableProgressable</a>&nbsp;reporter)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.551">recoverAndClose</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/util/CancelableProgressable.html"
 title="interface in 
org.apache.hadoop.hbase.util">CancelableProgressable</a>&nbsp;reporter)
                      throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">The close method when error occurred. Now we just call 
recoverFileLease.</div>
 <dl>
@@ -885,7 +885,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/AsyncFS
 <ul class="blockListLast">
 <li class="blockList">
 <h4>close</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.563">close</a>()
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#line.564">close</a>()
            throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">End the current block and complete file at namenode. You 
should call
  <a 
href="../../../../../../org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.html#recoverAndClose-org.apache.hadoop.hbase.util.CancelableProgressable-"><code>recoverAndClose(CancelableProgressable)</code></a>
 if this method throws an exception.</div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html
 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html
index d63a7ba..0f3e449 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>static class <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.html#line.1254">BucketCache.BucketEntry</a>
+<pre>static class <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.html#line.1259">BucketCache.BucketEntry</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
 implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a></pre>
 <div class="block">Item in cache. We expect this to be where most memory goes. 
Java uses 8
@@ -288,7 +288,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>serialVersionUID</h4>
-<pre>private static final&nbsp;long <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1255">serialVersionUID</a></pre>
+<pre>private static final&nbsp;long <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1260">serialVersionUID</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.BucketEntry.serialVersionUID">Constant
 Field Values</a></dd>
@@ -301,7 +301,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>COMPARATOR</h4>
-<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator</a>&lt;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile.bucket">BucketCache.BucketEntry</a>&gt; <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1258">COMPARATOR</a></pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator</a>&lt;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile.bucket">BucketCache.BucketEntry</a>&gt; <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1263">COMPARATOR</a></pre>
 </li>
 </ul>
 <a name="offsetBase">
@@ -310,7 +310,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>offsetBase</h4>
-<pre>private&nbsp;int <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1266">offsetBase</a></pre>
+<pre>private&nbsp;int <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1271">offsetBase</a></pre>
 </li>
 </ul>
 <a name="length">
@@ -319,7 +319,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>length</h4>
-<pre>private&nbsp;int <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1267">length</a></pre>
+<pre>private&nbsp;int <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1272">length</a></pre>
 </li>
 </ul>
 <a name="offset1">
@@ -328,7 +328,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>offset1</h4>
-<pre>private&nbsp;byte <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1268">offset1</a></pre>
+<pre>private&nbsp;byte <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1273">offset1</a></pre>
 </li>
 </ul>
 <a name="deserialiserIndex">
@@ -337,7 +337,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>deserialiserIndex</h4>
-<pre>byte <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1269">deserialiserIndex</a></pre>
+<pre>byte <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1274">deserialiserIndex</a></pre>
 </li>
 </ul>
 <a name="accessCounter">
@@ -346,7 +346,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>accessCounter</h4>
-<pre>private volatile&nbsp;long <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1270">accessCounter</a></pre>
+<pre>private volatile&nbsp;long <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1275">accessCounter</a></pre>
 </li>
 </ul>
 <a name="priority">
@@ -355,7 +355,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>priority</h4>
-<pre>private&nbsp;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/BlockPriority.html" 
title="enum in org.apache.hadoop.hbase.io.hfile">BlockPriority</a> <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1271">priority</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/BlockPriority.html" 
title="enum in org.apache.hadoop.hbase.io.hfile">BlockPriority</a> <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1276">priority</a></pre>
 </li>
 </ul>
 <a name="markedForEvict">
@@ -364,7 +364,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>markedForEvict</h4>
-<pre>private volatile&nbsp;boolean <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1273">markedForEvict</a></pre>
+<pre>private volatile&nbsp;boolean <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1278">markedForEvict</a></pre>
 </li>
 </ul>
 <a name="refCount">
@@ -373,7 +373,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>refCount</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicInteger</a> <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1274">refCount</a></pre>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicInteger</a> <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1279">refCount</a></pre>
 </li>
 </ul>
 <a name="cachedTime">
@@ -382,7 +382,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>cachedTime</h4>
-<pre>private final&nbsp;long <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1279">cachedTime</a></pre>
+<pre>private final&nbsp;long <a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1284">cachedTime</a></pre>
 <div class="block">Time this block was cached.  Presumes we are created just 
before we are added to the cache.</div>
 </li>
 </ul>
@@ -400,7 +400,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BucketEntry</h4>
-<pre><a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1281">BucketEntry</a>(long&nbsp;offset,
+<pre><a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1286">BucketEntry</a>(long&nbsp;offset,
             int&nbsp;length,
             long&nbsp;accessCounter,
             boolean&nbsp;inMemory)</pre>
@@ -420,7 +420,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>offset</h4>
-<pre>long&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1292">offset</a>()</pre>
+<pre>long&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1297">offset</a>()</pre>
 </li>
 </ul>
 <a name="setOffset-long-">
@@ -429,7 +429,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setOffset</h4>
-<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1298">setOffset</a>(long&nbsp;value)</pre>
+<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1303">setOffset</a>(long&nbsp;value)</pre>
 </li>
 </ul>
 <a name="getLength--">
@@ -438,7 +438,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1305">getLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1310">getLength</a>()</pre>
 </li>
 </ul>
 <a 
name="deserializerReference-org.apache.hadoop.hbase.io.hfile.bucket.UniqueIndexMap-">
@@ -447,7 +447,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>deserializerReference</h4>
-<pre>protected&nbsp;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.html"
 title="interface in 
org.apache.hadoop.hbase.io.hfile">CacheableDeserializer</a>&lt;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">Cacheable</a>&gt;&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1309">deserializerReference</a>(<a
 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/bucket/UniqueIndexMap.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile.bucket">UniqueIndexMap</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in 
java.lang">Integer</a>&gt;&nbsp;deserialiserMap)</pre>
+<pre>protected&nbsp;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.html"
 title="interface in 
org.apache.hadoop.hbase.io.hfile">CacheableDeserializer</a>&lt;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">Cacheable</a>&gt;&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1314">deserializerReference</a>(<a
 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/bucket/UniqueIndexMap.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile.bucket">UniqueIndexMap</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in 
java.lang">Integer</a>&gt;&nbsp;deserialiserMap)</pre>
 </li>
 </ul>
 <a 
name="setDeserialiserReference-org.apache.hadoop.hbase.io.hfile.CacheableDeserializer-org.apache.hadoop.hbase.io.hfile.bucket.UniqueIndexMap-">
@@ -456,7 +456,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setDeserialiserReference</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1315">setDeserialiserReference</a>(<a
 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.html"
 title="interface in 
org.apache.hadoop.hbase.io.hfile">CacheableDeserializer</a>&lt;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">Cacheable</a>&gt;&nbsp;deserializer,
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1320">setDeserialiserReference</a>(<a
 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.html"
 title="interface in 
org.apache.hadoop.hbase.io.hfile">CacheableDeserializer</a>&lt;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">Cacheable</a>&gt;&nbsp;deserializer,
                                         <a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/bucket/UniqueIndexMap.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile.bucket">UniqueIndexMap</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in 
java.lang">Integer</a>&gt;&nbsp;deserialiserMap)</pre>
 </li>
 </ul>
@@ -466,7 +466,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>access</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1325">access</a>(long&nbsp;accessCounter)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1330">access</a>(long&nbsp;accessCounter)</pre>
 <div class="block">Block has been accessed. Update its local access 
counter.</div>
 </li>
 </ul>
@@ -476,7 +476,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getPriority</h4>
-<pre>public&nbsp;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/BlockPriority.html" 
title="enum in org.apache.hadoop.hbase.io.hfile">BlockPriority</a>&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1332">getPriority</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../../org/apache/hadoop/hbase/io/hfile/BlockPriority.html" 
title="enum in org.apache.hadoop.hbase.io.hfile">BlockPriority</a>&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1337">getPriority</a>()</pre>
 </li>
 </ul>
 <a name="getCachedTime--">
@@ -485,7 +485,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getCachedTime</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1336">getCachedTime</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html#line.1341">getCachedTime</a>()</pre>
 </li>
 </ul>
 </li>

Reply via email to