http://git-wip-us.apache.org/repos/asf/hbase-site/blob/abb69192/devapidocs/org/apache/hadoop/hbase/ipc/RpcCall.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcCall.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/RpcCall.html
index 8a7861a..0189da2 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcCall.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcCall.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>@InterfaceAudience.LimitedPrivate(value={"Coprocesssor","Phoenix"})
  @InterfaceStability.Evolving
-public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.40">RpcCall</a>
+public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.39">RpcCall</a>
 extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></pre>
 <div class="block">Interface of all necessary to carry out a RPC method 
invocation on the server.</div>
 </li>
@@ -191,16 +191,12 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getTimeout--">getTimeout</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i13" class="rowColor">
-<td class="colFirst"><code>org.apache.htrace.TraceInfo</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getTraceInfo--">getTraceInfo</a></span>()</code>&nbsp;</td>
-</tr>
-<tr id="i14" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#sendResponseIfReady--">sendResponseIfReady</a></span>()</code>
 <div class="block">Send the response of this RPC call.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#setResponse-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-java.lang.Throwable-java.lang.String-">setResponse</a></span>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;param,
            <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" 
title="interface in org.apache.hadoop.hbase">CellScanner</a>&nbsp;cells,
@@ -209,13 +205,13 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <div class="block">Set the response resulting from this RPC call.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#setStartTime-long-">setStartTime</a></span>(long&nbsp;startTime)</code>
 <div class="block">Set the time when the call starts to be executed.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#toShortString--">toShortString</a></span>()</code>&nbsp;</td>
 </tr>
@@ -247,7 +243,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getService</h4>
-<pre>org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.45">getService</a>()</pre>
+<pre>org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.44">getService</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The service of this call.</dd>
@@ -260,7 +256,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getMethod</h4>
-<pre>org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.50">getMethod</a>()</pre>
+<pre>org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.49">getMethod</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The service method.</dd>
@@ -273,7 +269,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getParam</h4>
-<pre>org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.55">getParam</a>()</pre>
+<pre>org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.54">getParam</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The call parameter message.</dd>
@@ -286,7 +282,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getCellScanner</h4>
-<pre><a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" 
title="interface in org.apache.hadoop.hbase">CellScanner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.60">getCellScanner</a>()</pre>
+<pre><a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" 
title="interface in org.apache.hadoop.hbase">CellScanner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.59">getCellScanner</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The CellScanner that can carry input and result payload.</dd>
@@ -299,7 +295,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getReceiveTime</h4>
-<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.65">getReceiveTime</a>()</pre>
+<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.64">getReceiveTime</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The timestamp when the call is constructed.</dd>
@@ -312,7 +308,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getStartTime</h4>
-<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.70">getStartTime</a>()</pre>
+<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.69">getStartTime</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The time when the call starts to be executed.</dd>
@@ -325,7 +321,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setStartTime</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.75">setStartTime</a>(long&nbsp;startTime)</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.74">setStartTime</a>(long&nbsp;startTime)</pre>
 <div class="block">Set the time when the call starts to be executed.</div>
 </li>
 </ul>
@@ -335,7 +331,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimeout</h4>
-<pre>int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.80">getTimeout</a>()</pre>
+<pre>int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.79">getTimeout</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The timeout of this call.</dd>
@@ -348,7 +344,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getPriority</h4>
-<pre>int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.85">getPriority</a>()</pre>
+<pre>int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.84">getPriority</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The Priority of this call.</dd>
@@ -361,7 +357,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getDeadline</h4>
-<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.92">getDeadline</a>()</pre>
+<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.91">getDeadline</a>()</pre>
 <div class="block">Return the deadline of this call. If we can not complete 
this call in time,
  we can throw a TimeoutIOException and RPCServer will drop it.</div>
 <dl>
@@ -376,7 +372,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getSize</h4>
-<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.99">getSize</a>()</pre>
+<pre>long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.98">getSize</a>()</pre>
 <div class="block">Used to calculate the request call queue size.
  If the total request call size exceeds a limit, the call will be 
