http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html
index 8e95a5a..d656137 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.30">DelegatingInternalScanner</a>
+<pre>@InterfaceAudience.Private
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.31">DelegatingInternalScanner</a>
 extends <a 
href="https://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="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">InternalScanner</a></pre>
 <div class="block">A simple delegation for doing filtering on <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver"><code>InternalScanner</code></a>.</div>
@@ -219,7 +220,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/Inter
 <ul class="blockListLast">
 <li class="blockList">
 <h4>scanner</h4>
-<pre>protected final&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in org.apache.hadoop.hbase.regionserver">InternalScanner</a> 
<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.32">scanner</a></pre>
+<pre>protected final&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in org.apache.hadoop.hbase.regionserver">InternalScanner</a> 
<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.33">scanner</a></pre>
 </li>
 </ul>
 </li>
@@ -236,7 +237,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/Inter
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DelegatingInternalScanner</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.34">DelegatingInternalScanner</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">InternalScanner</a>&nbsp;scanner)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.35">DelegatingInternalScanner</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">InternalScanner</a>&nbsp;scanner)</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +254,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/Inter
 <ul class="blockList">
 <li class="blockList">
 <h4>next</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.39">next</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&nbsp;result,
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.40">next</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&nbsp;result,
                     <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScannerContext.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">ScannerContext</a>&nbsp;scannerContext)
              throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html#next-java.util.List-org.apache.hadoop.hbase.regionserver.ScannerContext-">InternalScanner</a></code></span></div>
@@ -276,7 +277,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/Inter
 <ul class="blockListLast">
 <li class="blockList">
 <h4>close</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.44">close</a>()
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/DelegatingInternalScanner.html#line.45">close</a>()
            throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html#close--">InternalScanner</a></code></span></div>
 <div class="block">Closes the scanner and releases any resources it has 
allocated</div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html
index 0bcd0a5..1cef255 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.50">ExampleMasterObserverWithMetrics</a>
+<pre>@InterfaceAudience.Private
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.51">ExampleMasterObserverWithMetrics</a>
 extends <a 
href="https://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="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessor</a>, <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterObserver</a></pre>
 <div class="block">An example coprocessor that collects some metrics to 
demonstrate the usage of exporting custom
@@ -309,7 +310,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>LOG</h4>
-<pre>private static final&nbsp;org.slf4j.Logger <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.56">LOG</a></pre>
+<pre>private static final&nbsp;org.slf4j.Logger <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.57">LOG</a></pre>
 </li>
 </ul>
 <a name="createTableTimer">
@@ -318,7 +319,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>createTableTimer</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Timer.html" 
title="interface in org.apache.hadoop.hbase.metrics">Timer</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.59">createTableTimer</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Timer.html" 
title="interface in org.apache.hadoop.hbase.metrics">Timer</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.60">createTableTimer</a></pre>
 <div class="block">This is the Timer metric object to keep track of the 
current count across invocations</div>
 </li>
 </ul>
@@ -328,7 +329,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>createTableStartTime</h4>
-<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.60">createTableStartTime</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.61">createTableStartTime</a></pre>
 </li>
 </ul>
 <a name="disableTableCounter">
@@ -337,7 +338,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockListLast">
 <li class="blockList">
 <h4>disableTableCounter</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.63">disableTableCounter</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.64">disableTableCounter</a></pre>
 <div class="block">This is a Counter object to keep track of disableTable 
operations</div>
 </li>
 </ul>
@@ -355,7 +356,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ExampleMasterObserverWithMetrics</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.50">ExampleMasterObserverWithMetrics</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.51">ExampleMasterObserverWithMetrics</a>()</pre>
 </li>
 </ul>
 </li>
@@ -372,7 +373,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>getMasterObserver</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.52">getMasterObserver</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.53">getMasterObserver</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessor.html#getMasterObserver--">getMasterObserver</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessor</a></code></dd>
@@ -385,7 +386,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>getTotalMemory</h4>
-<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.66">getTotalMemory</a>()</pre>
+<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.67">getTotalMemory</a>()</pre>
 <div class="block">Returns the total memory of the process. We will use this 
to define a gauge metric</div>
 </li>
 </ul>
@@ -395,7 +396,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxMemory</h4>
-<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.71">getMaxMemory</a>()</pre>
+<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.72">getMaxMemory</a>()</pre>
 <div class="block">Returns the max memory of the process. We will use this to 
define a gauge metric</div>
 </li>
 </ul>
@@ -405,7 +406,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>preCreateTable</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.76">preCreateTable</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.77">preCreateTable</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
                            <a 
href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html" 
title="interface in 
org.apache.hadoop.hbase.client">TableDescriptor</a>&nbsp;desc,
                            <a 
