http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b838bdf0/devapidocs/org/apache/hadoop/hbase/ipc/RpcCallContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcCallContext.html b/devapidocs/org/apache/hadoop/hbase/ipc/RpcCallContext.html index 36c1572..dc831e3 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcCallContext.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcCallContext.html @@ -18,8 +18,8 @@ catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":18,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>@InterfaceAudience.Private -public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.31">RpcCallContext</a></pre> +public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.32">RpcCallContext</a></pre> <div class="block">Interface of all necessary to carry out a RPC service invocation on the server. This interface focus on the information needed or obtained during the actual execution of the service method.</div> </li> @@ -126,7 +126,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp </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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default 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> @@ -146,14 +146,14 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRemoteAddress--">getRemoteAddress</a></span>()</code> </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<a href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUser--">getRequestUser</a></span>()</code> -<div class="block">Returns the user credentials associated with the current RPC request or - <code>null</code> if no credentials were provided.</div> +<div class="block">Returns the user credentials associated with the current RPC request or not present if no + credentials were provided.</div> </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>default <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallContext.html#getRequestUserName--">getRequestUserName</a></span>()</code> </td> </tr> <tr id="i5" class="rowColor"> @@ -222,7 +222,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>disconnectSince</h4> -<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.38">disconnectSince</a>()</pre> +<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.39">disconnectSince</a>()</pre> <div class="block">Check if the caller who made this IPC call has disconnected. If called from outside the context of IPC, this does nothing.</div> <dl> @@ -238,7 +238,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>isClientCellBlockSupported</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.48">isClientCellBlockSupported</a>()</pre> +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.49">isClientCellBlockSupported</a>()</pre> <div class="block">If the client connected and specified a codec to use, then we will use this codec making cellblocks to return. If the client did not specify a codec, we assume it does not support cellblocks and will return all content protobuf'd (though it makes our serving slower). @@ -256,9 +256,9 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>getRequestUser</h4> -<pre><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/RpcCallContext.html#line.55">getRequestUser</a>()</pre> -<div class="block">Returns the user credentials associated with the current RPC request or - <code>null</code> if no credentials were provided.</div> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<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/RpcCallContext.html#line.56">getRequestUser</a>()</pre> +<div class="block">Returns the user credentials associated with the current RPC request or not present if no + credentials were provided.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>A User</dd> @@ -271,10 +271,10 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>getRequestUserName</h4> -<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.60">getRequestUserName</a>()</pre> +<pre>default <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<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/RpcCallContext.html#line.61">getRequestUserName</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>Current request's user name or null if none ongoing.</dd> +<dd>Current request's user name or not present if none ongoing.</dd> </dl> </li> </ul> @@ -284,7 +284,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>getRemoteAddress</h4> -<pre><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/RpcCallContext.html#line.65">getRemoteAddress</a>()</pre> +<pre><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/RpcCallContext.html#line.68">getRemoteAddress</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Address of remote client in this call</dd> @@ -297,7 +297,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>getClientVersionInfo</h4> -<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.VersionInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.70">getClientVersionInfo</a>()</pre> +<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.VersionInfo <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.73">getClientVersionInfo</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the client version info, or null if the information is not present</dd> @@ -310,7 +310,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>setCallBack</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.78">setCallBack</a>(<a href="../../../../../org/apache/hadoop/hbase/ipc/RpcCallback.html" title="interface in org.apache.hadoop.hbase.ipc">RpcCallback</a> callback)</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.81">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">Sets a callback which has to be executed at the end of this RPC call. Such a callback is an optional one for any Rpc call.</div> <dl> @@ -325,7 +325,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>isRetryImmediatelySupported</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.80">isRetryImmediatelySupported</a>()</pre> +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.83">isRetryImmediatelySupported</a>()</pre> </li> </ul> <a name="getResponseCellSize--"> @@ -334,7 +334,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>getResponseCellSize</h4> -<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.87">getResponseCellSize</a>()</pre> +<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.90">getResponseCellSize</a>()</pre> <div class="block">The size of response cells that have been accumulated so far. This along with the corresponding increment call is used to ensure that multi's or scans dont get too excessively large</div> @@ -346,7 +346,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>incrementResponseCellSize</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.96">incrementResponseCellSize</a>(long cellSize)</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.99">incrementResponseCellSize</a>(long cellSize)</pre> <div class="block">Add on the given amount to the retained cell size. This is not thread safe and not synchronized at all. If this is used by more than one thread @@ -360,7 +360,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>getResponseBlockSize</h4> -<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.98">getResponseBlockSize</a>()</pre> +<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.101">getResponseBlockSize</a>()</pre> </li> </ul> <a name="incrementResponseBlockSize-long-"> @@ -369,7 +369,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>incrementResponseBlockSize</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.100">incrementResponseBlockSize</a>(long blockSize)</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.103">incrementResponseBlockSize</a>(long blockSize)</pre> </li> </ul> <a name="getResponseExceptionSize--"> @@ -378,7 +378,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockList"> <li class="blockList"> <h4>getResponseExceptionSize</h4> -<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.102">getResponseExceptionSize</a>()</pre> +<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.105">getResponseExceptionSize</a>()</pre> </li> </ul> <a name="incrementResponseExceptionSize-long-"> @@ -387,7 +387,7 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/Rp <ul class="blockListLast"> <li class="blockList"> <h4>incrementResponseExceptionSize</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.103">incrementResponseExceptionSize</a>(long exceptionSize)</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcCallContext.html#line.106">incrementResponseExceptionSize</a>(long exceptionSize)</pre> </li> </ul> </li>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b838bdf0/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html index f950e99..46d7eba 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public static class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.233">RpcServer.BlockingServiceAndInterface</a> +<pre>public static class <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.234">RpcServer.BlockingServiceAndInterface</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></pre> <div class="block">Datastructure for passing a <code>BlockingService</code> and its associated class of protobuf service interface. For example, a server that fielded what is defined @@ -214,7 +214,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>service</h4> -<pre>private final org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.234">service</a></pre> +<pre>private final org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.235">service</a></pre> </li> </ul> <a name="serviceInterface"> @@ -223,7 +223,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>serviceInterface</h4> -<pre>private final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.235">serviceInterface</a></pre> +<pre>private final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.236">serviceInterface</a></pre> </li> </ul> </li> @@ -240,7 +240,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>BlockingServiceAndInterface</h4> -<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.236">BlockingServiceAndInterface</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service, +<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.237">BlockingServiceAndInterface</a>(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> serviceInterface)</pre> </li> </ul> @@ -258,7 +258,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getServiceInterface</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.241">getServiceInterface</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.242">getServiceInterface</a>()</pre> </li> </ul> <a name="getBlockingService--"> @@ -267,7 +267,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>getBlockingService</h4> -<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.244">getBlockingService</a>()</pre> +<pre>public org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html#line.245">getBlockingService</a>()</pre> </li> </ul> </li> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b838bdf0/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html index e41c21a..4bb29938 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html @@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> -protected static interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.223">RpcServer.CallCleanup</a></pre> +protected static interface <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.html#line.224">RpcServer.CallCleanup</a></pre> </li> </ul> </div> @@ -154,7 +154,7 @@ protected static interface <a href="../../../../../src-html/org/apache/hadoop/hb <ul class="blockListLast"> <li class="blockList"> <h4>run</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html#line.224">run</a>()</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html#line.225">run</a>()</pre> </li> </ul> </li>
