http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ef4c5a9/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
new file mode 100644
index 0000000..434671a
--- /dev/null
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html
@@ -0,0 +1,1477 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ServerCall (Apache HBase 2.0.0-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="ServerCall (Apache HBase 2.0.0-SNAPSHOT 
API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = 
{"i0":10,"i1":10,"i2":10,"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":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ServerCall.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.html" 
title="class in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html"
 title="class in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/hadoop/hbase/ipc/ServerCall.html" 
target="_top">Frames</a></li>
+<li><a href="ServerCall.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.hadoop.hbase.ipc</div>
+<h2 title="Class ServerCall" class="title">Class ServerCall</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.hadoop.hbase.ipc.ServerCall</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><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/RpcCallContext.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../org/apache/hadoop/hbase/ipc/NettyServerCall.html" 
title="class in org.apache.hadoop.hbase.ipc">NettyServerCall</a>, <a 
href="../../../../../org/apache/hadoop/hbase/ipc/SimpleServerCall.html" 
title="class in org.apache.hadoop.hbase.ipc">SimpleServerCall</a></dd>
+</dl>
+<hr>
+<br>
+<pre><a 
href="../../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
+abstract class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.55">ServerCall</a>
+extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></pre>
+<div class="block">Datastructure that holds all necessary to a method 
invocation and then afterward, carries
+ the result.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CellBlockBuilder.html" 
title="class in org.apache.hadoop.hbase.ipc">CellBlockBuilder</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#cellBlockBuilder">cellBlockBuilder</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferListOutputStream.html"
 title="class in 
org.apache.hadoop.hbase.io">ByteBufferListOutputStream</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#cellBlockStream">cellBlockStream</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface 
in org.apache.hadoop.hbase">CellScanner</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#cellScanner">cellScanner</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" 
title="class in 
org.apache.hadoop.hbase.ipc">RpcServer.Connection</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#connection">connection</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#deadline">deadline</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#exceptionSize">exceptionSize</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected 
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#header">header</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#id">id</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#isError">isError</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#md">md</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Message</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#param">param</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#receiveTime">receiveTime</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <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></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#remoteAddress">remoteAddress</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">RpcServer.CallCleanup</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#reqCleanup">reqCleanup</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferPool.html" 
title="class in org.apache.hadoop.hbase.io">ByteBufferPool</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#reservoir">reservoir</a></span></code>&nbsp;</td>
+</tr>
+<tr 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#response">response</a></span></code>
+<div class="block">Chain of buffers to send as response.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#responseBlockSize">responseBlockSize</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#responseCellSize">responseCellSize</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#retryImmediatelySupported">retryImmediatelySupported</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" 
title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#rpcCallback">rpcCallback</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected 
org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#service">service</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#size">size</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#startTime">startTime</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<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>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<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-org.apache.hadoop.hbase.ipc.RpcServer.Connection-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,
+          
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,
+          
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;cellScanner,
+          <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" 
title="class in 
org.apache.hadoop.hbase.ipc">RpcServer.Connection</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,
+          <a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferPool.html" 
title="class in org.apache.hadoop.hbase.io">ByteBufferPool</a>&nbsp;reservoir,
+          <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CellBlockBuilder.html" 
title="class in 
org.apache.hadoop.hbase.ipc">CellBlockBuilder</a>&nbsp;cellBlockBuilder,
+          <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">RpcServer.CallCleanup</a>&nbsp;reqCleanup)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" 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#cleanup--">cleanup</a></span>()</code>
+<div class="block">Do the necessary cleanup after the call if needed.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>private <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></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#createHeaderAndMessageBytes-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-int-int-">createHeaderAndMessageBytes</a></span>(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)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>protected <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></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#createHeaderAndMessageBytes-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-int-java.util.List-">createHeaderAndMessageBytes</a></span>(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)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#disconnectSince--">disconnectSince</a></span>()</code>
+<div class="block">Check if the caller who made this IPC call has 
disconnected.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>(package private) void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#done--">done</a></span>()</code>
+<div class="block">Call is done.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface 
in org.apache.hadoop.hbase">CellScanner</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getCellScanner--">getCellScanner</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td 
class="colFirst"><code>org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.VersionInfo</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getClientVersionInfo--">getClientVersionInfo</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getDeadline--">getDeadline</a></span>()</code>
+<div class="block">Return the deadline of this call.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td 
class="colFirst"><code>org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getHeader--">getHeader</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td 
class="colFirst"><code>org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getMethod--">getMethod</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td 
class="colFirst"><code>org.apache.hadoop.hbase.shaded.com.google.protobuf.Message</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getParam--">getParam</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getPriority--">getPriority</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getReceiveTime--">getReceiveTime</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code><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></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getRemoteAddress--">getRemoteAddress</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getRemotePort--">getRemotePort</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><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#getRequestUser--">getRequestUser</a></span>()</code>
+<div class="block">Returns the user credentials associated with the current 
RPC request or
+ <code>null</code> if no credentials were provided.</div>
+</td>
+</tr>
+<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/ServerCall.html#getRequestUserName--">getRequestUserName</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getResponseBlockSize--">getResponseBlockSize</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getResponseCellSize--">getResponseCellSize</a></span>()</code>
+<div class="block">The size of response cells that have been accumulated so 
far.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getResponseExceptionSize--">getResponseExceptionSize</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i20" class="altColor">
+<td 
class="colFirst"><code>org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getService--">getService</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getSize--">getSize</a></span>()</code>
+<div class="block">Used to calculate the request call queue size.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#getStartTime--">getStartTime</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<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">
+<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">
+<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">
+<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">
+<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">
+<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">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#setConnectionHeaderResponse-java.nio.ByteBuffer-">setConnectionHeaderResponse</a></span>(<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;response)</code>&nbsp;</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>protected 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="i33" 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,
+           <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)</code>
+<div class="block">Set the response resulting from this RPC call.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#setSaslTokenResponse-java.nio.ByteBuffer-">setSaslTokenResponse</a></span>(<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;response)</code>&nbsp;</td>
+</tr>
+<tr id="i35" 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#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="i36" 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#toShortString--">toShortString</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i37" 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#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i38" class="altColor">
+<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="i39" class="rowColor">
+<td class="colFirst"><code>private 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,
+          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)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
+<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.ipc.RpcCall">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.hadoop.hbase.ipc.<a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface 
in org.apache.hadoop.hbase.ipc">RpcCall</a></h3>
+<code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#sendResponseIfReady--">sendResponseIfReady</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="id">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="service">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="md">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="header">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="param">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="cellScanner">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="connection">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>connection</h4>
+<pre>protected final&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/ServerCall.html#line.64">connection</a></pre>
+</li>
+</ul>
+<a name="receiveTime">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="timeout">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="startTime">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="deadline">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="reservoir">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="cellBlockBuilder">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="response">
+<!--   -->
+</a>
+<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>
+<div class="block">Chain of buffers to send as response.</div>
+</li>
+</ul>
+<a name="size">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="isError">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="cellBlockStream">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="reqCleanup">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="user">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>user</h4>
+<pre>protected&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>
+</li>
+</ul>
+<a name="remoteAddress">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="rpcCallback">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="responseCellSize">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="responseBlockSize">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="exceptionSize">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+<a name="retryImmediatelySupported">
+<!--   -->
+</a>
+<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>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</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.RpcServer.Connection-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>
+<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,
+           
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,
+           
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;cellScanner,
+           <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" 
title="class in 
org.apache.hadoop.hbase.ipc">RpcServer.Connection</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,
+           <a 
href="../../../../../org/apache/hadoop/hbase/io/ByteBufferPool.html" 
title="class in org.apache.hadoop.hbase.io">ByteBufferPool</a>&nbsp;reservoir,
+           <a 
href="../../../../../org/apache/hadoop/hbase/ipc/CellBlockBuilder.html" 
title="class in 
org.apache.hadoop.hbase.ipc">CellBlockBuilder</a>&nbsp;cellBlockBuilder,
+           <a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html" 
title="interface in 
org.apache.hadoop.hbase.ipc">RpcServer.CallCleanup</a>&nbsp;reqCleanup)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="done--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>done</h4>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.131">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>
+</ul>
+<a name="cleanup--">
+<!--   -->
+</a>
+<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.143">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>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#cleanup--">cleanup</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>
+</dl>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<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.151">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>
+</dl>
+</li>
+</ul>
+<a name="getHeader--">
+<!--   -->
+</a>
+<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.158">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The request header of this call.</dd>
+</dl>
+</li>
+</ul>
+<a name="getPriority--">
+<!--   -->
+</a>
+<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.163">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The Priority of this call.</dd>
+</dl>
+</li>
+</ul>
+<a name="toShortString--">
+<!--   -->
+</a>
+<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.172">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>
+<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="setSaslTokenResponse-java.nio.ByteBuffer-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSaslTokenResponse</h4>
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.182">setSaslTokenResponse</a>(<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;response)</pre>
+</li>
+</ul>
+<a name="setConnectionHeaderResponse-java.nio.ByteBuffer-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConnectionHeaderResponse</h4>
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.188">setConnectionHeaderResponse</a>(<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;response)</pre>
+</li>
+</ul>
+<a 
name="setResponse-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.CellScanner-java.lang.Throwable-java.lang.String-">
+<!--   -->
+</a>
+<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.195">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>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><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-">RpcCall</a></code></span></div>
+<div class="block">Set the response resulting from this RPC call.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><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></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="paramLabel">Parameters:</span></dt>
+<dd><code>m</code> - The result message as response.</dd>
+<dd><code>cells</code> - The CellScanner that possibly carries the 
payload.</dd>
+<dd><code>t</code> - The error Throwable resulting from the call.</dd>
+<dd><code>errorMsg</code> - Extra error message.</dd>
+</dl>
+</li>
+</ul>
+<a 
name="setExceptionResponse-java.lang.Throwable-java.lang.String-org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ResponseHeader.Builder-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setExceptionResponse</h4>
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.272">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>
+</ul>
+<a 
name="createHeaderAndMessageBytes-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-int-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createHeaderAndMessageBytes</h4>
+<pre>protected&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.290">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)
+                                          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>
+<dd><code><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></code></dd>
+</dl>
+</li>
+</ul>
+<a 
name="writeToCOS-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-int-java.nio.ByteBuffer-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeToCOS</h4>
+<pre>private&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.340">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)
+                 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>
+<dd><code><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></code></dd>
+</dl>
+</li>
+</ul>
+<a 
name="createHeaderAndMessageBytes-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createHeaderAndMessageBytes</h4>
+<pre>private&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.355">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)
+                                        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>
+<dd><code><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></code></dd>
+</dl>
+</li>
+</ul>
+<a name="wrapWithSasl-org.apache.hadoop.hbase.ipc.BufferChain-">
+<!--   -->
+</a>
+<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.363">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>
+<dd><code><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></code></dd>
+</dl>
+</li>
+</ul>
+<a name="disconnectSince--">
+<!--   -->
+</a>
+<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.394">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>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#disconnectSince--">disconnectSince</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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>&lt; 0 if the caller is still connected. The time in ms
+  since the disconnection otherwise</dd>
+</dl>
+</li>
+</ul>
+<a name="isClientCellBlockSupported--">
+<!--   -->
+</a>
+<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.403">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
+ cellblocks and will return all content protobuf'd (though it makes our 
serving slower).
+ We need to ask this question per call because a server could be hosting both 
clients that
+ support cellblocks while fielding requests from clients that do not.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#isClientCellBlockSupported--">isClientCellBlockSupported</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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>True if the client supports cellblocks, else return all content in pb</dd>
+</dl>
+</li>
+</ul>
+<a name="getResponseCellSize--">
+<!--   -->
+</a>
+<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.408">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
+ scans dont get too excessively large</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getResponseCellSize--">getResponseCellSize</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>
+</dl>
+</li>
+</ul>
+<a name="incrementResponseCellSize-long-">
+<!--   -->
+</a>
+<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.413">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.
+
+ This is not thread safe and not synchronized at all. If this is used by more 
than one thread
+ then everything will break. Since this is called for every row 
synchronization would be too
+ onerous.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#incrementResponseCellSize-long-">incrementResponseCellSize</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>
+</dl>
+</li>
+</ul>
+<a name="getResponseBlockSize--">
+<!--   -->
+</a>
+<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.418">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>
+</dl>
+</li>
+</ul>
+<a name="incrementResponseBlockSize-long-">
+<!--   -->
+</a>
+<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.423">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>
+</dl>
+</li>
+</ul>
+<a name="getResponseExceptionSize--">
+<!--   -->
+</a>
+<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.428">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>
+</dl>
+</li>
+</ul>
+<a name="incrementResponseExceptionSize-long-">
+<!--   -->
+</a>
+<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.432">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>
+</dl>
+</li>
+</ul>
+<a name="getSize--">
+<!--   -->
+</a>
+<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.437">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>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getSize--">getSize</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>The raw size of this call.</dd>
+</dl>
+</li>
+</ul>
+<a name="getDeadline--">
+<!--   -->
+</a>
+<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.442">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>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#getDeadline--">getDeadline</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>The system timestamp of deadline.</dd>
+</dl>
+</li>
+</ul>
+<a name="getRequestUser--">
+<!--   -->
+</a>
+<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/ServerCall.html#line.447">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
+ <code>null</code> if no credentials were provided.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUser--">getRequestUser</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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>A User</dd>
+</dl>
+</li>
+</ul>
+<a name="getRequestUserName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRequestUserName</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.452">getRequestUserName</a>()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Current request's user name or null if none ongoing.</dd>
+</dl>
+</li>
+</ul>
+<a name="getRemoteAddress--">
+<!--   -->
+</a>
+<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.458">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Address of remote client in this call</dd>
+</dl>
+</li>
+</ul>
+<a name="getClientVersionInfo--">
+<!--   -->
+</a>
+<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.463">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the client version info, or null if the information is not present</dd>
+</dl>
+</li>
+</ul>
+<a name="setCallBack-org.apache.hadoop.hbase.ipc.RpcCallback-">
+<!--   -->
+</a>
+<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.468">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>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#setCallBack-org.apache.hadoop.hbase.ipc.RpcCallback-">setCallBack</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>
+</dl>
+</li>
+</ul>
+<a name="isRetryImmediatelySupported--">
+<!--   -->
+</a>
+<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.473">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>
+</dl>
+</li>
+</ul>
+<a name="getService--">
+<!--   -->
+</a>
+<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.478">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The service of this call.</dd>
+</dl>
+</li>
+</ul>
+<a name="getMethod--">
+<!--   -->
+</a>
+<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.483">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The service method.</dd>
+</dl>
+</li>
+</ul>
+<a name="getParam--">
+<!--   -->
+</a>
+<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.488">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The call parameter message.</dd>
+</dl>
+</li>
+</ul>
+<a name="getCellScanner--">
+<!--   -->
+</a>
+<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.493">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The CellScanner that can carry input and result payload.</dd>
+</dl>
+</li>
+</ul>
+<a name="getReceiveTime--">
+<!--   -->
+</a>
+<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.498">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The timestamp when the call is constructed.</dd>
+</dl>
+</li>
+</ul>
+<a name="getStartTime--">
+<!--   -->
+</a>
+<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.503">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The time when the call starts to be executed.</dd>
+</dl>
+</li>
+</ul>
+<a name="setStartTime-long-">
+<!--   -->
+</a>
+<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.508">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>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html#setStartTime-long-">setStartTime</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>
+</dl>
+</li>
+</ul>
+<a name="getTimeout--">
+<!--   -->
+</a>
+<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.513">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The timeout of this call.</dd>
+</dl>
+</li>
+</ul>
+<a name="getRemotePort--">
+<!--   -->
+</a>
+<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.518">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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Port of remote address in this call</dd>
+</dl>
+</li>
+</ul>
+<a name="getTraceInfo--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<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.523">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>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ServerCall.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.html" 
title="class in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html"
 title="class in org.apache.hadoop.hbase.ipc"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/hadoop/hbase/ipc/ServerCall.html" 
target="_top">Frames</a></li>
+<li><a href="ServerCall.html" target="_top">No

<TRUNCATED>

Reply via email to