http://git-wip-us.apache.org/repos/asf/hbase-site/blob/123539c5/devapidocs/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html
index 5163a53..c59f104 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre><a 
href="../../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-public class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.46">AdaptiveLifoCoDelCallQueue</a>
+public class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.47">AdaptiveLifoCoDelCallQueue</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
 implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true";
 title="class or interface in java.util.concurrent">BlockingQueue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</pre>
 <div class="block">Adaptive LIFO blocking queue utilizing CoDel algorithm to 
prevent queue overloading.
@@ -375,7 +375,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>queue</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/LinkedBlockingDeque.html?is-external=true";
 title="class or interface in 
java.util.concurrent">LinkedBlockingDeque</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt; <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.49">queue</a></pre>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/LinkedBlockingDeque.html?is-external=true";
 title="class or interface in 
java.util.concurrent">LinkedBlockingDeque</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt; <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.50">queue</a></pre>
 </li>
 </ul>
 <a name="maxCapacity">
@@ -384,7 +384,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>maxCapacity</h4>
-<pre>private&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.52">maxCapacity</a></pre>
+<pre>private&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.53">maxCapacity</a></pre>
 </li>
 </ul>
 <a name="numGeneralCallsDropped">
@@ -393,7 +393,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>numGeneralCallsDropped</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/ipc/AdaptiveLifoCoDelCallQueue.html#line.55">numGeneralCallsDropped</a></pre>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/ipc/AdaptiveLifoCoDelCallQueue.html#line.56">numGeneralCallsDropped</a></pre>
 </li>
 </ul>
 <a name="numLifoModeSwitches">
@@ -402,7 +402,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>numLifoModeSwitches</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/ipc/AdaptiveLifoCoDelCallQueue.html#line.56">numLifoModeSwitches</a></pre>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/ipc/AdaptiveLifoCoDelCallQueue.html#line.57">numLifoModeSwitches</a></pre>
 </li>
 </ul>
 <a name="lock">
@@ -411,7 +411,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>lock</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">ReentrantLock</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.66">lock</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">ReentrantLock</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.67">lock</a></pre>
 <div class="block">Lock held by take ops, all other locks are inside queue 
impl.
 
  NOTE: We want to have this lock so that in case when there're lot of already 
expired
@@ -426,7 +426,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>codelTargetDelay</h4>
-<pre>private volatile&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.69">codelTargetDelay</a></pre>
+<pre>private volatile&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.70">codelTargetDelay</a></pre>
 </li>
 </ul>
 <a name="codelInterval">
@@ -435,7 +435,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>codelInterval</h4>
-<pre>private volatile&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.70">codelInterval</a></pre>
+<pre>private volatile&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.71">codelInterval</a></pre>
 </li>
 </ul>
 <a name="lifoThreshold">
@@ -444,7 +444,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>lifoThreshold</h4>
-<pre>private volatile&nbsp;double <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.74">lifoThreshold</a></pre>
+<pre>private volatile&nbsp;double <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.75">lifoThreshold</a></pre>
 </li>
 </ul>
 <a name="minDelay">
@@ -453,7 +453,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>minDelay</h4>
-<pre>private volatile&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.77">minDelay</a></pre>
+<pre>private volatile&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.78">minDelay</a></pre>
 </li>
 </ul>
 <a name="intervalTime">
@@ -462,7 +462,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>intervalTime</h4>
-<pre>private volatile&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.80">intervalTime</a></pre>
+<pre>private volatile&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.81">intervalTime</a></pre>
 </li>
 </ul>
 <a name="resetDelay">
@@ -471,7 +471,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>resetDelay</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicBoolean</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.83">resetDelay</a></pre>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicBoolean</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.84">resetDelay</a></pre>
 </li>
 </ul>
 <a name="isOverloaded">
@@ -480,7 +480,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockListLast">
 <li class="blockList">
 <h4>isOverloaded</h4>
-<pre>private volatile&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.86">isOverloaded</a></pre>
+<pre>private volatile&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.87">isOverloaded</a></pre>
 </li>
 </ul>
 </li>