rejected.</div>
 <dl>
@@ -391,7 +387,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</h4>
-<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.104">getHeader</a>()</pre>
+<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.103">getHeader</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The request header of this call.</dd>
@@ -404,7 +400,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemotePort</h4>
-<pre>int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.109">getRemotePort</a>()</pre>
+<pre>int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.108">getRemotePort</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Port of remote address in this call</dd>
@@ -417,7 +413,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setResponse</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.118">setResponse</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;param,
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.117">setResponse</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;param,
                  <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/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;errorThrowable,
                  <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;error)</pre>
@@ -437,7 +433,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>sendResponseIfReady</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.125">sendResponseIfReady</a>()
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.124">sendResponseIfReady</a>()
                   throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send the response of this RPC call.
  Implementation provides the underlying facility (connection, etc) to 
send.</div>
@@ -453,36 +449,23 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>cleanup</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.130">cleanup</a>()</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.129">cleanup</a>()</pre>
 <div class="block">Do the necessary cleanup after the call if needed.</div>
 </li>
 </ul>
 <a name="toShortString--">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>toShortString</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.135">toShortString</a>()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.134">toShortString</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>A short string format of this call without possibly lengthy params</dd>
 </dl>
 </li>
 </ul>
-<a name="getTraceInfo--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>getTraceInfo</h4>
-<pre>org.apache.htrace.TraceInfo&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCall.html#line.140">getTraceInfo</a>()</pre>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>TraceInfo attached to this call.</dd>
-</dl>
-</li>
-</ul>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/abb69192/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html
index 6b81a1c..fac2227 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":9,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":9};
+var methods = 
{"i0":10,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":9,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-abstract class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.55">ServerCall</a>&lt;T
 extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" 
title="class in org.apache.hadoop.hbase.ipc">ServerRpcConnection</a>&gt;
+abstract class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.54">ServerCall</a>&lt;T
 extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" 
title="class in org.apache.hadoop.hbase.ipc">ServerRpcConnection</a>&gt;
 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/ipc/RpcCall.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a>, <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcResponse.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcResponse</a></pre>
 <div class="block">Datastructure that holds all necessary to a method 
invocation and then afterward, carries
@@ -240,10 +240,6 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#timeout">timeout</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.apache.htrace.TraceInfo</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#tinfo">tinfo</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class 
in org.apache.hadoop.hbase.security">User</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#user">user</a></span></code>&nbsp;</td>
 </tr>
@@ -262,7 +258,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#ServerCall-int-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService-org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-T-long-org.apache.htrace.TraceInfo-java.net.InetAddress-long-int-org.apache.hadoop.hbase.io.ByteBufferPool-org.apache.hadoop.hbase.ipc.CellBlockBuilder-org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup-">ServerCall</a></span>(int&nbsp;id,
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#ServerCall-int-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService-org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-T-long-java.net.InetAddress-long-int-org.apache.hadoop.hbase.io.ByteBufferPool-org.apache.hadoop.hbase.ipc.CellBlockBuilder-org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup-">ServerCall</a></span>(int&nbsp;id,
           
org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService&nbsp;service,
           
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor&nbsp;md,
           
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader&nbsp;header,
@@ -270,7 +266,6 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
           <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" 
title="interface in org.apache.hadoop.hbase">CellScanner</a>&nbsp;cellScanner,
           <a href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" 
title="type parameter in ServerCall">T</a>&nbsp;connection,
           long&nbsp;size,
-          org.apache.htrace.TraceInfo&nbsp;tinfo,
           <a 
href="http://docs.oracle.com/javase/8/docs/api/java/net/InetAddress.html?is-external=true";
 title="class or interface in java.net">InetAddress</a>&nbsp;remoteAddress,
           long&nbsp;receiveTime,
           int&nbsp;timeout,
@@ -411,47 +406,43 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getTimeout--">getTimeout</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i24" class="altColor">
-<td class="colFirst"><code>org.apache.htrace.TraceInfo</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getTraceInfo--">getTraceInfo</a></span>()</code>&nbsp;</td>
-</tr>
-<tr id="i25" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#incrementResponseBlockSize-long-">incrementResponseBlockSize</a></span>(long&nbsp;blockSize)</code>&nbsp;</td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#incrementResponseCellSize-long-">incrementResponseCellSize</a></span>(long&nbsp;cellSize)</code>
 <div class="block">Add on the given amount to the retained cell size.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#incrementResponseExceptionSize-long-">incrementResponseExceptionSize</a></span>(long&nbsp;exSize)</code>&nbsp;</td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#isClientCellBlockSupported--">isClientCellBlockSupported</a></span>()</code>
 <div class="block">If the client connected and specified a codec to use, then 
we will use this codec making
  cellblocks to return.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#isRetryImmediatelySupported--">isRetryImmediatelySupported</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#setCallBack-org.apache.hadoop.hbase.ipc.RpcCallback-">setCallBack</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">RpcCallback</a>&nbsp;callback)</code>
 <div class="block">Sets a callback which has to be executed at the end of this 
RPC call.</div>
 </td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>(package private) static void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#setExceptionResponse-java.lang.Throwable-java.lang.String-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ResponseHeader.Builder-">setExceptionResponse</a></span>(<a
 
href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;errorMsg,
                     
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ResponseHeader.Builder&nbsp;headerBuilder)</code>&nbsp;</td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#setResponse-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-java.lang.Throwable-java.lang.String-">setResponse</a></span>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;m,
            <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" 
