http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c0c4a947/devapidocs/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html
index 644cf49..c4b7f79 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.100">LruBlockCache</a>
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.101">LruBlockCache</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/io/hfile/ResizableBlockCache.html"
 title="interface in org.apache.hadoop.hbase.io.hfile">ResizableBlockCache</a>, 
<a href="../../../../../../org/apache/hadoop/hbase/io/HeapSize.html" 
title="interface in org.apache.hadoop.hbase.io">HeapSize</a></pre>
 <div class="block">A block cache implementation that is memory-aware using <a 
href="../../../../../../org/apache/hadoop/hbase/io/HeapSize.html" 
title="interface in org.apache.hadoop.hbase.io"><code>HeapSize</code></a>,
@@ -777,7 +777,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LOG</h4>
-<pre>private static final&nbsp;org.apache.commons.logging.Log <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.102">LOG</a></pre>
+<pre>private static final&nbsp;org.apache.commons.logging.Log <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.103">LOG</a></pre>
 </li>
 </ul>
 <a name="LRU_MIN_FACTOR_CONFIG_NAME">
@@ -786,7 +786,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_MIN_FACTOR_CONFIG_NAME</h4>
-<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.108">LRU_MIN_FACTOR_CONFIG_NAME</a></pre>
+<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.109">LRU_MIN_FACTOR_CONFIG_NAME</a></pre>
 <div class="block">Percentage of total size that eviction will evict until; 
e.g. if set to .8, then we will keep
  evicting during an eviction run till the cache size is down to 80% of the 
total.</div>
 <dl>
@@ -801,7 +801,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_ACCEPTABLE_FACTOR_CONFIG_NAME</h4>
-<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.113">LRU_ACCEPTABLE_FACTOR_CONFIG_NAME</a></pre>
+<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.114">LRU_ACCEPTABLE_FACTOR_CONFIG_NAME</a></pre>
 <div class="block">Acceptable size of cache (no evictions if size < 
acceptable)</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -815,7 +815,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_HARD_CAPACITY_LIMIT_FACTOR_CONFIG_NAME</h4>
-<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.119">LRU_HARD_CAPACITY_LIMIT_FACTOR_CONFIG_NAME</a></pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.120">LRU_HARD_CAPACITY_LIMIT_FACTOR_CONFIG_NAME</a></pre>
 <div class="block">Hard capacity limit of cache, will reject any put if size > 
this * acceptable</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -829,7 +829,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_SINGLE_PERCENTAGE_CONFIG_NAME</h4>
-<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.121">LRU_SINGLE_PERCENTAGE_CONFIG_NAME</a></pre>
+<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.122">LRU_SINGLE_PERCENTAGE_CONFIG_NAME</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.LRU_SINGLE_PERCENTAGE_CONFIG_NAME">Constant
 Field Values</a></dd>
@@ -842,7 +842,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_MULTI_PERCENTAGE_CONFIG_NAME</h4>
-<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.123">LRU_MULTI_PERCENTAGE_CONFIG_NAME</a></pre>
+<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.124">LRU_MULTI_PERCENTAGE_CONFIG_NAME</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.LRU_MULTI_PERCENTAGE_CONFIG_NAME">Constant
 Field Values</a></dd>
@@ -855,7 +855,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_MEMORY_PERCENTAGE_CONFIG_NAME</h4>
-<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.125">LRU_MEMORY_PERCENTAGE_CONFIG_NAME</a></pre>
+<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.126">LRU_MEMORY_PERCENTAGE_CONFIG_NAME</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.LRU_MEMORY_PERCENTAGE_CONFIG_NAME">Constant
 Field Values</a></dd>
@@ -868,7 +868,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_IN_MEMORY_FORCE_MODE_CONFIG_NAME</h4>
-<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.133">LRU_IN_MEMORY_FORCE_MODE_CONFIG_NAME</a></pre>
+<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.134">LRU_IN_MEMORY_FORCE_MODE_CONFIG_NAME</a></pre>
 <div class="block">Configuration key to force data-block always (except 
in-memory are too much)
  cached in memory for in-memory hfile, unlike inMemory, which is a 
column-family
  configuration, inMemoryForceMode is a cluster-wide configuration</div>
@@ -884,7 +884,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_LOAD_FACTOR</h4>
-<pre>static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.139">DEFAULT_LOAD_FACTOR</a></pre>
+<pre>static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.140">DEFAULT_LOAD_FACTOR</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_LOAD_FACTOR">Constant
 Field Values</a></dd>
