http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d411951/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html index fcac6d0..4010dcc 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.Call.html @@ -95,7 +95,7 @@ <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html" title="interface in org.apache.hadoop.hbase.ipc">Delayable</a>, <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></dd> +<dd><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></dd> </dl> <dl> <dt>Enclosing class:</dt> @@ -103,7 +103,7 @@ </dl> <hr> <br> -<pre> class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.293">RpcServer.Call</a> +<pre> class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.286">RpcServer.Call</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></pre> <div class="block">Datastructure that holds all necessary to a method invocation and then afterward, carries @@ -143,14 +143,6 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#connection">connection</a></strong></code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#delayResponse">delayResponse</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#delayReturnValue">delayReturnValue</a></strong></code> </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>protected org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#header">header</a></strong></code> </td> </tr> @@ -271,124 +263,88 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#endDelay()">endDelay</a></strong>()</code> -<div class="block">Signal the end of a delayed RPC, without specifying the return value.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#endDelay(java.lang.Object)">endDelay</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> result)</code> -<div class="block">Signal that the RPC server is now allowed to send the response.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#endDelayThrowing(java.lang.Throwable)">endDelayThrowing</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</code> -<div class="block">End the call, throwing and exception to the caller.</div> -</td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.VersionInfo</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getClientVersionInfo()">getClientVersionInfo</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getHeader()">getHeader</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRemoteAddress()">getRemoteAddress</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>org.apache.hadoop.security.UserGroupInformation</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRemoteUser()">getRemoteUser</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <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><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRequestUser()">getRequestUser</a></strong>()</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 class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRequestUserName()">getRequestUserName</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getResponseBlockSize()">getResponseBlockSize</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getResponseCellSize()">getResponseCellSize</a></strong>()</code> <div class="block">The size of response cells that have been accumulated so far.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getSize()">getSize</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#incrementResponseBlockSize(long)">incrementResponseBlockSize</a></strong>(long blockSize)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#incrementResponseCellSize(long)">incrementResponseCellSize</a></strong>(long cellSize)</code> <div class="block">Add on the given amount to the retained cell size.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#isClientCellBlockSupported()">isClientCellBlockSupported</a></strong>()</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 class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#isDelayed()">isDelayed</a></strong>()</code> </td> -</tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#isRetryImmediatelySupported()">isRetryImmediatelySupported</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#isReturnValueDelayed()">isReturnValueDelayed</a></strong>()</code> </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#sendResponseIfReady()">sendResponseIfReady</a></strong>()</code> -<div class="block">If we have a response, and delay is not set, then respond - immediately.</div> -</td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#sendResponseIfReady()">sendResponseIfReady</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#setCallBack(org.apache.hadoop.hbase.ipc.RpcCallback)">setCallBack</a></strong>(<a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a> callback)</code> <div class="block">Sets a callback which has to be executed at the end of this RPC call.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#setResponse(java.lang.Object,%20org.apache.hadoop.hbase.CellScanner,%20java.lang.Throwable,%20java.lang.String)">setResponse</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> 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/7/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/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> errorMsg)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#setSaslTokenResponse(java.nio.ByteBuffer)">setSaslTokenResponse</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> response)</code> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#startDelay(boolean)">startDelay</a></strong>(boolean delayReturnValue)</code> -<div class="block">Signal that the call response should be delayed, thus freeing the RPC - server to handle different requests.</div> -</td> -</tr> <tr class="rowColor"> <td class="colFirst"><code>(package private) <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#toShortString()">toShortString</a></strong>()</code> </td> @@ -433,7 +389,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>protected int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.294">id</a></pre> +<pre>protected int <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.287">id</a></pre> </li> </ul> <a name="service"> @@ -442,7 +398,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>service</h4> -<pre>protected com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.295">service</a></pre> +<pre>protected com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.288">service</a></pre> </li> </ul> <a name="md"> @@ -451,7 +407,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>md</h4> -<pre>protected com.google.protobuf.Descriptors.MethodDescriptor <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.296">md</a></pre> +<pre>protected com.google.protobuf.Descriptors.MethodDescriptor <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.289">md</a></pre> </li> </ul> <a name="header"> @@ -460,7 +416,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>header</h4> -<pre>protected org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.297">header</a></pre> +<pre>protected org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.290">header</a></pre> </li> </ul> <a name="param"> @@ -469,7 +425,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>param</h4> -<pre>protected com.google.protobuf.Message <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.298">param</a></pre> +<pre>protected com.google.protobuf.Message <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.291">param</a></pre> </li> </ul> <a name="cellScanner"> @@ -478,7 +434,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>cellScanner</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface in org.apache.hadoop.hbase">CellScanner</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.300">cellScanner</a></pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/CellScanner.html" title="interface in org.apache.hadoop.hbase">CellScanner</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.293">cellScanner</a></pre> </li> </ul> <a name="connection"> @@ -487,7 +443,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>connection</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.Connection</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.301">connection</a></pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Connection.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.Connection</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.294">connection</a></pre> </li> </ul> <a name="timestamp"> @@ -496,7 +452,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>timestamp</h4> -<pre>protected long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.302">timestamp</a></pre> +<pre>protected long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.295">timestamp</a></pre> </li> </ul> <a name="response"> @@ -505,35 +461,17 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <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/RpcServer.Call.html#line.307">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/RpcServer.Call.html#line.300">response</a></pre> <div class="block">Chain of buffers to send as response.</div> </li> </ul> -<a name="delayResponse"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>delayResponse</h4> -<pre>protected boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.308">delayResponse</a></pre> -</li> -</ul> <a name="responder"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>responder</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Responder.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.Responder</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.309">responder</a></pre> -</li> -</ul> -<a name="delayReturnValue"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>delayReturnValue</h4> -<pre>protected boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.310">delayReturnValue</a></pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Responder.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.Responder</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.301">responder</a></pre> </li> </ul> <a name="size"> @@ -542,7 +480,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>size</h4> -<pre>protected long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.312">size</a></pre> +<pre>protected long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.303">size</a></pre> </li> </ul> <a name="isError"> @@ -551,7 +489,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>isError</h4> -<pre>protected boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.313">isError</a></pre> +<pre>protected boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.304">isError</a></pre> </li> </ul> <a name="tinfo"> @@ -560,7 +498,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>tinfo</h4> -<pre>protected org.apache.htrace.TraceInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.314">tinfo</a></pre> +<pre>protected org.apache.htrace.TraceInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.305">tinfo</a></pre> </li> </ul> <a name="cellBlock"> @@ -569,7 +507,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>cellBlock</h4> -<pre>private <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.315">cellBlock</a></pre> +<pre>private <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.306">cellBlock</a></pre> </li> </ul> <a name="user"> @@ -578,7 +516,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>user</h4> -<pre>private <a href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.317">user</a></pre> +<pre>private <a href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.308">user</a></pre> </li> </ul> <a name="remoteAddress"> @@ -587,7 +525,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>remoteAddress</h4> -<pre>private <a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.318">remoteAddress</a></pre> +<pre>private <a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.309">remoteAddress</a></pre> </li> </ul> <a name="callback"> @@ -596,7 +534,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>callback</h4> -<pre>private <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.319">callback</a></pre> +<pre>private <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.310">callback</a></pre> </li> </ul> <a name="responseCellSize"> @@ -605,7 +543,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>responseCellSize</h4> -<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.321">responseCellSize</a></pre> +<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.312">responseCellSize</a></pre> </li> </ul> <a name="responseBlockSize"> @@ -614,7 +552,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>responseBlockSize</h4> -<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.322">responseBlockSize</a></pre> +<pre>private long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.313">responseBlockSize</a></pre> </li> </ul> <a name="retryImmediatelySupported"> @@ -623,7 +561,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockListLast"> <li class="blockList"> <h4>retryImmediatelySupported</h4> -<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.323">retryImmediatelySupported</a></pre> +<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.314">retryImmediatelySupported</a></pre> </li> </ul> </li> @@ -640,7 +578,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockListLast"> <li class="blockList"> <h4>RpcServer.Call</h4> -<pre><a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.327">RpcServer.Call</a>(int id, +<pre><a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.318">RpcServer.Call</a>(int id, com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader header, @@ -667,7 +605,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>done</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.356">done</a>()</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.346">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> @@ -678,7 +616,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.366">toString</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.356">toString</a>()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> @@ -691,7 +629,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getHeader</h4> -<pre>protected org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.372">getHeader</a>()</pre> +<pre>protected org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.362">getHeader</a>()</pre> </li> </ul> <a name="toShortString()"> @@ -700,7 +638,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>toShortString</h4> -<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.380">toShortString</a>()</pre> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.370">toShortString</a>()</pre> </li> </ul> <a name="toTraceString()"> @@ -709,7 +647,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>toTraceString</h4> -<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.389">toTraceString</a>()</pre> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.379">toTraceString</a>()</pre> </li> </ul> <a name="setSaslTokenResponse(java.nio.ByteBuffer)"> @@ -718,7 +656,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>setSaslTokenResponse</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.396">setSaslTokenResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> response)</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.386">setSaslTokenResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> response)</pre> </li> </ul> <a name="setResponse(java.lang.Object, org.apache.hadoop.hbase.CellScanner, java.lang.Throwable, java.lang.String)"> @@ -727,7 +665,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>setResponse</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.400">setResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> m, +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.390">setResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> 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/7/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/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> errorMsg)</pre> @@ -739,120 +677,19 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>wrapWithSasl</h4> -<pre>private <a href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class in org.apache.hadoop.hbase.ipc">BufferChain</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.467">wrapWithSasl</a>(<a href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class in org.apache.hadoop.hbase.ipc">BufferChain</a> bc) +<pre>private <a href="../../../../../org/apache/hadoop/hbase/ipc/BufferChain.html" title="class in org.apache.hadoop.hbase.ipc">BufferChain</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.457">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/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> </li> </ul> -<a name="endDelay(java.lang.Object)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>endDelay</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.490">endDelay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> result) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#endDelay(java.lang.Object)">Delayable</a></code></strong></div> -<div class="block">Signal that the RPC server is now allowed to send the response.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#endDelay(java.lang.Object)">endDelay</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html" title="interface in org.apache.hadoop.hbase.ipc">Delayable</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>result</code> - The value to return to the caller. If the corresponding - delay response specified that the return value should - not be delayed, this parameter must be null.</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> -</li> -</ul> -<a name="endDelay()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>endDelay</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.502">endDelay</a>() - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#endDelay()">Delayable</a></code></strong></div> -<div class="block">Signal the end of a delayed RPC, without specifying the return value. Use - this only if the return value was not delayed</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#endDelay()">endDelay</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html" title="interface in org.apache.hadoop.hbase.ipc">Delayable</a></code></dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> -</li> -</ul> -<a name="startDelay(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>startDelay</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.507">startDelay</a>(boolean delayReturnValue)</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#startDelay(boolean)">Delayable</a></code></strong></div> -<div class="block">Signal that the call response should be delayed, thus freeing the RPC - server to handle different requests.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#startDelay(boolean)">startDelay</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html" title="interface in org.apache.hadoop.hbase.ipc">Delayable</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>delayReturnValue</code> - Controls whether the return value of the call - should be set when ending the delay or right away. There are cases when - the return value can be set right away, even if the call is delayed.</dd></dl> -</li> -</ul> -<a name="endDelayThrowing(java.lang.Throwable)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>endDelayThrowing</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.518">endDelayThrowing</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#endDelayThrowing(java.lang.Throwable)">Delayable</a></code></strong></div> -<div class="block">End the call, throwing and exception to the caller. This works regardless - of the return value being delayed.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#endDelayThrowing(java.lang.Throwable)">endDelayThrowing</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html" title="interface in org.apache.hadoop.hbase.ipc">Delayable</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>t</code> - Object to throw to the client.</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> -</li> -</ul> -<a name="isDelayed()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isDelayed</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.525">isDelayed</a>()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#isDelayed()">isDelayed</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html" title="interface in org.apache.hadoop.hbase.ipc">Delayable</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>is the call delayed?</dd></dl> -</li> -</ul> -<a name="isReturnValueDelayed()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isReturnValueDelayed</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.530">isReturnValueDelayed</a>()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html#isReturnValueDelayed()">isReturnValueDelayed</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/Delayable.html" title="interface in org.apache.hadoop.hbase.ipc">Delayable</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>is the return value delayed?</dd></dl> -</li> -</ul> <a name="isClientCellBlockSupported()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isClientCellBlockSupported</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.535">isClientCellBlockSupported</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.480">isClientCellBlockSupported</a>()</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#isClientCellBlockSupported()">RpcCallContext</a></code></strong></div> <div class="block">If the client connected and specified a codec to use, then we will use this codec making cellblocks to return. If the client did not specify a codec, we assume it does not support @@ -871,7 +708,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>disconnectSince</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.540">disconnectSince</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.485">disconnectSince</a>()</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#disconnectSince()">RpcCallContext</a></code></strong></div> <div class="block">Check if the caller who made this IPC call has disconnected. If called from outside the context of IPC, this does nothing.</div> @@ -888,7 +725,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getSize</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.548">getSize</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.493">getSize</a>()</pre> </li> </ul> <a name="getResponseCellSize()"> @@ -897,7 +734,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getResponseCellSize</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.552">getResponseCellSize</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.497">getResponseCellSize</a>()</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getResponseCellSize()">RpcCallContext</a></code></strong></div> <div class="block">The size of response cells that have been accumulated so far. This along with the corresponding increment call is used to ensure that multi's or @@ -914,7 +751,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>incrementResponseCellSize</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.556">incrementResponseCellSize</a>(long cellSize)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.501">incrementResponseCellSize</a>(long cellSize)</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#incrementResponseCellSize(long)">RpcCallContext</a></code></strong></div> <div class="block">Add on the given amount to the retained cell size. @@ -933,7 +770,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getResponseBlockSize</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.561">getResponseBlockSize</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.506">getResponseBlockSize</a>()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getResponseBlockSize()">getResponseBlockSize</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -946,7 +783,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>incrementResponseBlockSize</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.566">incrementResponseBlockSize</a>(long blockSize)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.511">incrementResponseBlockSize</a>(long blockSize)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#incrementResponseBlockSize(long)">incrementResponseBlockSize</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -959,11 +796,8 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>sendResponseIfReady</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.575">sendResponseIfReady</a>() +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.515">sendResponseIfReady</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> -<div class="block">If we have a response, and delay is not set, then respond - immediately. Otherwise, do not respond to client. This is - called by the RPC code in the context of the Handler thread.</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> </li> @@ -974,7 +808,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getRemoteUser</h4> -<pre>public org.apache.hadoop.security.UserGroupInformation <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.581">getRemoteUser</a>()</pre> +<pre>public org.apache.hadoop.security.UserGroupInformation <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.519">getRemoteUser</a>()</pre> </li> </ul> <a name="getRequestUser()"> @@ -983,7 +817,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <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/RpcServer.Call.html#line.586">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/RpcServer.Call.html#line.524">getRequestUser</a>()</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUser()">RpcCallContext</a></code></strong></div> <div class="block">Returns the user credentials associated with the current RPC request or <code>null</code> if no credentials were provided.</div> @@ -999,7 +833,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getRequestUserName</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.591">getRequestUserName</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.529">getRequestUserName</a>()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUserName()">getRequestUserName</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1012,7 +846,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getRemoteAddress</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.597">getRemoteAddress</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.535">getRemoteAddress</a>()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRemoteAddress()">getRemoteAddress</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1025,7 +859,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>getClientVersionInfo</h4> -<pre>public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.VersionInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.602">getClientVersionInfo</a>()</pre> +<pre>public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.VersionInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.540">getClientVersionInfo</a>()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getClientVersionInfo()">getClientVersionInfo</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd> @@ -1038,7 +872,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockList"> <li class="blockList"> <h4>setCallBack</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.607">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/RpcServer.Call.html#line.545">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"><strong>Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#setCallBack(org.apache.hadoop.hbase.ipc.RpcCallback)">RpcCallContext</a></code></strong></div> <div class="block">Sets a callback which has to be executed at the end of this RPC call. Such a callback is an optional one for any Rpc call.</div> @@ -1054,7 +888,7 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.ht <ul class="blockListLast"> <li class="blockList"> <h4>isRetryImmediatelySupported</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.612">isRetryImmediatelySupported</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.Call.html#line.550">isRetryImmediatelySupported</a>()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#isRetryImmediatelySupported()">isRetryImmediatelySupported</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallContext</a></code></dd>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d411951/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallQueueTooBigException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallQueueTooBigException.html b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallQueueTooBigException.html index c4de61a..e30f6ee 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallQueueTooBigException.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallQueueTooBigException.html @@ -118,7 +118,7 @@ </dl> <hr> <br> -<pre>public static class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.1241">RpcServer.CallQueueTooBigException</a> +<pre>public static class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.1179">RpcServer.CallQueueTooBigException</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#org.apache.hadoop.hbase.ipc.RpcServer.CallQueueTooBigException">Serialized Form</a></dd></dl> </li> @@ -184,7 +184,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.ht <ul class="blockListLast"> <li class="blockList"> <h4>RpcServer.CallQueueTooBigException</h4> -<pre><a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.CallQueueTooBigException.html#line.1242">RpcServer.CallQueueTooBigException</a>()</pre> +<pre><a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.CallQueueTooBigException.html#line.1180">RpcServer.CallQueueTooBigException</a>()</pre> </li> </ul> </li>