title="interface in org.apache.hadoop.hbase">CellScanner</a>&nbsp;cells,
@@ -460,25 +451,25 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <div class="block">Set the response resulting from this RPC call.</div>
 </td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#setStartTime-long-">setStartTime</a></span>(long&nbsp;t)</code>
 <div class="block">Set the time when the call starts to be executed.</div>
 </td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#toShortString--">toShortString</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class 
in org.apache.hadoop.hbase.ipc">BufferChain</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#wrapWithSasl-org.apache.hadoop.hbase.ipc.BufferChain-">wrapWithSasl</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" 
title="class in 
org.apache.hadoop.hbase.ipc">BufferChain</a>&nbsp;bc)</code>&nbsp;</td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code>private static void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#writeToCOS-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-int-java.nio.ByteBuffer-">writeToCOS</a></span>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;result,
           
org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;header,
@@ -527,7 +518,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>protected final&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.57">id</a></pre>
+<pre>protected final&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.56">id</a></pre>
 </li>
 </ul>
 <a name="service">
@@ -536,7 +527,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>service</h4>
-<pre>protected 
final&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService 
<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.58">service</a></pre>
+<pre>protected 
final&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService 
<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.57">service</a></pre>
 </li>
 </ul>
 <a name="md">
@@ -545,7 +536,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>md</h4>
-<pre>protected 
final&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor
 <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.59">md</a></pre>
+<pre>protected 
final&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor
 <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.58">md</a></pre>
 </li>
 </ul>
 <a name="header">
@@ -554,7 +545,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>header</h4>
-<pre>protected 
final&nbsp;org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader
 <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.60">header</a></pre>
+<pre>protected 
final&nbsp;org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader
 <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.59">header</a></pre>
 </li>
 </ul>
 <a name="param">
@@ -563,7 +554,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>param</h4>
-<pre>protected&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Message 
<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.61">param</a></pre>
+<pre>protected&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Message 
<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.60">param</a></pre>
 </li>
 </ul>
 <a name="cellScanner">
@@ -572,7 +563,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>cellScanner</h4>
-<pre>protected final&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/ServerCall.html#line.63">cellScanner</a></pre>
+<pre>protected final&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/ServerCall.html#line.62">cellScanner</a></pre>
 </li>
 </ul>
 <a name="connection">