@@ -897,7 +897,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_CONCURRENCY_LEVEL</h4>
-<pre>static final&nbsp;int <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.140">DEFAULT_CONCURRENCY_LEVEL</a></pre>
+<pre>static final&nbsp;int <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.141">DEFAULT_CONCURRENCY_LEVEL</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_CONCURRENCY_LEVEL">Constant
 Field Values</a></dd>
@@ -910,7 +910,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_MIN_FACTOR</h4>
-<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.143">DEFAULT_MIN_FACTOR</a></pre>
+<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.144">DEFAULT_MIN_FACTOR</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_MIN_FACTOR">Constant
 Field Values</a></dd>
@@ -923,7 +923,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_ACCEPTABLE_FACTOR</h4>
-<pre>static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.144">DEFAULT_ACCEPTABLE_FACTOR</a></pre>
+<pre>static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.145">DEFAULT_ACCEPTABLE_FACTOR</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_ACCEPTABLE_FACTOR">Constant
 Field Values</a></dd>
@@ -936,7 +936,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_SINGLE_FACTOR</h4>
-<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.147">DEFAULT_SINGLE_FACTOR</a></pre>
+<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.148">DEFAULT_SINGLE_FACTOR</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_SINGLE_FACTOR">Constant
 Field Values</a></dd>
@@ -949,7 +949,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_MULTI_FACTOR</h4>
-<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.148">DEFAULT_MULTI_FACTOR</a></pre>
+<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.149">DEFAULT_MULTI_FACTOR</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_MULTI_FACTOR">Constant
 Field Values</a></dd>
@@ -962,7 +962,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_MEMORY_FACTOR</h4>
-<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.149">DEFAULT_MEMORY_FACTOR</a></pre>
+<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.150">DEFAULT_MEMORY_FACTOR</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_MEMORY_FACTOR">Constant
 Field Values</a></dd>
@@ -975,7 +975,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_HARD_CAPACITY_LIMIT_FACTOR</h4>
-<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.151">DEFAULT_HARD_CAPACITY_LIMIT_FACTOR</a></pre>
+<pre>private static final&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.152">DEFAULT_HARD_CAPACITY_LIMIT_FACTOR</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_HARD_CAPACITY_LIMIT_FACTOR">Constant
 Field Values</a></dd>
@@ -988,7 +988,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_IN_MEMORY_FORCE_MODE</h4>
-<pre>private static final&nbsp;boolean <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.153">DEFAULT_IN_MEMORY_FORCE_MODE</a></pre>
+<pre>private static final&nbsp;boolean <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.154">DEFAULT_IN_MEMORY_FORCE_MODE</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_IN_MEMORY_FORCE_MODE">Constant
 Field Values</a></dd>
@@ -1001,7 +1001,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>STAT_THREAD_PERIOD</h4>
-<pre>private static final&nbsp;int <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.156">STAT_THREAD_PERIOD</a></pre>
+<pre>private static final&nbsp;int <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.157">STAT_THREAD_PERIOD</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.STAT_THREAD_PERIOD">Constant
 Field Values</a></dd>
@@ -1014,7 +1014,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LRU_MAX_BLOCK_SIZE</h4>
-<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.157">LRU_MAX_BLOCK_SIZE</a></pre>
+<pre>private static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.158">LRU_MAX_BLOCK_SIZE</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.LRU_MAX_BLOCK_SIZE">Constant
 Field Values</a></dd>
@@ -1027,7 +1027,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_MAX_BLOCK_SIZE</h4>
-<pre>private static final&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.158">DEFAULT_MAX_BLOCK_SIZE</a></pre>
+<pre>private static final&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.159">DEFAULT_MAX_BLOCK_SIZE</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../../constant-values.html#org.apache.hadoop.hbase.io.hfile.LruBlockCache.DEFAULT_MAX_BLOCK_SIZE">Constant
 Field Values</a></dd>
@@ -1040,7 +1040,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>map</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>,<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&gt; <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.161">map</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>,<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&gt; <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.162">map</a></pre>
 <div class="block">Concurrent map (the cache)</div>
 </li>
 </ul>
@@ -1050,7 +1050,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>evictionLock</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">ReentrantLock</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.164">evictionLock</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">ReentrantLock</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.165">evictionLock</a></pre>
 <div class="block">Eviction lock (locked when eviction in process)</div>
 </li>
 </ul>