href="../../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" 
title="interface in 
org.apache.hadoop.hbase.client">RegionInfo</a>[]&nbsp;regions)
                     throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -431,7 +432,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>postCreateTable</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.84">postCreateTable</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.85">postCreateTable</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
                             <a 
href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html" 
title="interface in 
org.apache.hadoop.hbase.client">TableDescriptor</a>&nbsp;desc,
                             <a 
href="../../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" 
title="interface in 
org.apache.hadoop.hbase.client">RegionInfo</a>[]&nbsp;regions)
                      throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -456,7 +457,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockList">
 <li class="blockList">
 <h4>preDisableTable</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.96">preDisableTable</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.97">preDisableTable</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
                             <a 
href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
                      throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html#preDisableTable-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.TableName-">MasterObserver</a></code></span></div>
@@ -479,7 +480,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Master
 <ul class="blockListLast">
 <li class="blockList">
 <h4>start</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.102">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleMasterObserverWithMetrics.html#line.103">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
            throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/Coprocessor.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">Coprocessor</a></code></span></div>
 <div class="block">Called by the <a 
href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase"><code>CoprocessorEnvironment</code></a> during it's 
own startup to initialize the

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
index bc09b38..4f76c44 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.63">ExampleRegionObserverWithMetrics.ExampleRegionObserver</a>
+<pre>class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.64">ExampleRegionObserverWithMetrics.ExampleRegionObserver</a>
 extends <a 
href="https://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="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a>, <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a></pre>
 </li>
@@ -292,7 +292,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ExampleRegionObserver</h4>
-<pre><a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.63">ExampleRegionObserver</a>()</pre>
+<pre><a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.64">ExampleRegionObserver</a>()</pre>
 </li>
 </ul>
 </li>
@@ -309,7 +309,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>getRegionObserver</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.65">getRegionObserver</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.66">getRegionObserver</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html#getRegionObserver--">getRegionObserver</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></code></dd>
@@ -322,7 +322,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>preGetOp</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.70">preGetOp</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;e,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.71">preGetOp</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;e,
                      <a 
href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class 
in org.apache.hadoop.hbase.client">Get</a>&nbsp;get,
                      <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&nbsp;results)
               throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -351,7 +351,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>postGetOp</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.77">postGetOp</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;e,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.78">postGetOp</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;e,
                       <a 
href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class 
in org.apache.hadoop.hbase.client">Get</a>&nbsp;get,
                       <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&nbsp;results)
                throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -378,7 +378,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>postFlush</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.90">postFlush</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.91">postFlush</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
                       <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/FlushLifeCycleTracker.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">FlushLifeCycleTracker</a>&nbsp;tracker)
                throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html#postFlush-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker-">RegionObserver</a></code></span></div>
@@ -400,7 +400,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>postFlush</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.97">postFlush</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.98">postFlush</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
                       <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" 
title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
                       <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/StoreFile.html" 
title="interface in 
org.apache.hadoop.hbase.regionserver">StoreFile</a>&nbsp;resultFile,
                       <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/FlushLifeCycleTracker.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">FlushLifeCycleTracker</a>&nbsp;tracker)
@@ -426,7 +426,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>postCompactSelection</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.104">postCompactSelection</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.105">postCompactSelection</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
                                  <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" 
title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
                                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;? extends <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/StoreFile.html" 
title="interface in 
org.apache.hadoop.hbase.regionserver">StoreFile</a>&gt;&nbsp;selected,
                                  <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/compactions/CompactionLifeCycleTracker.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver.compactions">CompactionLifeCycleTracker</a>&nbsp;tracker,
@@ -452,7 +452,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>performCostlyOperation</h4>
-<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.113">performCostlyOperation</a>()</pre>
+<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html#line.114">performCostlyOperation</a>()</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html
index 5b838a5..391001c 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.55">ExampleRegionObserverWithMetrics</a>
+<pre>@InterfaceAudience.Private
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.56">ExampleRegionObserverWithMetrics</a>
 extends <a 
href="https://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="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></pre>
 <div class="block">An example coprocessor that collects some metrics to 
demonstrate the usage of exporting custom
@@ -290,7 +291,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>preGetCounter</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.57">preGetCounter</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.58">preGetCounter</a></pre>
 </li>
 </ul>
 <a name="flushCounter">
@@ -299,7 +300,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>flushCounter</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.58">flushCounter</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.59">flushCounter</a></pre>
 </li>
 </ul>
 <a name="filesCompactedCounter">