@@ -497,7 +497,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AdaptiveLifoCoDelCallQueue</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.88">AdaptiveLifoCoDelCallQueue</a>(int&nbsp;capacity,
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.89">AdaptiveLifoCoDelCallQueue</a>(int&nbsp;capacity,
                           int&nbsp;targetDelay,
                           int&nbsp;interval,
                           double&nbsp;lifoThreshold,
@@ -519,7 +519,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>updateTunables</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.106">updateTunables</a>(int&nbsp;newCodelTargetDelay,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.107">updateTunables</a>(int&nbsp;newCodelTargetDelay,
                   int&nbsp;newCodelInterval,
                   double&nbsp;newLifoThreshold)</pre>
 <div class="block">Update tunables.</div>
@@ -532,7 +532,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>take</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.121">take</a>()
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.122">take</a>()
                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>
 <div class="block">Behaves as <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/LinkedBlockingQueue.html?is-external=true#take()"
 title="class or interface in 
java.util.concurrent"><code>LinkedBlockingQueue.take()</code></a>, except it 
will silently
  skip all calls which it thinks should be dropped.</div>
@@ -550,7 +550,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>needToDrop</h4>
-<pre>private&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.149">needToDrop</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)</pre>
+<pre>private&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.150">needToDrop</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)</pre>
 <dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>callRunner</code> - to 
validate</dd>
 <dt><span class="strong">Returns:</span></dt><dd>true if this call needs to be 
skipped based on call timestamp
    and internal queue state (deemed overloaded).</dd></dl>
@@ -562,7 +562,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>offer</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.180">offer</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.181">offer</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true#offer(E)"
 title="class or interface in java.util.concurrent">offer</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true";
 title="class or interface in java.util.concurrent">BlockingQueue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -577,7 +577,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.185">size</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.186">size</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#size()"
 title="class or interface in java.util">size</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -590,7 +590,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.190">toString</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.191">toString</a>()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>
@@ -603,7 +603,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>poll</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.198">poll</a>(long&nbsp;timeout,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.199">poll</a>(long&nbsp;timeout,
               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in java.util.concurrent">TimeUnit</a>&nbsp;unit)
                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>
 <dl>
@@ -619,7 +619,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>poll</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.204">poll</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.205">poll</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true#poll()"
 title="class or interface in java.util">poll</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true";
 title="class or interface in java.util">Queue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -632,7 +632,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>peek</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.210">peek</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.211">peek</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true#peek()"
 title="class or interface in java.util">peek</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true";
 title="class or interface in java.util">Queue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -645,7 +645,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>remove</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.216">remove</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.217">remove</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#remove(java.lang.Object)"
 title="class or interface in java.util">remove</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -660,7 +660,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.222">contains</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.223">contains</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#contains(java.lang.Object)"
 title="class or interface in java.util">contains</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -675,7 +675,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>toArray</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.228">toArray</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.229">toArray</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#toArray()"
 title="class or interface in java.util">toArray</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -690,7 +690,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>toArray</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.234">toArray</a>(T[]&nbsp;a)</pre>
+<pre>public&nbsp;&lt;T&gt;&nbsp;T[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.235">toArray</a>(T[]&nbsp;a)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#toArray(T[])"
 title="class or interface in java.util">toArray</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -703,7 +703,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>clear</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.240">clear</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.241">clear</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#clear()"
 title="class or interface in java.util">clear</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -716,7 +716,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>drainTo</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.246">drainTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;? super <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;c)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.247">drainTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;? super <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;c)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true#drainTo(java.util.Collection)"
 title="class or interface in java.util.concurrent">drainTo</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true";
 title="class or interface in java.util.concurrent">BlockingQueue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -729,7 +729,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>drainTo</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.252">drainTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;? super <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;c,
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.253">drainTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;? super <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;c,
           int&nbsp;maxElements)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -743,7 +743,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>iterator</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.258">iterator</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.259">iterator</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/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/7/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/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -758,7 +758,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.264">add</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.265">add</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#add(E)"
 title="class or interface in java.util">add</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -775,7 +775,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>remove</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.270">remove</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.271">remove</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true#remove()"
 title="class or interface in java.util">remove</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true";
 title="class or interface in java.util">Queue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -788,7 +788,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>element</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.276">element</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.277">element</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true#element()"
 title="class or interface in java.util">element</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Queue.html?is-external=true";
 title="class or interface in java.util">Queue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -801,7 +801,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>addAll</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.282">addAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;? extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;c)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.283">addAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;? extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;&nbsp;c)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#addAll(java.util.Collection)"
 title="class or interface in java.util">addAll</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -814,7 +814,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>isEmpty</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.288">isEmpty</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.289">isEmpty</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#isEmpty()"
 title="class or interface in java.util">isEmpty</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -827,7 +827,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>containsAll</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.294">containsAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;c)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.295">containsAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;c)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#containsAll(java.util.Collection)"
 title="class or interface in java.util">containsAll</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -840,7 +840,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>removeAll</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.300">removeAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;c)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.301">removeAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;c)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#removeAll(java.util.Collection)"
 title="class or interface in java.util">removeAll</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -853,7 +853,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>retainAll</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.306">retainAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;c)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.307">retainAll</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;c)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true#retainAll(java.util.Collection)"
 title="class or interface in java.util">retainAll</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -866,7 +866,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>remainingCapacity</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.312">remainingCapacity</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.313">remainingCapacity</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true#remainingCapacity()"
 title="class or interface in 
