http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f55ebeaa/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 434671a..ac50afc 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/ServerCall.html @@ -93,14 +93,14 @@ var activeTableTab = "activeTableTab"; <!-- ======== 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> +<h2 title="Class ServerCall" class="title">Class ServerCall<T extends <a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" title="class in org.apache.hadoop.hbase.ipc">ServerRpcConnection</a>></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> +<li>org.apache.hadoop.hbase.ipc.ServerCall<T></li> </ul> </li> </ul> @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab"; <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> +abstract class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.54">ServerCall</a><T extends <a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" title="class in org.apache.hadoop.hbase.ipc">ServerRpcConnection</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 @@ -154,7 +154,7 @@ 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#cellScanner">cellScanner</a></span></code> </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="colFirst"><code>protected <a href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="type parameter in ServerCall">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html#connection">connection</a></span></code> </td> </tr> <tr class="altColor"> @@ -262,13 +262,13 @@ 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-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 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-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 id, org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service, org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param, <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface in org.apache.hadoop.hbase">CellScanner</a> cellScanner, - <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.Connection</a> connection, + <a href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="type parameter in ServerCall">T</a> connection, long size, org.apache.htrace.TraceInfo 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> remoteAddress, @@ -528,7 +528,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>protected final int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.57">id</a></pre> +<pre>protected final int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.56">id</a></pre> </li> </ul> <a name="service"> @@ -537,7 +537,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>service</h4> -<pre>protected final 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 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"> @@ -546,7 +546,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>md</h4> -<pre>protected final 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 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"> @@ -555,7 +555,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>header</h4> -<pre>protected final 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 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"> @@ -564,7 +564,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>param</h4> -<pre>protected 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 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"> @@ -573,7 +573,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>cellScanner</h4> -<pre>protected final <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 <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"> @@ -582,7 +582,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>connection</h4> -<pre>protected final <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> +<pre>protected final <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"> @@ -591,7 +591,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>receiveTime</h4> -<pre>protected final long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.65">receiveTime</a></pre> +<pre>protected final long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.64">receiveTime</a></pre> </li> </ul> <a name="timeout"> @@ -600,7 +600,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>timeout</h4> -<pre>protected final int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.67">timeout</a></pre> +<pre>protected final int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.66">timeout</a></pre> </li> </ul> <a name="startTime"> @@ -609,7 +609,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>startTime</h4> -<pre>protected long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.68">startTime</a></pre> +<pre>protected long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.67">startTime</a></pre> </li> </ul> <a name="deadline"> @@ -618,7 +618,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>deadline</h4> -<pre>protected final long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.69">deadline</a></pre> +<pre>protected final long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.68">deadline</a></pre> </li> </ul> <a name="reservoir"> @@ -627,7 +627,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>reservoir</h4> -<pre>protected final <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 <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"> @@ -636,7 +636,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>cellBlockBuilder</h4> -<pre>protected final <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 <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"> @@ -645,7 +645,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>response</h4> -<pre>protected <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 <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> @@ -655,7 +655,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>size</h4> -<pre>protected final long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.80">size</a></pre> +<pre>protected final long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.79">size</a></pre> </li> </ul> <a name="isError"> @@ -664,7 +664,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>isError</h4> -<pre>protected boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.81">isError</a></pre> +<pre>protected boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.80">isError</a></pre> </li> </ul> <a name="tinfo"> @@ -673,7 +673,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>tinfo</h4> -<pre>protected final org.apache.htrace.TraceInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.82">tinfo</a></pre> +<pre>protected final org.apache.htrace.TraceInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.81">tinfo</a></pre> </li> </ul> <a name="cellBlockStream"> @@ -682,7 +682,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>cellBlockStream</h4> -<pre>protected <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 <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.82">cellBlockStream</a></pre> </li> </ul> <a name="reqCleanup"> @@ -691,7 +691,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>reqCleanup</h4> -<pre>protected <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 <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.83">reqCleanup</a></pre> </li> </ul> <a name="user"> @@ -700,7 +700,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>user</h4> -<pre>protected <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 <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.85">user</a></pre> </li> </ul> <a name="remoteAddress"> @@ -709,7 +709,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>remoteAddress</h4> -<pre>protected final <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 <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.86">remoteAddress</a></pre> </li> </ul> <a name="rpcCallback"> @@ -718,7 +718,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>rpcCallback</h4> -<pre>protected <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 <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.87">rpcCallback</a></pre> </li> </ul> <a name="responseCellSize"> @@ -727,7 +727,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>responseCellSize</h4> -<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.90">responseCellSize</a></pre> +<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.89">responseCellSize</a></pre> </li> </ul> <a name="responseBlockSize"> @@ -736,7 +736,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>responseBlockSize</h4> -<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.91">responseBlockSize</a></pre> +<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.90">responseBlockSize</a></pre> </li> </ul> <a name="exceptionSize"> @@ -745,7 +745,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>exceptionSize</h4> -<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.93">exceptionSize</a></pre> +<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.92">exceptionSize</a></pre> </li> </ul> <a name="retryImmediatelySupported"> @@ -754,7 +754,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>retryImmediatelySupported</h4> -<pre>private final boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.94">retryImmediatelySupported</a></pre> +<pre>private final boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.93">retryImmediatelySupported</a></pre> </li> </ul> </li> @@ -765,19 +765,21 @@ 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.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 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><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> <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 id, +<pre><a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.97">ServerCall</a>(int id, org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service, org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param, <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface in org.apache.hadoop.hbase">CellScanner</a> cellScanner, - <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.Connection</a> connection, + <a href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="type parameter in ServerCall">T</a> connection, long size, org.apache.htrace.TraceInfo 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> remoteAddress, @@ -802,7 +804,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>done</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.131">done</a>()</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.130">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> @@ -813,7 +815,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>cleanup</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.143">cleanup</a>()</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.142">cleanup</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> @@ -828,7 +830,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.151">toString</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.150">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> in class <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> @@ -841,7 +843,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getHeader</h4> -<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.158">getHeader</a>()</pre> +<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.157">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -856,7 +858,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getPriority</h4> -<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.163">getPriority</a>()</pre> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.162">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -871,7 +873,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>toShortString</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.172">toShortString</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.171">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -886,7 +888,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>setSaslTokenResponse</h4> -<pre>protected void <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> response)</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.181">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> response)</pre> </li> </ul> <a name="setConnectionHeaderResponse-java.nio.ByteBuffer-"> @@ -895,7 +897,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>setConnectionHeaderResponse</h4> -<pre>protected void <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> response)</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.187">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> 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-"> @@ -904,7 +906,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>setResponse</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.195">setResponse</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message m, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.194">setResponse</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message m, <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface in org.apache.hadoop.hbase">CellScanner</a> 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> 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> errorMsg)</pre> @@ -927,7 +929,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>setExceptionResponse</h4> -<pre>protected void <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> t, +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.271">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> 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> errorMsg, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ResponseHeader.Builder headerBuilder)</pre> </li> @@ -938,7 +940,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>createHeaderAndMessageBytes</h4> -<pre>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> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.290">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message result, +<pre>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> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.289">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message result, org.apache.hadoop.hbase.shaded.com.google.protobuf.Message header, int 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><<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>> cellBlock) @@ -955,7 +957,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>writeToCOS</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.340">writeToCOS</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message result, +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.339">writeToCOS</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message result, org.apache.hadoop.hbase.shaded.com.google.protobuf.Message header, int 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> pbBuf) @@ -972,7 +974,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>createHeaderAndMessageBytes</h4> -<pre>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> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.355">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message result, +<pre>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> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.354">createHeaderAndMessageBytes</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.Message result, org.apache.hadoop.hbase.shaded.com.google.protobuf.Message header, int totalSize, int totalPBSize) @@ -989,7 +991,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>wrapWithSasl</h4> -<pre>protected <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.363">wrapWithSasl</a>(<a href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class in org.apache.hadoop.hbase.ipc">BufferChain</a> bc) +<pre>protected <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.362">wrapWithSasl</a>(<a href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class in org.apache.hadoop.hbase.ipc">BufferChain</a> 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> @@ -1003,7 +1005,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>disconnectSince</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.394">disconnectSince</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.393">disconnectSince</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> @@ -1022,7 +1024,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>isClientCellBlockSupported</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.403">isClientCellBlockSupported</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.402">isClientCellBlockSupported</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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 @@ -1043,7 +1045,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getResponseCellSize</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.408">getResponseCellSize</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.407">getResponseCellSize</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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 @@ -1060,7 +1062,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>incrementResponseCellSize</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.413">incrementResponseCellSize</a>(long cellSize)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.412">incrementResponseCellSize</a>(long cellSize)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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. @@ -1079,7 +1081,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getResponseBlockSize</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.418">getResponseBlockSize</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.417">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1092,7 +1094,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>incrementResponseBlockSize</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.423">incrementResponseBlockSize</a>(long blockSize)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.422">incrementResponseBlockSize</a>(long 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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1105,7 +1107,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getResponseExceptionSize</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.428">getResponseExceptionSize</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.427">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1118,7 +1120,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>incrementResponseExceptionSize</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.432">incrementResponseExceptionSize</a>(long exSize)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.431">incrementResponseExceptionSize</a>(long 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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1131,7 +1133,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getSize</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.437">getSize</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.436">getSize</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> @@ -1149,7 +1151,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getDeadline</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.442">getDeadline</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.441">getDeadline</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> @@ -1167,7 +1169,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getRequestUser</h4> -<pre>public <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.447">getRequestUser</a>()</pre> +<pre>public <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.446">getRequestUser</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> @@ -1185,7 +1187,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getRequestUserName</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.452">getRequestUserName</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.451">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1200,7 +1202,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getRemoteAddress</h4> -<pre>public <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.458">getRemoteAddress</a>()</pre> +<pre>public <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.457">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1215,7 +1217,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getClientVersionInfo</h4> -<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.VersionInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.463">getClientVersionInfo</a>()</pre> +<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.VersionInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.462">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1230,7 +1232,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>setCallBack</h4> -<pre>public void <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> callback)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.467">setCallBack</a>(<a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a> callback)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> @@ -1246,7 +1248,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>isRetryImmediatelySupported</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.473">isRetryImmediatelySupported</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.472">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1259,7 +1261,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getService</h4> -<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.478">getService</a>()</pre> +<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.477">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1274,7 +1276,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getMethod</h4> -<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.483">getMethod</a>()</pre> +<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.482">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1289,7 +1291,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getParam</h4> -<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.Message <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.488">getParam</a>()</pre> +<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.Message <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.487">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1304,7 +1306,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getCellScanner</h4> -<pre>public <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.493">getCellScanner</a>()</pre> +<pre>public <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.492">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1319,7 +1321,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getReceiveTime</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.498">getReceiveTime</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.497">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1334,7 +1336,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getStartTime</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.503">getStartTime</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.502">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1349,7 +1351,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>setStartTime</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.508">setStartTime</a>(long t)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.507">setStartTime</a>(long t)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> @@ -1364,7 +1366,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getTimeout</h4> -<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.513">getTimeout</a>()</pre> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.512">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1379,7 +1381,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockList"> <li class="blockList"> <h4>getRemotePort</h4> -<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.518">getRemotePort</a>()</pre> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.517">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd> @@ -1394,7 +1396,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>getTraceInfo</h4> -<pre>public org.apache.htrace.TraceInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.523">getTraceInfo</a>()</pre> +<pre>public org.apache.htrace.TraceInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerCall.html#line.522">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> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCall.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCall</a></code></dd>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f55ebeaa/devapidocs/org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html b/devapidocs/org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html index 63453fa..74897cf 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html @@ -44,7 +44,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcController.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html" target="_top">Frames</a></li> @@ -224,7 +224,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerCall.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcController.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/hadoop/hbase/ipc/ServerNotRunningYetException.html" target="_top">Frames</a></li> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f55ebeaa/devapidocs/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html b/devapidocs/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html new file mode 100644 index 0000000..87dacf4 --- /dev/null +++ b/devapidocs/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html @@ -0,0 +1,460 @@ +<!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>ServerRpcConnection.ByteBuffByteInput (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="ServerRpcConnection.ByteBuffByteInput (Apache HBase 2.0.0-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":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/ServerRpcConnection.ByteBuffByteInput.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/ServerRpcConnection.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcController.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html" target="_top">Frames</a></li> +<li><a href="ServerRpcConnection.ByteBuffByteInput.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </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 ServerRpcConnection.ByteBuffByteInput" class="title">Class ServerRpcConnection.ByteBuffByteInput</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.shaded.com.google.protobuf.ByteInput</li> +<li> +<ul class="inheritance"> +<li>org.apache.hadoop.hbase.ipc.ServerRpcConnection.ByteBuffByteInput</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.html" title="class in org.apache.hadoop.hbase.ipc">ServerRpcConnection</a></dd> +</dl> +<hr> +<br> +<pre>private static class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.html#line.813">ServerRpcConnection.ByteBuffByteInput</a> +extends org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</pre> +</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"> </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>private <a href="../../../../../org/apache/hadoop/hbase/nio/ByteBuff.html" title="class in org.apache.hadoop.hbase.nio">ByteBuff</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#buf">buf</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#length">length</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#offset">offset</a></span></code> </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"> </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/ServerRpcConnection.ByteBuffByteInput.html#ByteBuffByteInput-org.apache.hadoop.hbase.nio.ByteBuff-int-int-">ByteBuffByteInput</a></span>(<a href="../../../../../org/apache/hadoop/hbase/nio/ByteBuff.html" title="class in org.apache.hadoop.hbase.nio">ByteBuff</a> buf, + int offset, + int length)</code> </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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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>private int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#getAbsoluteOffset-int-">getAbsoluteOffset</a></span>(int offset)</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>byte</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#read-int-">read</a></span>(int offset)</code> +<div class="block">Reads a single byte from the given offset.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#read-int-byte:A-int-int-">read</a></span>(int offset, + byte[] out, + int outOffset, + int len)</code> +<div class="block">Reads up to <code>len</code> bytes of data from the given offset into an array of bytes.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#read-int-java.nio.ByteBuffer-">read</a></span>(int offset, + <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> out)</code> +<div class="block">Reads bytes of data from the given offset into given <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a>.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#size--">size</a></span>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</h3> +<code>read</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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#toString--" title="class or interface in java.lang">toString</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> +</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="buf"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>buf</h4> +<pre>private <a href="../../../../../org/apache/hadoop/hbase/nio/ByteBuff.html" title="class in org.apache.hadoop.hbase.nio">ByteBuff</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.815">buf</a></pre> +</li> +</ul> +<a name="offset"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>offset</h4> +<pre>private int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.816">offset</a></pre> +</li> +</ul> +<a name="length"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>length</h4> +<pre>private int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.817">length</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="ByteBuffByteInput-org.apache.hadoop.hbase.nio.ByteBuff-int-int-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ByteBuffByteInput</h4> +<pre><a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.819">ByteBuffByteInput</a>(<a href="../../../../../org/apache/hadoop/hbase/nio/ByteBuff.html" title="class in org.apache.hadoop.hbase.nio">ByteBuff</a> buf, + int offset, + int length)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="read-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>read</h4> +<pre>public byte <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.826">read</a>(int offset)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code>org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</code></span></div> +<div class="block">Reads a single byte from the given offset.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>read</code> in class <code>org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>offset</code> - The offset from where byte to be read</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The byte of data at given offset</dd> +</dl> +</li> +</ul> +<a name="getAbsoluteOffset-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAbsoluteOffset</h4> +<pre>private int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.830">getAbsoluteOffset</a>(int offset)</pre> +</li> +</ul> +<a name="read-int-byte:A-int-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>read</h4> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.835">read</a>(int offset, + byte[] out, + int outOffset, + int len)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code>org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</code></span></div> +<div class="block">Reads up to <code>len</code> bytes of data from the given offset into an array of bytes.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>read</code> in class <code>org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>offset</code> - The src offset within this ByteInput from where data to be read.</dd> +<dd><code>out</code> - Destination byte array to read data into.</dd> +<dd><code>outOffset</code> - Offset within the the out byte[] where data to be read into.</dd> +<dd><code>len</code> - The number of bytes to read.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The number of bytes read from ByteInput</dd> +</dl> +</li> +</ul> +<a name="read-int-java.nio.ByteBuffer-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>read</h4> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.841">read</a>(int offset, + <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> out)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code>org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</code></span></div> +<div class="block">Reads bytes of data from the given offset into given <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a>.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>read</code> in class <code>org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>offset</code> - he src offset within this ByteInput from where data to be read.</dd> +<dd><code>out</code> - Destination <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> to read data into.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The number of bytes read from ByteInput</dd> +</dl> +</li> +</ul> +<a name="size--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>size</h4> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html#line.848">size</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in class <code>org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteInput</code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Total number of bytes in this ByteInput.</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/ServerRpcConnection.ByteBuffByteInput.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/ServerRpcConnection.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/ipc/ServerRpcController.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/hadoop/hbase/ipc/ServerRpcConnection.ByteBuffByteInput.html" target="_top">Frames</a></li> +<li><a href="ServerRpcConnection.ByteBuffByteInput.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