@@ -581,7 +572,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>connection</h4>
-<pre>protected final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="type 
parameter in ServerCall">T</a> extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" 
title="class in org.apache.hadoop.hbase.ipc">ServerRpcConnection</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.64">connection</a></pre>
+<pre>protected final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="type 
parameter in ServerCall">T</a> extends <a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" 
title="class in org.apache.hadoop.hbase.ipc">ServerRpcConnection</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.63">connection</a></pre>
 </li>
 </ul>
 <a name="receiveTime">
@@ -590,7 +581,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>receiveTime</h4>
-<pre>protected final&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.65">receiveTime</a></pre>
+<pre>protected final&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.64">receiveTime</a></pre>
 </li>
 </ul>
 <a name="timeout">
@@ -599,7 +590,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>timeout</h4>
-<pre>protected final&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.67">timeout</a></pre>
+<pre>protected final&nbsp;int <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.66">timeout</a></pre>
 </li>
 </ul>
 <a name="startTime">
@@ -608,7 +599,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>startTime</h4>
-<pre>protected&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.68">startTime</a></pre>
+<pre>protected&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.67">startTime</a></pre>
 </li>
 </ul>
 <a name="deadline">
@@ -617,7 +608,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>deadline</h4>
-<pre>protected final&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.69">deadline</a></pre>
+<pre>protected final&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.68">deadline</a></pre>
 </li>
 </ul>
 <a name="reservoir">
@@ -626,7 +617,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>reservoir</h4>
-<pre>protected final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferPool.html" 
title="class in org.apache.hadoop.hbase.io">ByteBufferPool</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.71">reservoir</a></pre>
+<pre>protected final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferPool.html" 
title="class in org.apache.hadoop.hbase.io">ByteBufferPool</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.70">reservoir</a></pre>
 </li>
 </ul>
 <a name="cellBlockBuilder">
@@ -635,7 +626,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>cellBlockBuilder</h4>
-<pre>protected final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CellBlockBuilder.html" 
title="class in org.apache.hadoop.hbase.ipc">CellBlockBuilder</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.73">cellBlockBuilder</a></pre>
+<pre>protected final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/CellBlockBuilder.html" 
title="class in org.apache.hadoop.hbase.ipc">CellBlockBuilder</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.72">cellBlockBuilder</a></pre>
 </li>
 </ul>
 <a name="response">
@@ -644,7 +635,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <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/ServerCall.html#line.78">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/ServerCall.html#line.77">response</a></pre>
 <div class="block">Chain of buffers to send as response.</div>
 </li>
 </ul>
@@ -654,7 +645,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>protected final&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.80">size</a></pre>
+<pre>protected final&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.79">size</a></pre>
 </li>
 </ul>
 <a name="isError">
@@ -663,16 +654,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>isError</h4>
-<pre>protected&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.81">isError</a></pre>
-</li>
-</ul>
-<a name="tinfo">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>tinfo</h4>
-<pre>protected final&nbsp;org.apache.htrace.TraceInfo <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.82">tinfo</a></pre>
+<pre>protected&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.80">isError</a></pre>
 </li>
 </ul>
 <a name="cellBlockStream">
@@ -681,7 +663,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>cellBlockStream</h4>
-<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferListOutputStream.html"
 title="class in org.apache.hadoop.hbase.io">ByteBufferListOutputStream</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.83">cellBlockStream</a></pre>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferListOutputStream.html"
 title="class in org.apache.hadoop.hbase.io">ByteBufferListOutputStream</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.81">cellBlockStream</a></pre>
 </li>
 </ul>
 <a name="reqCleanup">
@@ -690,7 +672,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>reqCleanup</h4>
-<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcServer.CallCleanup</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.84">reqCleanup</a></pre>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcServer.CallCleanup</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.82">reqCleanup</a></pre>
 </li>
 </ul>
 <a name="user">
@@ -699,7 +681,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>user</h4>
-<pre>protected final&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/ServerCall.html#line.86">user</a></pre>
+<pre>protected final&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/ServerCall.html#line.84">user</a></pre>
 </li>
 </ul>
 <a name="remoteAddress">