java.util.concurrent">remainingCapacity</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true";
 title="class or interface in java.util.concurrent">BlockingQueue</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&gt;</code></dd>
@@ -879,7 +879,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.318">put</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.319">put</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner)
          throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -894,7 +894,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurren
 <ul class="blockListLast">
 <li class="blockList">
 <h4>offer</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.324">offer</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner,
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.html#line.325">offer</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/CallRunner.html" title="class 
in org.apache.hadoop.hbase.ipc">CallRunner</a>&nbsp;callRunner,
             long&nbsp;timeout,
             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in java.util.concurrent">TimeUnit</a>&nbsp;unit)
               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/123539c5/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html
 
b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html
index b5c3aaa..eb8d056 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html
@@ -99,7 +99,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.2016">RpcServer.BlockingServiceAndInterface</a>
+<pre>public static class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.2025">RpcServer.BlockingServiceAndInterface</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Datastructure for passing a <code>BlockingService</code> 
and its associated class of
  protobuf service interface.  For example, a server that fielded what is 
defined
@@ -200,7 +200,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>service</h4>
-<pre>private final&nbsp;com.google.protobuf.BlockingService <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2017">service</a></pre>
+<pre>private final&nbsp;com.google.protobuf.BlockingService <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2026">service</a></pre>
 </li>
 </ul>
 <a name="serviceInterface">
@@ -209,7 +209,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serviceInterface</h4>
-<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt; <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2018">serviceInterface</a></pre>
+<pre>private final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt; <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2027">serviceInterface</a></pre>
 </li>
 </ul>
 </li>
@@ -226,7 +226,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RpcServer.BlockingServiceAndInterface</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2019">RpcServer.BlockingServiceAndInterface</a>(com.google.protobuf.BlockingService&nbsp;service,
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2028">RpcServer.BlockingServiceAndInterface</a>(com.google.protobuf.BlockingService&nbsp;service,
                                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in 
java.lang">Class</a>&lt;?&gt;&nbsp;serviceInterface)</pre>
 </li>
 </ul>
@@ -244,7 +244,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getServiceInterface</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2024">getServiceInterface</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2033">getServiceInterface</a>()</pre>
 </li>
 </ul>
 <a name="getBlockingService()">
@@ -253,7 +253,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getBlockingService</h4>
-<pre>public&nbsp;com.google.protobuf.BlockingService&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2027">getBlockingService</a>()</pre>
+<pre>public&nbsp;com.google.protobuf.BlockingService&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.2036">getBlockingService</a>()</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/123539c5/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html
index acfaaaf..8f847de 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html
@@ -103,7 +103,7 @@
 </dl>
 <hr>
 <br>
-<pre> class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.289">RpcServer.Call</a>
+<pre> class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.292">RpcServer.Call</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
 implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></pre>
 <div class="block">Datastructure that holds all necessary to a method 
invocation and then afterward, carries
@@ -394,7 +394,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>protected&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.290">id</a></pre>
+<pre>protected&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.293">id</a></pre>
 </li>
 </ul>
 <a name="service">