@@ -1060,7 +1060,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>maxBlockSize</h4>
-<pre>private final&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.165">maxBlockSize</a></pre>
+<pre>private final&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.166">maxBlockSize</a></pre>
 </li>
 </ul>
 <a name="evictionInProgress">
@@ -1069,7 +1069,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>evictionInProgress</h4>
-<pre>private volatile&nbsp;boolean <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.168">evictionInProgress</a></pre>
+<pre>private volatile&nbsp;boolean <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.169">evictionInProgress</a></pre>
 <div class="block">Volatile boolean to track if we are in an eviction process 
or not</div>
 </li>
 </ul>
@@ -1079,7 +1079,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>evictionThread</h4>
-<pre>private final&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruBlockCache.EvictionThread.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile">LruBlockCache.EvictionThread</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.171">evictionThread</a></pre>
+<pre>private final&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruBlockCache.EvictionThread.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile">LruBlockCache.EvictionThread</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.172">evictionThread</a></pre>
 <div class="block">Eviction thread</div>
 </li>
 </ul>
@@ -1089,7 +1089,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>scheduleThreadPool</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ScheduledExecutorService</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.174">scheduleThreadPool</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ScheduledExecutorService</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.175">scheduleThreadPool</a></pre>
 <div class="block">Statistics thread schedule pool (for heavy debugging, could 
remove)</div>
 </li>
 </ul>
@@ -1099,7 +1099,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.178">size</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.179">size</a></pre>
 <div class="block">Current size of cache</div>
 </li>
 </ul>
@@ -1109,7 +1109,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>dataBlockSize</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/LongAdder.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">LongAdder</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.181">dataBlockSize</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/LongAdder.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">LongAdder</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.182">dataBlockSize</a></pre>
 <div class="block">Current size of data blocks</div>
 </li>
 </ul>
@@ -1119,7 +1119,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>elements</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.184">elements</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.185">elements</a></pre>
 <div class="block">Current number of cached elements</div>
 </li>
 </ul>
@@ -1129,7 +1129,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>dataBlockElements</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/LongAdder.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">LongAdder</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.187">dataBlockElements</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/LongAdder.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">LongAdder</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.188">dataBlockElements</a></pre>
 <div class="block">Current number of cached data block elements</div>
 </li>
 </ul>
@@ -1139,7 +1139,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>count</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.190">count</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.191">count</a></pre>
 <div class="block">Cache access count (sequential ID)</div>
 </li>
 </ul>
@@ -1149,7 +1149,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>hardCapacityLimitFactor</h4>
-<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.193">hardCapacityLimitFactor</a></pre>
+<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.194">hardCapacityLimitFactor</a></pre>
 <div class="block">hard capacity limit</div>
 </li>
 </ul>
@@ -1159,7 +1159,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>stats</h4>
-<pre>private final&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CacheStats.html" 
title="class in org.apache.hadoop.hbase.io.hfile">CacheStats</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.196">stats</a></pre>
+<pre>private final&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CacheStats.html" 
title="class in org.apache.hadoop.hbase.io.hfile">CacheStats</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.197">stats</a></pre>
 <div class="block">Cache statistics</div>
 </li>
 </ul>
@@ -1169,7 +1169,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>maxSize</h4>
-<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.199">maxSize</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.200">maxSize</a></pre>
 <div class="block">Maximum allowable size of cache (block put if size > max, 
evict)</div>
 </li>
 </ul>
@@ -1179,7 +1179,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>blockSize</h4>
-<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.202">blockSize</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.203">blockSize</a></pre>
 <div class="block">Approximate block size</div>
 </li>
 </ul>
@@ -1189,7 +1189,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>acceptableFactor</h4>
-<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.205">acceptableFactor</a></pre>
+<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.206">acceptableFactor</a></pre>
 <div class="block">Acceptable size of cache (no evictions if size < 
acceptable)</div>
 </li>
 </ul>
@@ -1199,7 +1199,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>minFactor</h4>
-<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.208">minFactor</a></pre>
+<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.209">minFactor</a></pre>
 <div class="block">Minimum threshold of cache (when evicting, evict until size 
< min)</div>
 </li>
 </ul>
@@ -1209,7 +1209,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>singleFactor</h4>
-<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.211">singleFactor</a></pre>
+<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.212">singleFactor</a></pre>
 <div class="block">Single access bucket size</div>
 </li>
 </ul>