@@ -708,7 +690,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>remoteAddress</h4>
-<pre>protected final&nbsp;<a 
href="http://docs.oracle.com/javase/8/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/ServerCall.html#line.87">remoteAddress</a></pre>
+<pre>protected final&nbsp;<a 
href="http://docs.oracle.com/javase/8/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/ServerCall.html#line.85">remoteAddress</a></pre>
 </li>
 </ul>
 <a name="rpcCallback">
@@ -717,7 +699,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>rpcCallback</h4>
-<pre>protected&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/ServerCall.html#line.88">rpcCallback</a></pre>
+<pre>protected&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/ServerCall.html#line.86">rpcCallback</a></pre>
 </li>
 </ul>
 <a name="responseCellSize">
@@ -726,7 +708,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>responseCellSize</h4>
-<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.90">responseCellSize</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.88">responseCellSize</a></pre>
 </li>
 </ul>
 <a name="responseBlockSize">
@@ -735,7 +717,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>responseBlockSize</h4>
-<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.91">responseBlockSize</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.89">responseBlockSize</a></pre>
 </li>
 </ul>
 <a name="exceptionSize">
@@ -744,7 +726,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>exceptionSize</h4>
-<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.93">exceptionSize</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.91">exceptionSize</a></pre>
 </li>
 </ul>
 <a name="retryImmediatelySupported">
@@ -753,7 +735,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>retryImmediatelySupported</h4>
-<pre>private final&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.94">retryImmediatelySupported</a></pre>
+<pre>private final&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.92">retryImmediatelySupported</a></pre>
 </li>
 </ul>
 </li>
@@ -764,15 +746,15 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a 
name="ServerCall-int-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService-org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-org.apache.hadoop.hbase.ipc.ServerRpcConnection-long-org.apache.htrace.TraceInfo-java.net.InetAddress-long-int-org.apache.hadoop.hbase.io.ByteBufferPool-org.apache.hadoop.hbase.ipc.CellBlockBuilder-org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup-">
+<a 
name="ServerCall-int-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService-org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-org.apache.hadoop.hbase.ipc.ServerRpcConnection-long-java.net.InetAddress-long-int-org.apache.hadoop.hbase.io.ByteBufferPool-org.apache.hadoop.hbase.ipc.CellBlockBuilder-org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup-">
 <!--   -->
-</a><a 
name="ServerCall-int-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService-org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-T-long-org.apache.htrace.TraceInfo-java.net.InetAddress-long-int-org.apache.hadoop.hbase.io.ByteBufferPool-org.apache.hadoop.hbase.ipc.CellBlockBuilder-org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup-">
+</a><a 
name="ServerCall-int-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService-org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-T-long-java.net.InetAddress-long-int-org.apache.hadoop.hbase.io.ByteBufferPool-org.apache.hadoop.hbase.ipc.CellBlockBuilder-org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ServerCall</h4>
-<pre><a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.98">ServerCall</a>(int&nbsp;id,
+<pre><a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.96">ServerCall</a>(int&nbsp;id,
            
org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService&nbsp;service,
            
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor&nbsp;md,
            
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader&nbsp;header,
@@ -780,7 +762,6 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
            <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" 
title="interface in org.apache.hadoop.hbase">CellScanner</a>&nbsp;cellScanner,
            <a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="type 
parameter in ServerCall">T</a>&nbsp;connection,
            long&nbsp;size,
-           org.apache.htrace.TraceInfo&nbsp;tinfo,
            <a 
href="http://docs.oracle.com/javase/8/docs/api/java/net/InetAddress.html?is-external=true";
 title="class or interface in java.net">InetAddress</a>&nbsp;remoteAddress,
            long&nbsp;receiveTime,
            int&nbsp;timeout,
@@ -803,7 +784,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>done</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.136">done</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.133">done</a>()</pre>
 <div class="block">Call is done. Execution happened and we returned results to 
client. It is
  now safe to cleanup.</div>
 <dl>
@@ -818,7 +799,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>cleanup</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.148">cleanup</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.145">cleanup</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#cleanup--">RpcCall</a></code></span></div>
 <div class="block">Do the necessary cleanup after the call if needed.</div>
 <dl>