@@ -403,7 +403,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>service</h4>
-<pre>protected&nbsp;com.google.protobuf.BlockingService <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.291">service</a></pre>
+<pre>protected&nbsp;com.google.protobuf.BlockingService <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.294">service</a></pre>
 </li>
 </ul>
 <a name="md">
@@ -412,7 +412,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>md</h4>
-<pre>protected&nbsp;com.google.protobuf.Descriptors.MethodDescriptor <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.292">md</a></pre>
+<pre>protected&nbsp;com.google.protobuf.Descriptors.MethodDescriptor <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.295">md</a></pre>
 </li>
 </ul>
 <a name="header">
@@ -421,7 +421,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>header</h4>
-<pre>protected&nbsp;org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader
 <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.293">header</a></pre>
+<pre>protected&nbsp;org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader
 <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.296">header</a></pre>
 </li>
 </ul>
 <a name="param">
@@ -430,7 +430,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>param</h4>
-<pre>protected&nbsp;com.google.protobuf.Message <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.294">param</a></pre>
+<pre>protected&nbsp;com.google.protobuf.Message <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.297">param</a></pre>
 </li>
 </ul>
 <a name="cellScanner">
@@ -439,7 +439,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>cellScanner</h4>
-<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface 
in org.apache.hadoop.hbase">CellScanner</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.296">cellScanner</a></pre>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface 
in org.apache.hadoop.hbase">CellScanner</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.299">cellScanner</a></pre>
 </li>
 </ul>
 <a name="connection">
@@ -448,7 +448,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>connection</h4>
-<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" 
title="class in org.apache.hadoop.hbase.ipc">RpcServer.Connection</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.297">connection</a></pre>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" 
title="class in org.apache.hadoop.hbase.ipc">RpcServer.Connection</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.300">connection</a></pre>
 </li>
 </ul>
 <a name="timestamp">
@@ -457,7 +457,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>timestamp</h4>
-<pre>protected&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.298">timestamp</a></pre>
+<pre>protected&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.301">timestamp</a></pre>
 </li>
 </ul>
 <a name="response">
@@ -466,7 +466,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>response</h4>
-<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class 
in org.apache.hadoop.hbase.ipc">BufferChain</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.303">response</a></pre>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class 
in org.apache.hadoop.hbase.ipc">BufferChain</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.306">response</a></pre>
 <div class="block">Chain of buffers to send as response.</div>
 </li>
 </ul>
@@ -476,7 +476,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>responder</h4>
-<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Responder.html" 
title="class in org.apache.hadoop.hbase.ipc">RpcServer.Responder</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.304">responder</a></pre>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Responder.html" 
title="class in org.apache.hadoop.hbase.ipc">RpcServer.Responder</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.307">responder</a></pre>
 </li>
 </ul>
 <a name="size">
@@ -485,7 +485,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>protected&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.306">size</a></pre>
+<pre>protected&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.309">size</a></pre>
 </li>
 </ul>
 <a name="isError">
@@ -494,7 +494,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>isError</h4>
-<pre>protected&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.307">isError</a></pre>
+<pre>protected&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.310">isError</a></pre>
 </li>
 </ul>
 <a name="tinfo">
@@ -503,7 +503,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>tinfo</h4>
-<pre>protected&nbsp;org.apache.htrace.TraceInfo <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.308">tinfo</a></pre>
+<pre>protected&nbsp;org.apache.htrace.TraceInfo <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.311">tinfo</a></pre>
 </li>
 </ul>
 <a name="cellBlock">
@@ -512,7 +512,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>cellBlock</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.309">cellBlock</a></pre>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.312">cellBlock</a></pre>
 </li>
 </ul>
 <a name="user">
@@ -521,7 +521,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>user</h4>
-<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class 
in org.apache.hadoop.hbase.security">User</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.311">user</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class 
in org.apache.hadoop.hbase.security">User</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.314">user</a></pre>
 </li>
 </ul>
 <a name="remoteAddress">