@@ -308,7 +309,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>filesCompactedCounter</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.59">filesCompactedCounter</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Counter.html" 
title="interface in org.apache.hadoop.hbase.metrics">Counter</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.60">filesCompactedCounter</a></pre>
 </li>
 </ul>
 <a name="costlyOperationTimer">
@@ -317,7 +318,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>costlyOperationTimer</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Timer.html" 
title="interface in org.apache.hadoop.hbase.metrics">Timer</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.60">costlyOperationTimer</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/metrics/Timer.html" 
title="interface in org.apache.hadoop.hbase.metrics">Timer</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.61">costlyOperationTimer</a></pre>
 </li>
 </ul>
 <a name="observer">
@@ -326,7 +327,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>observer</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html"
 title="class in 
org.apache.hadoop.hbase.coprocessor.example">ExampleRegionObserverWithMetrics.ExampleRegionObserver</a>
 <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.61">observer</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html"
 title="class in 
org.apache.hadoop.hbase.coprocessor.example">ExampleRegionObserverWithMetrics.ExampleRegionObserver</a>
 <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.62">observer</a></pre>
 </li>
 </ul>
 </li>
@@ -343,7 +344,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ExampleRegionObserverWithMetrics</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.55">ExampleRegionObserverWithMetrics</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.56">ExampleRegionObserverWithMetrics</a>()</pre>
 </li>
 </ul>
 </li>
@@ -360,7 +361,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>getRegionObserver</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.122">getRegionObserver</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.123">getRegionObserver</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html#getRegionObserver--">getRegionObserver</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></code></dd>
@@ -373,7 +374,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>start</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.127">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.128">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
            throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/Coprocessor.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">Coprocessor</a></code></span></div>
 <div class="block">Called by the <a 
href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase"><code>CoprocessorEnvironment</code></a> during it's 
own startup to initialize the
@@ -392,7 +393,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>stop</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.168">stop</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;e)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.html#line.169">stop</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;e)
           throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/Coprocessor.html#stop-org.apache.hadoop.hbase.CoprocessorEnvironment-">Coprocessor</a></code></span></div>
 <div class="block">Called by the <a 
href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase"><code>CoprocessorEnvironment</code></a> during it's 
own shutdown to stop the

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RefreshHFilesEndpoint.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RefreshHFilesEndpoint.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RefreshHFilesEndpoint.html
index af1c6c8..0ad8b23 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RefreshHFilesEndpoint.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RefreshHFilesEndpoint.html
@@ -118,7 +118,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/RefreshHFilesEndpoint.html#line.46">RefreshHFilesEndpoint</a>
+<pre>@InterfaceAudience.Private
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/RefreshHFilesEndpoint.html#line.46">RefreshHFilesEndpoint</a>
 extends 
org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesService
 implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></pre>
 <div class="block">Coprocessor endpoint to refresh HFiles on replica.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.html 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.html
index f977a11..cb536db 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.html
@@ -118,7 +118,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.html#line.51">RowCountEndpoint</a>
+<pre>@InterfaceAudience.Private
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.html#line.51">RowCountEndpoint</a>
 extends 
org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.RowCountService
 implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></pre>
 <div class="block">Sample coprocessor endpoint exposing a Service interface 
for counting rows and key values.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html
index fb2cad2..808e47f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.34">ScanModifyingObserver</a>
+<pre>@InterfaceAudience.Private
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.35">ScanModifyingObserver</a>
 extends <a 
href="https://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="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a>, <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a></pre>
 <div class="block">A RegionObserver which modifies incoming Scan requests to 
include additional
@@ -280,7 +281,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>FAMILY_TO_ADD_KEY</h4>
-<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.36">FAMILY_TO_ADD_KEY</a></pre>
+<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.37">FAMILY_TO_ADD_KEY</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.coprocessor.example.ScanModifyingObserver.FAMILY_TO_ADD_KEY">Constant
 Field Values</a></dd>
@@ -293,7 +294,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>QUALIFIER_TO_ADD_KEY</h4>
-<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.37">QUALIFIER_TO_ADD_KEY</a></pre>
+<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.38">QUALIFIER_TO_ADD_KEY</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.coprocessor.example.ScanModifyingObserver.QUALIFIER_TO_ADD_KEY">Constant
 Field Values</a></dd>
@@ -306,7 +307,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>FAMILY_TO_ADD</h4>
-<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.40">FAMILY_TO_ADD</a></pre>
+<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.41">FAMILY_TO_ADD</a></pre>
 </li>
 </ul>
 <a name="QUALIFIER_TO_ADD">
@@ -315,7 +316,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>QUALIFIER_TO_ADD</h4>
-<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.41">QUALIFIER_TO_ADD</a></pre>
+<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.42">QUALIFIER_TO_ADD</a></pre>
 </li>
 </ul>
 </li>