@@ -1219,7 +1219,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>multiFactor</h4>
-<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.214">multiFactor</a></pre>
+<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.215">multiFactor</a></pre>
 <div class="block">Multiple access bucket size</div>
 </li>
 </ul>
@@ -1229,7 +1229,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>memoryFactor</h4>
-<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.217">memoryFactor</a></pre>
+<pre>private&nbsp;float <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.218">memoryFactor</a></pre>
 <div class="block">In-memory bucket size</div>
 </li>
 </ul>
@@ -1239,7 +1239,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>overhead</h4>
-<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.220">overhead</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.221">overhead</a></pre>
 <div class="block">Overhead of the structure itself</div>
 </li>
 </ul>
@@ -1249,7 +1249,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>forceInMemory</h4>
-<pre>private&nbsp;boolean <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.223">forceInMemory</a></pre>
+<pre>private&nbsp;boolean <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.224">forceInMemory</a></pre>
 <div class="block">Whether in-memory hfile's data block has higher priority 
when evicting</div>
 </li>
 </ul>
@@ -1259,7 +1259,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>victimHandler</h4>
-<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">BlockCache</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.226">victimHandler</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">BlockCache</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.227">victimHandler</a></pre>
 <div class="block">Where to send victims (blocks evicted/missing from the 
cache)</div>
 </li>
 </ul>
@@ -1269,7 +1269,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CACHE_FIXED_OVERHEAD</h4>
-<pre>public static final&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.982">CACHE_FIXED_OVERHEAD</a></pre>
+<pre>public static final&nbsp;long <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.983">CACHE_FIXED_OVERHEAD</a></pre>
 </li>
 </ul>
 </li>
@@ -1286,7 +1286,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LruBlockCache</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.238">LruBlockCache</a>(long&nbsp;maxSize,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.239">LruBlockCache</a>(long&nbsp;maxSize,
                      long&nbsp;blockSize)</pre>
 <div class="block">Default constructor.  Specify maximum size and expected 
average block
  size (approximation is fine).
@@ -1306,7 +1306,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LruBlockCache</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.245">LruBlockCache</a>(long&nbsp;maxSize,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.246">LruBlockCache</a>(long&nbsp;maxSize,
                      long&nbsp;blockSize,
                      boolean&nbsp;evictionThread)</pre>
 <div class="block">Constructor used for testing.  Allows disabling of the 
eviction thread.</div>
@@ -1318,7 +1318,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LruBlockCache</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.259">LruBlockCache</a>(long&nbsp;maxSize,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.260">LruBlockCache</a>(long&nbsp;maxSize,
                      long&nbsp;blockSize,
                      boolean&nbsp;evictionThread,
                      org.apache.hadoop.conf.Configuration&nbsp;conf)</pre>
@@ -1330,7 +1330,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>LruBlockCache</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.276">LruBlockCache</a>(long&nbsp;maxSize,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.277">LruBlockCache</a>(long&nbsp;maxSize,
                      long&nbsp;blockSize,
                      org.apache.hadoop.conf.Configuration&nbsp;conf)</pre>
 </li>
@@ -1341,7 +1341,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockListLast">
 <li class="blockList">
 <h4>LruBlockCache</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.295">LruBlockCache</a>(long&nbsp;maxSize,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.296">LruBlockCache</a>(long&nbsp;maxSize,
                      long&nbsp;blockSize,
                      boolean&nbsp;evictionThread,
                      int&nbsp;mapInitialSize,
@@ -1386,7 +1386,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxSize</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.342">setMaxSize</a>(long&nbsp;maxSize)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.343">setMaxSize</a>(long&nbsp;maxSize)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/ResizableBlockCache.html#setMaxSize-long-">ResizableBlockCache</a></code></span></div>
 <div class="block">Sets the max heap size that can be used by the 
BlockCache.</div>
 <dl>
@@ -1403,7 +1403,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>cacheBlock</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.362">cacheBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.363">cacheBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
                        <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">Cacheable</a>&nbsp;buf,
                        boolean&nbsp;inMemory,
                        boolean&nbsp;cacheDataInL1)</pre>
@@ -1430,7 +1430,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>assertCounterSanity</h4>
-<pre>private static&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.427">assertCounterSanity</a>(long&nbsp;mapSize,
+<pre>private static&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.428">assertCounterSanity</a>(long&nbsp;mapSize,
                                         long&nbsp;counterVal)</pre>
 <div class="block">Sanity-checking for parity between actual block cache 
content and metrics.
  Intended only for use with TRACE level logging and -ea JVM.</div>