@@ -530,7 +530,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>remoteAddress</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true";
 title="class or interface in java.net">InetAddress</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.312">remoteAddress</a></pre>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true";
 title="class or interface in java.net">InetAddress</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.315">remoteAddress</a></pre>
 </li>
 </ul>
 <a name="callback">
@@ -539,7 +539,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>callback</h4>
-<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.313">callback</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.316">callback</a></pre>
 </li>
 </ul>
 <a name="responseCellSize">
@@ -548,7 +548,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>responseCellSize</h4>
-<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.315">responseCellSize</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.318">responseCellSize</a></pre>
 </li>
 </ul>
 <a name="responseBlockSize">
@@ -557,7 +557,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>responseBlockSize</h4>
-<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.316">responseBlockSize</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.319">responseBlockSize</a></pre>
 </li>
 </ul>
 <a name="retryImmediatelySupported">
@@ -566,7 +566,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>retryImmediatelySupported</h4>
-<pre>private&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.317">retryImmediatelySupported</a></pre>
+<pre>private&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.320">retryImmediatelySupported</a></pre>
 </li>
 </ul>
 </li>
@@ -583,7 +583,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RpcServer.Call</h4>
-<pre><a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.321">RpcServer.Call</a>(int&nbsp;id,
+<pre><a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.324">RpcServer.Call</a>(int&nbsp;id,
               com.google.protobuf.BlockingService&nbsp;service,
               com.google.protobuf.Descriptors.MethodDescriptor&nbsp;md,
               
org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader&nbsp;header,
@@ -610,7 +610,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>done</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.349">done</a>()</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.352">done</a>()</pre>
 <div class="block">Call is done. Execution happened and we returned results to 
client. It is now safe to
  cleanup.</div>
 </li>
@@ -621,7 +621,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.359">toString</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.362">toString</a>()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>
@@ -634,7 +634,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</h4>
-<pre>protected&nbsp;org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.365">getHeader</a>()</pre>
+<pre>protected&nbsp;org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.368">getHeader</a>()</pre>
 </li>
 </ul>
 <a name="toShortString()">
@@ -643,7 +643,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>toShortString</h4>
-<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.373">toShortString</a>()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.376">toShortString</a>()</pre>
 </li>
 </ul>
 <a name="toTraceString()">
@@ -652,7 +652,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>toTraceString</h4>
-<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.382">toTraceString</a>()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.385">toTraceString</a>()</pre>
 </li>
 </ul>
 <a name="setSaslTokenResponse(java.nio.ByteBuffer)">
@@ -661,7 +661,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>setSaslTokenResponse</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.389">setSaslTokenResponse</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;response)</pre>
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.392">setSaslTokenResponse</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;response)</pre>
 </li>
 </ul>
 <a name="setResponse(java.lang.Object, org.apache.hadoop.hbase.CellScanner, 
java.lang.Throwable, java.lang.String)">
@@ -670,7 +670,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>setResponse</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.393">setResponse</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;m,
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.396">setResponse</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;m,
                <a 
href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface 
in org.apache.hadoop.hbase">CellScanner</a>&nbsp;cells,
                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;t,
                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;errorMsg)</pre>
@@ -682,7 +682,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>createHeaderAndMessageBytes</h4>
-<pre>private&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.456">createHeaderAndMessageBytes</a>(com.google.protobuf.Message&nbsp;result,
+<pre>private&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.459">createHeaderAndMessageBytes</a>(com.google.protobuf.Message&nbsp;result,
                                  com.google.protobuf.Message&nbsp;header)
                                     throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
@@ -695,7 +695,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>wrapWithSasl</h4>
-<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class 
in org.apache.hadoop.hbase.ipc">BufferChain</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.494">wrapWithSasl</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" 
title="class in org.apache.hadoop.hbase.ipc">BufferChain</a>&nbsp;bc)
+<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class 
in org.apache.hadoop.hbase.ipc">BufferChain</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.497">wrapWithSasl</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" 
title="class in org.apache.hadoop.hbase.ipc">BufferChain</a>&nbsp;bc)
                           throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
@@ -707,7 +707,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>isClientCellBlockSupported</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.517">isClientCellBlockSupported</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.520">isClientCellBlockSupported</a>()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#isClientCellBlockSupported()">RpcCallContext</a></code></strong></div>
 <div class="block">If the client connected and specified a codec to use, then 