@@ -332,7 +333,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ScanModifyingObserver</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.34">ScanModifyingObserver</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.35">ScanModifyingObserver</a>()</pre>
 </li>
 </ul>
 </li>
@@ -349,7 +350,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>start</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.44">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.45">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
            throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/Coprocessor.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">Coprocessor</a></code></span></div>
 <div class="block">Called by the <a 
href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase"><code>CoprocessorEnvironment</code></a> during it's 
own startup to initialize the
@@ -368,7 +369,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>getRegionObserver</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.52">getRegionObserver</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.53">getRegionObserver</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html#getRegionObserver--">getRegionObserver</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></code></dd>
@@ -381,7 +382,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>preScannerOpen</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.58">preScannerOpen</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ScanModifyingObserver.html#line.59">preScannerOpen</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
                            <a 
href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class 
in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)
                     throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html#preScannerOpen-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.client.Scan-">RegionObserver</a></code></span></div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html
index 57b1cfe..2c3dfe3 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.44">ValueRewritingObserver</a>
+<pre>@InterfaceAudience.Private
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.45">ValueRewritingObserver</a>
 extends <a 
href="https://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="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in org.apache.hadoop.hbase.coprocessor">RegionObserver</a>, 
<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></pre>
 <div class="block">This RegionObserver replaces the values of Puts from one 
value to another on compaction.</div>
@@ -292,7 +293,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>ORIGINAL_VALUE_KEY</h4>
-<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.45">ORIGINAL_VALUE_KEY</a></pre>
+<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.46">ORIGINAL_VALUE_KEY</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.coprocessor.example.ValueRewritingObserver.ORIGINAL_VALUE_KEY">Constant
 Field Values</a></dd>
@@ -305,7 +306,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>REPLACED_VALUE_KEY</h4>
-<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.47">REPLACED_VALUE_KEY</a></pre>
+<pre>public static final&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.48">REPLACED_VALUE_KEY</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.coprocessor.example.ValueRewritingObserver.REPLACED_VALUE_KEY">Constant
 Field Values</a></dd>
@@ -318,7 +319,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>sourceValue</h4>
-<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.50">sourceValue</a></pre>
+<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.51">sourceValue</a></pre>
 </li>
 </ul>
 <a name="replacedValue">
@@ -327,7 +328,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>replacedValue</h4>
-<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.51">replacedValue</a></pre>
+<pre>private&nbsp;byte[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.52">replacedValue</a></pre>
 </li>
 </ul>
 <a name="comparator">
@@ -336,7 +337,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>comparator</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html"
 title="class in org.apache.hadoop.hbase.util">Bytes.ByteArrayComparator</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.52">comparator</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html"
 title="class in org.apache.hadoop.hbase.util">Bytes.ByteArrayComparator</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.53">comparator</a></pre>
 </li>
 </ul>
 <a name="cellBuilder">
@@ -345,7 +346,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>cellBuilder</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/CellBuilder.html" 
title="interface in org.apache.hadoop.hbase">CellBuilder</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.53">cellBuilder</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/CellBuilder.html" 
title="interface in org.apache.hadoop.hbase">CellBuilder</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.54">cellBuilder</a></pre>
 </li>
 </ul>
 </li>
@@ -362,7 +363,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ValueRewritingObserver</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.44">ValueRewritingObserver</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.45">ValueRewritingObserver</a>()</pre>
 </li>
 </ul>
 </li>
@@ -379,7 +380,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>getRegionObserver</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.57">getRegionObserver</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.58">getRegionObserver</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html#getRegionObserver--">getRegionObserver</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></code></dd>
@@ -392,7 +393,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockList">
 <li class="blockList">
 <h4>start</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.63">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.64">start</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)
            throws <a 
href="https://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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/Coprocessor.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">Coprocessor</a></code></span></div>
 <div class="block">Called by the <a 
href="../../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" 
title="interface in 
org.apache.hadoop.hbase"><code>CoprocessorEnvironment</code></a> during it's 
own startup to initialize the
@@ -411,7 +412,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
 <ul class="blockListLast">
 <li class="blockList">
 <h4>preCompact</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">InternalScanner</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.73">preCompact</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">InternalScanner</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/ValueRewritingObserver.html#line.74">preCompact</a>(<a
 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
 title="interface in 
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>&gt;&nbsp;c,
                                   <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" 
title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
                                   <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
 title="interface in 
org.apache.hadoop.hbase.regionserver">InternalScanner</a>&nbsp;scanner,
                                   <a 
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScanType.html" 
title="enum in org.apache.hadoop.hbase.regionserver">ScanType</a>&nbsp;scanType,

Reply via email to