@@ -1442,7 +1442,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>cacheBlock</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.449">cacheBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.450">cacheBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
                        <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">Cacheable</a>&nbsp;buf)</pre>
 <div class="block">Cache the block with the specified name and buffer.
  <p></div>
@@ -1461,7 +1461,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>updateSizeMetrics</h4>
-<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.458">updateSizeMetrics</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&nbsp;cb,
+<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.459">updateSizeMetrics</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&nbsp;cb,
                                boolean&nbsp;evict)</pre>
 <div class="block">Helper function that updates the local size counter and 
also updates any
  per-cf or per-blocktype metrics it can discern from given
@@ -1474,7 +1474,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getBlock</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">Cacheable</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.483">getBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">Cacheable</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.484">getBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
                           boolean&nbsp;caching,
                           boolean&nbsp;repeat,
                           boolean&nbsp;updateCacheMetrics)</pre>
@@ -1500,7 +1500,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>containsBlock</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.517">containsBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.518">containsBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey)</pre>
 <div class="block">Whether the cache contains block with specified 
cacheKey</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1514,7 +1514,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>evictBlock</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.522">evictBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.523">evictBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#evictBlock-org.apache.hadoop.hbase.io.hfile.BlockCacheKey-">BlockCache</a></code></span></div>
 <div class="block">Evict block from cache.</div>
 <dl>
@@ -1533,7 +1533,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>evictBlocksByHfileName</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.538">evictBlocksByHfileName</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;hfileName)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.539">evictBlocksByHfileName</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;hfileName)</pre>
 <div class="block">Evicts all blocks for a specific HFile. This is an
  expensive operation implemented as a linear-time search through all blocks
  in the cache. Ideally this should be a search in a log-access-time map.
@@ -1554,7 +1554,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>evictBlock</h4>
-<pre>protected&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.560">evictBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&nbsp;block,
+<pre>protected&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.561">evictBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&nbsp;block,
                           boolean&nbsp;evictedByEvictionProcess)</pre>
 <div class="block">Evict the block, and it will be cached by the victim 
handler if exists &amp;&amp;
  block may be read again later</div>
@@ -1573,7 +1573,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>runEviction</h4>
-<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.595">runEviction</a>()</pre>
+<pre>private&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.596">runEviction</a>()</pre>
 <div class="block">Multi-threaded call to run the eviction process.</div>
 </li>
 </ul>
@@ -1583,7 +1583,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>isEvictionInProgress</h4>
-<pre>boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.604">isEvictionInProgress</a>()</pre>
+<pre>boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.605">isEvictionInProgress</a>()</pre>
 </li>
 </ul>
 <a name="getOverhead--">
@@ -1592,7 +1592,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getOverhead</h4>
-<pre>long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.609">getOverhead</a>()</pre>
+<pre>long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.610">getOverhead</a>()</pre>
 </li>
 </ul>
 <a name="evict--">
@@ -1601,7 +1601,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>evict</h4>
-<pre>void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.616">evict</a>()</pre>
+<pre>void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.617">evict</a>()</pre>
 <div class="block">Eviction method.</div>
 </li>
 </ul>
@@ -1611,7 +1611,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.735">toString</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.736">toString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>
@@ -1624,7 +1624,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.836">getMaxSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.837">getMaxSize</a>()</pre>
 <div class="block">Get the maximum size of this cache.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1640,7 +1640,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getCurrentSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.841">getCurrentSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.842">getCurrentSize</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#getCurrentSize--">BlockCache</a></code></span></div>
 <div class="block">Returns the occupied size of the block cache, in 
bytes.</div>
 <dl>
@@ -1657,7 +1657,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getCurrentDataSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.846">getCurrentDataSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.847">getCurrentDataSize</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#getCurrentDataSize--">BlockCache</a></code></span></div>
 <div class="block">Returns the occupied size of data blocks, in bytes.</div>
 <dl>
@@ -1674,7 +1674,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getFreeSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.851">getFreeSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.852">getFreeSize</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#getFreeSize--">BlockCache</a></code></span></div>
 <div class="block">Returns the free size of the block cache, in bytes.</div>
 <dl>
@@ -1691,7 +1691,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.856">size</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.857">size</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#size--">BlockCache</a></code></span></div>
 <div class="block">Returns the total size of the block cache, in bytes.</div>
 <dl>
@@ -1708,7 +1708,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getBlockCount</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.861">getBlockCount</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.862">getBlockCount</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#getBlockCount--">BlockCache</a></code></span></div>
 <div class="block">Returns the number of blocks currently cached in the block 