@@ -833,7 +814,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <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/ipc/ServerCall.html#line.156">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/ipc/ServerCall.html#line.153">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>
@@ -846,7 +827,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.163">getHeader</a>()</pre>
+<pre>public&nbsp;org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.160">getHeader</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getHeader--">getHeader</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -861,7 +842,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getPriority</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.168">getPriority</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.165">getPriority</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getPriority--">getPriority</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -876,7 +857,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>toShortString</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/ipc/ServerCall.html#line.177">toShortString</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/ipc/ServerCall.html#line.174">toShortString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#toShortString--">toShortString</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -891,7 +872,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>setResponse</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.188">setResponse</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;m,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.185">setResponse</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&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/8/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/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;errorMsg)</pre>
@@ -914,7 +895,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>setExceptionResponse</h4>
-<pre>static&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.265">setExceptionResponse</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;t,
+<pre>static&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.262">setExceptionResponse</a>(<a
 
href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;errorMsg,
                                  
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ResponseHeader.Builder&nbsp;headerBuilder)</pre>
 </li>
@@ -925,7 +906,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>createHeaderAndMessageBytes</h4>
-<pre>static&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.283">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;result,
+<pre>static&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.280">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;result,
                                               
org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;header,
                                               int&nbsp;cellBlockSize,
                                               <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&gt;&nbsp;cellBlock)
@@ -942,7 +923,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>writeToCOS</h4>
-<pre>private static&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.333">writeToCOS</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;result,
+<pre>private static&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.330">writeToCOS</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;result,
                                
org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;header,
                                int&nbsp;totalSize,
                                <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;pbBuf)
@@ -959,7 +940,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>createHeaderAndMessageBytes</h4>
-<pre>private static&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.348">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;result,
+<pre>private static&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.345">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;result,
                                                       
org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;header,
                                                       int&nbsp;totalSize,
                                                       int&nbsp;totalPBSize)
@@ -976,7 +957,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>wrapWithSasl</h4>
-<pre>protected&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/ServerCall.html#line.356">wrapWithSasl</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" 
title="class in org.apache.hadoop.hbase.ipc">BufferChain</a>&nbsp;bc)
+<pre>protected&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/ServerCall.html#line.353">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/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -990,7 +971,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>disconnectSince</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.387">disconnectSince</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.384">disconnectSince</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#disconnectSince--">RpcCallContext</a></code></span></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>
@@ -1009,7 +990,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>isClientCellBlockSupported</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.396">isClientCellBlockSupported</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.393">isClientCellBlockSupported</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#isClientCellBlockSupported--">RpcCallContext</a></code></span></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
@@ -1030,7 +1011,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseCellSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.401">getResponseCellSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.398">getResponseCellSize</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getResponseCellSize--">RpcCallContext</a></code></span></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
@@ -1047,7 +1028,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>incrementResponseCellSize</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.406">incrementResponseCellSize</a>(long&nbsp;cellSize)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.403">incrementResponseCellSize</a>(long&nbsp;cellSize)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#incrementResponseCellSize-long-">RpcCallContext</a></code></span></div>
 <div class="block">Add on the given amount to the retained cell size.
 
@@ -1066,7 +1047,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseBlockSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.411">getResponseBlockSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.408">getResponseBlockSize</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></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>
@@ -1079,7 +1060,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>incrementResponseBlockSize</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.416">incrementResponseBlockSize</a>(long&nbsp;blockSize)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.413">incrementResponseBlockSize</a>(long&nbsp;blockSize)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></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>
@@ -1092,7 +1073,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseExceptionSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.421">getResponseExceptionSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.418">getResponseExceptionSize</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getResponseExceptionSize--">getResponseExceptionSize</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>
@@ -1105,7 +1086,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>incrementResponseExceptionSize</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.425">incrementResponseExceptionSize</a>(long&nbsp;exSize)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.422">incrementResponseExceptionSize</a>(long&nbsp;exSize)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#incrementResponseExceptionSize-long-">incrementResponseExceptionSize</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>
@@ -1118,7 +1099,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.430">getSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.427">getSize</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getSize--">RpcCall</a></code></span></div>
 <div class="block">Used to calculate the request call queue size.
  If the total request call size exceeds a limit, the call will be 