we will use this codec making
  cellblocks to return.  If the client did not specify a codec, we assume it 
does not support
@@ -726,7 +726,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>disconnectSince</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.522">disconnectSince</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.525">disconnectSince</a>()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#disconnectSince()">RpcCallContext</a></code></strong></div>
 <div class="block">Check if the caller who made this IPC call has disconnected.
  If called from outside the context of IPC, this does nothing.</div>
@@ -743,7 +743,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.530">getSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.533">getSize</a>()</pre>
 </li>
 </ul>
 <a name="getResponseCellSize()">
@@ -752,7 +752,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseCellSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.535">getResponseCellSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.538">getResponseCellSize</a>()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getResponseCellSize()">RpcCallContext</a></code></strong></div>
 <div class="block">The size of response cells that have been accumulated so 
far.
  This along with the corresponding increment call is used to ensure that 
multi's or
@@ -769,7 +769,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>incrementResponseCellSize</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.540">incrementResponseCellSize</a>(long&nbsp;cellSize)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.543">incrementResponseCellSize</a>(long&nbsp;cellSize)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#incrementResponseCellSize(long)">RpcCallContext</a></code></strong></div>
 <div class="block">Add on the given amount to the retained cell size.
 
@@ -788,7 +788,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseBlockSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.545">getResponseBlockSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.548">getResponseBlockSize</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getResponseBlockSize()">getResponseBlockSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd>
@@ -801,7 +801,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>incrementResponseBlockSize</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.550">incrementResponseBlockSize</a>(long&nbsp;blockSize)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.553">incrementResponseBlockSize</a>(long&nbsp;blockSize)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#incrementResponseBlockSize(long)">incrementResponseBlockSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd>
@@ -814,7 +814,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>sendResponseIfReady</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.554">sendResponseIfReady</a>()
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.557">sendResponseIfReady</a>()
                          throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
@@ -826,7 +826,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoteUser</h4>
-<pre>public&nbsp;org.apache.hadoop.security.UserGroupInformation&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.558">getRemoteUser</a>()</pre>
+<pre>public&nbsp;org.apache.hadoop.security.UserGroupInformation&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.561">getRemoteUser</a>()</pre>
 </li>
 </ul>
 <a name="getRequestUser()">
@@ -835,7 +835,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequestUser</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class 
in org.apache.hadoop.hbase.security">User</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.563">getRequestUser</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class 
in org.apache.hadoop.hbase.security">User</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.566">getRequestUser</a>()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUser()">RpcCallContext</a></code></strong></div>
 <div class="block">Returns the user credentials associated with the current 
RPC request or
  <code>null</code> if no credentials were provided.</div>
@@ -851,7 +851,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequestUserName</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.568">getRequestUserName</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.571">getRequestUserName</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUserName()">getRequestUserName</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd>
@@ -864,7 +864,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoteAddress</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true";
 title="class or interface in java.net">InetAddress</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.574">getRemoteAddress</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true";
 title="class or interface in java.net">InetAddress</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.577">getRemoteAddress</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRemoteAddress()">getRemoteAddress</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd>
@@ -877,7 +877,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>getClientVersionInfo</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.VersionInfo&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.579">getClientVersionInfo</a>()</pre>
+<pre>public&nbsp;org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.VersionInfo&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.582">getClientVersionInfo</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getClientVersionInfo()">getClientVersionInfo</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd>
@@ -890,7 +890,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>setCallBack</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.584">setCallBack</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">RpcCallback</a>&nbsp;callback)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.587">setCallBack</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">RpcCallback</a>&nbsp;callback)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#setCallBack(org.apache.hadoop.hbase.ipc.RpcCallback)">RpcCallContext</a></code></strong></div>
 <div class="block">Sets a callback which has to be executed at the end of this 
RPC call. Such a callback is an
  optional one for any Rpc call.</div>
@@ -906,7 +906,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>isRetryImmediatelySupported</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.589">isRetryImmediatelySupported</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.592">isRetryImmediatelySupported</a>()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#isRetryImmediatelySupported()">isRetryImmediatelySupported</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd>

Reply via email to