cache.</div>
 <dl>
@@ -1725,7 +1725,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getDataBlockCount</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.866">getDataBlockCount</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.867">getDataBlockCount</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#getDataBlockCount--">BlockCache</a></code></span></div>
 <div class="block">Returns the number of data blocks currently cached in the 
block cache.</div>
 <dl>
@@ -1742,7 +1742,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getEvictionThread</h4>
-<pre><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruBlockCache.EvictionThread.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile">LruBlockCache.EvictionThread</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.870">getEvictionThread</a>()</pre>
+<pre><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruBlockCache.EvictionThread.html"
 title="class in 
org.apache.hadoop.hbase.io.hfile">LruBlockCache.EvictionThread</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.871">getEvictionThread</a>()</pre>
 </li>
 </ul>
 <a name="logStats--">
@@ -1751,7 +1751,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>logStats</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.951">logStats</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.952">logStats</a>()</pre>
 </li>
 </ul>
 <a name="getStats--">
@@ -1760,7 +1760,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getStats</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CacheStats.html" 
title="class in org.apache.hadoop.hbase.io.hfile">CacheStats</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.978">getStats</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CacheStats.html" 
title="class in org.apache.hadoop.hbase.io.hfile">CacheStats</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.979">getStats</a>()</pre>
 <div class="block">Get counter statistics for this cache.
 
  <p>Includes: total accesses, hits, misses, evicted blocks, and runs
@@ -1779,7 +1779,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>heapSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.988">heapSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.989">heapSize</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/hadoop/hbase/io/HeapSize.html#heapSize--">heapSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/HeapSize.html" 
title="interface in org.apache.hadoop.hbase.io">HeapSize</a></code></dd>
@@ -1795,7 +1795,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>calculateOverhead</h4>
-<pre>private static&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.992">calculateOverhead</a>(long&nbsp;maxSize,
+<pre>private static&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.993">calculateOverhead</a>(long&nbsp;maxSize,
                                       long&nbsp;blockSize,
                                       int&nbsp;concurrency)</pre>
 </li>
@@ -1806,7 +1806,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>iterator</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CachedBlock.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">CachedBlock</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1000">iterator</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CachedBlock.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">CachedBlock</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1001">iterator</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--";
 title="class or interface in java.lang">iterator</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CachedBlock.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">CachedBlock</a>&gt;</code></dd>
@@ -1823,7 +1823,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>acceptableSize</h4>
-<pre>long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1088">acceptableSize</a>()</pre>
+<pre>long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1089">acceptableSize</a>()</pre>
 </li>
 </ul>
 <a name="minSize--">
@@ -1832,7 +1832,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>minSize</h4>
-<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1091">minSize</a>()</pre>
+<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1092">minSize</a>()</pre>
 </li>
 </ul>
 <a name="singleSize--">
@@ -1841,7 +1841,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>singleSize</h4>
-<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1094">singleSize</a>()</pre>
+<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1095">singleSize</a>()</pre>
 </li>
 </ul>
 <a name="multiSize--">
@@ -1850,7 +1850,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>multiSize</h4>
-<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1097">multiSize</a>()</pre>
+<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1098">multiSize</a>()</pre>
 </li>
 </ul>
 <a name="memorySize--">
@@ -1859,7 +1859,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>memorySize</h4>
-<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1100">memorySize</a>()</pre>
+<pre>private&nbsp;long&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1101">memorySize</a>()</pre>
 </li>
 </ul>
 <a name="shutdown--">
@@ -1868,7 +1868,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>shutdown</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1104">shutdown</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1105">shutdown</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#shutdown--">BlockCache</a></code></span></div>
 <div class="block">Shutdown the cache.</div>
 <dl>
@@ -1883,7 +1883,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>clearCache</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1130">clearCache</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1131">clearCache</a>()</pre>
 <div class="block">Clears the cache. Used in tests.</div>
 </li>
 </ul>
@@ -1893,7 +1893,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getCachedFileNamesForTest</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true";
 title="class or interface in java.util">SortedSet</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1141">getCachedFileNamesForTest</a>()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true";
 title="class or interface in java.util">SortedSet</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1142">getCachedFileNamesForTest</a>()</pre>
 <div class="block">Used in testing. May be very inefficient.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1907,7 +1907,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getBlockTypeCountsForTest</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockType.html" 
