http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dad9a249/devapidocs/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html
----------------------------------------------------------------------
diff --git
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html
index a8b23e7..7875a13 100644
---
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html
+++
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
</dl>
<hr>
<br>
-<pre>public class <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.68">WriteHeavyIncrementObserver</a>
+<pre>public class <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.67">WriteHeavyIncrementObserver</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="../../../../../../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">An example for implementing a counter that reads is much
less than writes, i.e, write heavy.
@@ -360,7 +360,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>mask</h4>
-<pre>private final int <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.213">mask</a></pre>
+<pre>private final int <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.212">mask</a></pre>
</li>
</ul>
<a name="lastTimestamps">
@@ -369,7 +369,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockListLast">
<li class="blockList">
<h4>lastTimestamps</h4>
-<pre>private final org.apache.commons.lang3.mutable.MutableLong[] <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.214">lastTimestamps</a></pre>
+<pre>private final org.apache.commons.lang3.mutable.MutableLong[] <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.213">lastTimestamps</a></pre>
</li>
</ul>
</li>
@@ -386,7 +386,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockListLast">
<li class="blockList">
<h4>WriteHeavyIncrementObserver</h4>
-<pre>public <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.68">WriteHeavyIncrementObserver</a>()</pre>
+<pre>public <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.67">WriteHeavyIncrementObserver</a>()</pre>
</li>
</ul>
</li>
@@ -403,7 +403,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>getRegionObserver</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true"
title="class or interface in java.util">Optional</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>> <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.71">getRegionObserver</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true"
title="class or interface in java.util">Optional</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionObserver</a>> <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.70">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> in
interface <code><a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessor.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessor</a></code></dd>
@@ -416,7 +416,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preFlushScannerOpen</h4>
-<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.76">preFlushScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.75">preFlushScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html"
title="interface in org.apache.hadoop.hbase.regionserver">Store</a> store,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScanOptions.html"
title="interface in
org.apache.hadoop.hbase.regionserver">ScanOptions</a> options,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/FlushLifeCycleTracker.html"
title="interface in
org.apache.hadoop.hbase.regionserver">FlushLifeCycleTracker</a> tracker)
@@ -442,7 +442,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>createCell</h4>
-<pre>private <a
href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in
org.apache.hadoop.hbase">Cell</a> <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.81">createCell</a>(byte[] row,
+<pre>private <a
href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in
org.apache.hadoop.hbase">Cell</a> <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.80">createCell</a>(byte[] row,
byte[] family,
byte[] qualifier,
long ts,
@@ -455,7 +455,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>wrap</h4>
-<pre>private <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/WriteHeavyIncrementObserver.html#line.87">wrap</a>(byte[] family,
+<pre>private <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/WriteHeavyIncrementObserver.html#line.86">wrap</a>(byte[] family,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
title="interface in
org.apache.hadoop.hbase.regionserver">InternalScanner</a> scanner)</pre>
</li>
</ul>
@@ -465,7 +465,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preFlush</h4>
-<pre>public <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/WriteHeavyIncrementObserver.html#line.146">preFlush</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public <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/WriteHeavyIncrementObserver.html#line.145">preFlush</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html"
title="interface in org.apache.hadoop.hbase.regionserver">Store</a> store,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
title="interface in
org.apache.hadoop.hbase.regionserver">InternalScanner</a> scanner,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/FlushLifeCycleTracker.html"
title="interface in
org.apache.hadoop.hbase.regionserver">FlushLifeCycleTracker</a> tracker)
@@ -494,7 +494,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preCompactScannerOpen</h4>
-<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.152">preCompactScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.151">preCompactScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html"
title="interface in org.apache.hadoop.hbase.regionserver">Store</a> store,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScanType.html"
title="enum in org.apache.hadoop.hbase.regionserver">ScanType</a> scanType,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScanOptions.html"
title="interface in
org.apache.hadoop.hbase.regionserver">ScanOptions</a> options,
@@ -525,7 +525,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preCompact</h4>
-<pre>public <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/WriteHeavyIncrementObserver.html#line.159">preCompact</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public <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/WriteHeavyIncrementObserver.html#line.158">preCompact</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html"
title="interface in org.apache.hadoop.hbase.regionserver">Store</a> store,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
title="interface in
org.apache.hadoop.hbase.regionserver">InternalScanner</a> scanner,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScanType.html"
title="enum in org.apache.hadoop.hbase.regionserver">ScanType</a> scanType,
@@ -564,7 +564,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preMemStoreCompactionCompactScannerOpen</h4>
-<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.166">preMemStoreCompactionCompactScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.165">preMemStoreCompactionCompactScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html"
title="interface in org.apache.hadoop.hbase.regionserver">Store</a> store,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScanOptions.html"
title="interface in
org.apache.hadoop.hbase.regionserver">ScanOptions</a> options)
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>
@@ -591,7 +591,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preMemStoreCompactionCompact</h4>
-<pre>public <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/WriteHeavyIncrementObserver.html#line.173">preMemStoreCompactionCompact</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public <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/WriteHeavyIncrementObserver.html#line.172">preMemStoreCompactionCompact</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html"
title="interface in org.apache.hadoop.hbase.regionserver">Store</a> store,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/InternalScanner.html"
title="interface in
org.apache.hadoop.hbase.regionserver">InternalScanner</a> scanner)
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>
@@ -619,7 +619,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preGetOp</h4>
-<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.180">preGetOp</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.179">preGetOp</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class
in org.apache.hadoop.hbase.client">Get</a> get,
<a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in
org.apache.hadoop.hbase">Cell</a>> result)
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>
@@ -648,7 +648,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>getUniqueTimestamp</h4>
-<pre>private long <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.225">getUniqueTimestamp</a>(byte[] row)</pre>
+<pre>private long <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.224">getUniqueTimestamp</a>(byte[] row)</pre>
</li>
</ul>
<a
name="preIncrement-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.client.Increment-">
@@ -657,7 +657,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockList">
<li class="blockList">
<h4>preIncrement</h4>
-<pre>public <a
href="../../../../../../org/apache/hadoop/hbase/client/Result.html"
title="class in org.apache.hadoop.hbase.client">Result</a> <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.241">preIncrement</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
+<pre>public <a
href="../../../../../../org/apache/hadoop/hbase/client/Result.html"
title="class in org.apache.hadoop.hbase.client">Result</a> <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.240">preIncrement</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> c,
<a
href="../../../../../../org/apache/hadoop/hbase/client/Increment.html"
title="class in org.apache.hadoop.hbase.client">Increment</a> increment)
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"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionObserver.html#preIncrement-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.client.Increment-">RegionObserver</a></code></span></div>
@@ -687,7 +687,7 @@ implements <a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/Region
<ul class="blockListLast">
<li class="blockList">
<h4>preStoreScannerOpen</h4>
-<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.262">preStoreScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> ctx,
+<pre>public void <a
href="../../../../../../src-html/org/apache/hadoop/hbase/coprocessor/example/WriteHeavyIncrementObserver.html#line.261">preStoreScannerOpen</a>(<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">ObserverContext</a><<a
href="../../../../../../org/apache/hadoop/hbase/coprocessor/RegionCoprocessorEnvironment.html"
title="interface in
org.apache.hadoop.hbase.coprocessor">RegionCoprocessorEnvironment</a>> ctx,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html"
title="interface in org.apache.hadoop.hbase.regionserver">Store</a> store,
<a
href="../../../../../../org/apache/hadoop/hbase/regionserver/ScanOptions.html"
title="interface in
org.apache.hadoop.hbase.regionserver">ScanOptions</a> options)
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>