rejected.</div>
@@ -1136,7 +1117,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getDeadline</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.435">getDeadline</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.432">getDeadline</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getDeadline--">RpcCall</a></code></span></div>
 <div class="block">Return the deadline of this call. If we can not complete 
this call in time,
  we can throw a TimeoutIOException and RPCServer will drop it.</div>
@@ -1154,7 +1135,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequestUser</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class 
in org.apache.hadoop.hbase.security">User</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.440">getRequestUser</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class 
in org.apache.hadoop.hbase.security">User</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.437">getRequestUser</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUser--">RpcCallContext</a></code></span></div>
 <div class="block">Returns the user credentials associated with the current 
RPC request or not present if no
  credentials were provided.</div>
@@ -1172,7 +1153,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoteAddress</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/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/ServerCall.html#line.445">getRemoteAddress</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/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/ServerCall.html#line.442">getRemoteAddress</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></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>
@@ -1187,7 +1168,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getClientVersionInfo</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.VersionInfo&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.450">getClientVersionInfo</a>()</pre>
+<pre>public&nbsp;org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.VersionInfo&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.447">getClientVersionInfo</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></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>
@@ -1202,7 +1183,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>setCallBack</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.455">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/ServerCall.html#line.452">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"><span class="descfrmTypeLabel">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></span></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>
@@ -1218,7 +1199,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>isRetryImmediatelySupported</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.460">isRetryImmediatelySupported</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.457">isRetryImmediatelySupported</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></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>
@@ -1231,7 +1212,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getService</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.465">getService</a>()</pre>
+<pre>public&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.462">getService</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getService--">getService</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1246,7 +1227,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getMethod</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.470">getMethod</a>()</pre>
+<pre>public&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.467">getMethod</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getMethod--">getMethod</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1261,7 +1242,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getParam</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.475">getParam</a>()</pre>
+<pre>public&nbsp;org.apache.hadoop.hbase.shaded.com.google.protobuf.Message&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.472">getParam</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getParam--">getParam</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1276,7 +1257,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getCellScanner</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface 
in org.apache.hadoop.hbase">CellScanner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.480">getCellScanner</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface 
in org.apache.hadoop.hbase">CellScanner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.477">getCellScanner</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getCellScanner--">getCellScanner</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1291,7 +1272,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getReceiveTime</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.485">getReceiveTime</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.482">getReceiveTime</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getReceiveTime--">getReceiveTime</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1306,7 +1287,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getStartTime</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.490">getStartTime</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.487">getStartTime</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getStartTime--">getStartTime</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1321,7 +1302,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>setStartTime</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.495">setStartTime</a>(long&nbsp;t)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.492">setStartTime</a>(long&nbsp;t)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#setStartTime-long-">RpcCall</a></code></span></div>
 <div class="block">Set the time when the call starts to be executed.</div>
 <dl>
@@ -1336,7 +1317,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimeout</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.500">getTimeout</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.497">getTimeout</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getTimeout--">getTimeout</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1351,7 +1332,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemotePort</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.505">getRemotePort</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.502">getRemotePort</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getRemotePort--">getRemotePort</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
@@ -1360,28 +1341,13 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit
 </dl>
 </li>
 </ul>
-<a name="getTraceInfo--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTraceInfo</h4>
-<pre>public&nbsp;org.apache.htrace.TraceInfo&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.510">getTraceInfo</a>()</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getTraceInfo--">getTraceInfo</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>TraceInfo attached to this call.</dd>
-</dl>
-</li>
-</ul>
 <a name="getResponse--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getResponse</h4>
-<pre>public&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/ServerCall.html#line.515">getResponse</a>()</pre>
+<pre>public&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/ServerCall.html#line.507">getResponse</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcResponse.html#getResponse--">getResponse</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcResponse.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcResponse</a></code></dd>

Reply via email to