title="enum in org.apache.hadoop.hbase.io.hfile">BlockType</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1150">getBlockTypeCountsForTest</a>()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockType.html" 
title="enum in org.apache.hadoop.hbase.io.hfile">BlockType</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1151">getBlockTypeCountsForTest</a>()</pre>
 </li>
 </ul>
 <a name="getEncodingCountsForTest--">
@@ -1916,7 +1916,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getEncodingCountsForTest</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html"
 title="enum in org.apache.hadoop.hbase.io.encoding">DataBlockEncoding</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1161">getEncodingCountsForTest</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html"
 title="enum in org.apache.hadoop.hbase.io.encoding">DataBlockEncoding</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1162">getEncodingCountsForTest</a>()</pre>
 </li>
 </ul>
 <a name="setVictimCache-org.apache.hadoop.hbase.io.hfile.BlockCache-">
@@ -1925,7 +1925,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>setVictimCache</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1171">setVictimCache</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">BlockCache</a>&nbsp;handler)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1172">setVictimCache</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">BlockCache</a>&nbsp;handler)</pre>
 </li>
 </ul>
 <a name="getMapForTests--">
@@ -1934,7 +1934,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getMapForTests</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>,<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1177">getMapForTests</a>()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>,<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/LruCachedBlock.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">LruCachedBlock</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1178">getMapForTests</a>()</pre>
 </li>
 </ul>
 <a name="getVictimHandler--">
@@ -1943,7 +1943,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getVictimHandler</h4>
-<pre><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">BlockCache</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1181">getVictimHandler</a>()</pre>
+<pre><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">BlockCache</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1182">getVictimHandler</a>()</pre>
 </li>
 </ul>
 <a name="getBlockCaches--">
@@ -1952,7 +1952,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockList">
 <li class="blockList">
 <h4>getBlockCaches</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">BlockCache</a>[]&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1187">getBlockCaches</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">BlockCache</a>[]&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1188">getBlockCaches</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#getBlockCaches--">getBlockCaches</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html" 
title="interface in org.apache.hadoop.hbase.io.hfile">BlockCache</a></code></dd>
@@ -1967,7 +1967,7 @@ implements <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Resizable
 <ul class="blockListLast">
 <li class="blockList">
 <h4>returnBlock</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1194">returnBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/LruBlockCache.html#line.1195">returnBlock</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheKey.html" 
title="class in 
org.apache.hadoop.hbase.io.hfile">BlockCacheKey</a>&nbsp;cacheKey,
                         <a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.html" 
title="interface in 
org.apache.hadoop.hbase.io.hfile">Cacheable</a>&nbsp;block)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCache.html#returnBlock-org.apache.hadoop.hbase.io.hfile.BlockCacheKey-org.apache.hadoop.hbase.io.hfile.Cacheable-">BlockCache</a></code></span></div>
 <div class="block">Called when the scanner using the block decides to return 
the block once its usage

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c0c4a947/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
index b4b185a..f6a54f0 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
@@ -274,11 +274,11 @@
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.State.html"
 title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">HFileBlock.Writer.State</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockPriority.html" 
title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">BlockPriority</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CacheConfig.ExternalBlockCaches.html"
 title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">CacheConfig.ExternalBlockCaches</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockType.html" 
title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">BlockType</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html"
 title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">Cacheable.MemoryType</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/CacheConfig.ExternalBlockCaches.html"
 title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">CacheConfig.ExternalBlockCaches</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockPriority.html" 
title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">BlockPriority</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html"
 title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">BlockType.BlockCategory</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.io.hfile.<a 
href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html"
 title="enum in org.apache.hadoop.hbase.io.hfile"><span 
class="typeNameLink">Cacheable.MemoryType</span></a></li>
 </ul>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c0c4a947/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.html
index 412620b..d813761 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.html
@@ -276,7 +276,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServerInterfac
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.html#LOG">LOG</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected static 
org.codehaus.jackson.map.ObjectMapper</code></td>
+<td class="colFirst"><code>protected static 
com.fasterxml.jackson.databind.ObjectMapper</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.html#MAPPER">MAPPER</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -1074,7 +1074,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServerInterfac
 <ul class="blockList">
 <li class="blockList">
 <h4>MAPPER</h4>
-<pre>protected static final&nbsp;org.codehaus.jackson.map.ObjectMapper <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.194">MAPPER</a></pre>
+<pre>protected static final&nbsp;com.fasterxml.jackson.databind.ObjectMapper 
<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.194">MAPPER</a></pre>
 </li>
 </ul>
 <a name="maxRequestSize">

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c0c4a947/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CoprocessorRpcChannel.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CoprocessorRpcChannel.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CoprocessorRpcChannel.html
index e0178d6..04e9a7d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CoprocessorRpcChannel.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CoprocessorRpcChannel.html
@@ -159,16 +159,12 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">CoprocessorRpcChannel</a></code></td>
-<td class="colLast"><span 
class="typeNameLabel">HTableWrapper.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/hadoop/hbase/client/HTableWrapper.html#coprocessorService-byte:A-">coprocessorService</a></span>(byte[]&nbsp;row)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../../org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">CoprocessorRpcChannel</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Admin.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/hadoop/hbase/client/Admin.html#coprocessorService-org.apache.hadoop.hbase.ServerName-">coprocessorService</a></span>(<a
 href="../../../../../../org/apache/hadoop/hbase/ServerName.html" title="class 
in org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName)</code>
 <div class="block">Creates and returns a <code>RpcChannel</code> instance
  connected to the passed region server.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">CoprocessorRpcChannel</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HBaseAdmin.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/hadoop/hbase/client/HBaseAdmin.html#coprocessorService-org.apache.hadoop.hbase.ServerName-">coprocessorService</a></span>(<a
 href="../../../../../../org/apache/hadoop/hbase/ServerName.html" title="class 
in org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName)</code>&nbsp;</td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c0c4a947/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html
index c426e00..c0a4d66 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html
@@ -341,9 +341,9 @@
 <ul>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
+<li type="circle">org.apache.hadoop.hbase.ipc.<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallEvent.Type.html" 
title="enum in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">CallEvent.Type</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.ipc.<a 
href="../../../../../org/apache/hadoop/hbase/ipc/BufferCallBeforeInitHandler.BufferCallAction.html"
 title="enum in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">BufferCallBeforeInitHandler.BufferCallAction</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.ipc.<a 
href="../../../../../org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceFactoryImpl.SourceStorage.html"
 title="enum in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">MetricsHBaseServerSourceFactoryImpl.SourceStorage</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.ipc.<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallEvent.Type.html" 
title="enum in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">CallEvent.Type</span></a></li>
 </ul>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c0c4a947/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
index a8c7ede..74ad52d 100644
--- a/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
@@ -293,10 +293,10 @@
 <ul>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.hadoop.hbase.mapreduce.<a 
href="../../../../../org/apache/hadoop/hbase/mapreduce/RowCounter.RowCounterMapper.Counters.html"
 title="enum in org.apache.hadoop.hbase.mapreduce"><span 
class="typeNameLink">RowCounter.RowCounterMapper.Counters</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.mapreduce.<a 
href="../../../../../org/apache/hadoop/hbase/mapreduce/CellCounter.CellCounterMapper.Counters.html"
 title="enum in org.apache.hadoop.hbase.mapreduce"><span 
class="typeNameLink">CellCounter.CellCounterMapper.Counters</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.mapreduce.<a 
href="../../../../../org/apache/hadoop/hbase/mapreduce/SyncTable.SyncMapper.Counter.html"
 title="enum in org.apache.hadoop.hbase.mapreduce"><span 
class="typeNameLink">SyncTable.SyncMapper.Counter</span></a></li>
 <li type="circle">org.apache.hadoop.hbase.mapreduce.<a 
href="../../../../../org/apache/hadoop/hbase/mapreduce/TableSplit.Version.html" 
title="enum in org.apache.hadoop.hbase.mapreduce"><span 
class="typeNameLink">TableSplit.Version</span></a></li>
-<li type="circle">org.apache.hadoop.hbase.mapreduce.<a 
href="../../../../../org/apache/hadoop/hbase/mapreduce/CellCounter.CellCounterMapper.Counters.html"
 title="enum in org.apache.hadoop.hbase.mapreduce"><span 
class="typeNameLink">CellCounter.CellCounterMapper.Counters</span></a></li>
+<li type="circle">org.apache.hadoop.hbase.mapreduce.<a 
href="../../../../../org/apache/hadoop/hbase/mapreduce/RowCounter.RowCounterMapper.Counters.html"
 title="enum in org.apache.hadoop.hbase.mapreduce"><span 
class="typeNameLink">RowCounter.RowCounterMapper.Counters</span></a></li>
 </ul>
 </li>
 </ul>

Reply via email to