http://git-wip-us.apache.org/repos/asf/hbase-site/blob/49431b18/apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/apidocs/index-all.html b/apidocs/index-all.html index a4bf97a..bcd96c1 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -418,6 +418,14 @@ <dd> <div class="block">Add a new replication peer for replicating data to slave cluster</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#addReplicationPeerAsync-java.lang.String-org.apache.hadoop.hbase.replication.ReplicationPeerConfig-">addReplicationPeerAsync(String, ReplicationPeerConfig)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> +<dd> +<div class="block">Add a new replication peer but does not block and wait for it.</div> +</dd> +<dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#addReplicationPeerAsync-java.lang.String-org.apache.hadoop.hbase.replication.ReplicationPeerConfig-boolean-">addReplicationPeerAsync(String, ReplicationPeerConfig, boolean)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> +<dd> +<div class="block">Add a new replication peer but does not block and wait for it.</div> +</dd> <dt><a href="org/apache/hadoop/hbase/net/Address.html" title="class in org.apache.hadoop.hbase.net"><span class="typeNameLink">Address</span></a> - Class in <a href="org/apache/hadoop/hbase/net/package-summary.html">org.apache.hadoop.hbase.net</a></dt> <dd> <div class="block">An immutable type to hold a hostname and port combo, like an Endpoint @@ -1414,6 +1422,10 @@ <dd> <div class="block">Clear all the blocks corresponding to this table from BlockCache.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/AsyncAdmin.html#clearBlockCache-org.apache.hadoop.hbase.TableName-">clearBlockCache(TableName)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/AsyncAdmin.html" title="interface in org.apache.hadoop.hbase.client">AsyncAdmin</a></dt> +<dd> +<div class="block">Clear all the blocks corresponding to this table from BlockCache.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#clearCompactionQueues-org.apache.hadoop.hbase.ServerName-java.util.Set-">clearCompactionQueues(ServerName, Set<String>)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> <dd> <div class="block">Clear compacting queues on a regionserver.</div> @@ -4140,6 +4152,10 @@ <dd> <div class="block">Stop the replication stream to the specified peer</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#disableReplicationPeerAsync-java.lang.String-">disableReplicationPeerAsync(String)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> +<dd> +<div class="block">Disable a replication peer but does not block and wait for it.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#disableTable-org.apache.hadoop.hbase.TableName-">disableTable(TableName)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> <dd> <div class="block">Disable table and wait on completion.</div> @@ -4359,6 +4375,10 @@ <dd> <div class="block">Restart the replication stream to the specified peer</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#enableReplicationPeerAsync-java.lang.String-">enableReplicationPeerAsync(String)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> +<dd> +<div class="block">Enable a replication peer but does not block and wait for it.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#enableTable-org.apache.hadoop.hbase.TableName-">enableTable(TableName)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> <dd> <div class="block">Enable a table.</div> @@ -14713,6 +14733,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <dd> <div class="block">Remove a peer and stop the replication</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#removeReplicationPeerAsync-java.lang.String-">removeReplicationPeerAsync(String)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> +<dd> +<div class="block">Remove a replication peer but does not block and wait for it.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#removeReplicationPeerTableCFs-java.lang.String-java.util.Map-">removeReplicationPeerTableCFs(String, Map<TableName, List<String>>)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> <dd> <div class="block">Remove some table-cfs from config of the specified peer.</div> @@ -19110,6 +19134,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <dd> <div class="block">Update the peerConfig for the specified peer</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/client/Admin.html#updateReplicationPeerConfigAsync-java.lang.String-org.apache.hadoop.hbase.replication.ReplicationPeerConfig-">updateReplicationPeerConfigAsync(String, ReplicationPeerConfig)</a></span> - Method in interface org.apache.hadoop.hbase.client.<a href="org/apache/hadoop/hbase/client/Admin.html" title="interface in org.apache.hadoop.hbase.client">Admin</a></dt> +<dd> +<div class="block">Update the peerConfig for the specified peer but does not block and wait for it.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/util/Base64.html#URL_SAFE">URL_SAFE</a></span> - Static variable in class org.apache.hadoop.hbase.util.<a href="org/apache/hadoop/hbase/util/Base64.html" title="class in org.apache.hadoop.hbase.util">Base64</a></dt> <dd> <div class="block">Encode using Base64-like encoding that is URL and Filename safe as
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/49431b18/apidocs/org/apache/hadoop/hbase/class-use/CacheEvictionStats.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/CacheEvictionStats.html b/apidocs/org/apache/hadoop/hbase/class-use/CacheEvictionStats.html index 341672d..d3de2af 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/CacheEvictionStats.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/CacheEvictionStats.html @@ -112,6 +112,21 @@ </tr> </tbody> </table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</a> that return types with arguments of type <a href="../../../../../org/apache/hadoop/hbase/CacheEvictionStats.html" title="class in org.apache.hadoop.hbase">CacheEvictionStats</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true" title="class or interface in java.util.concurrent">CompletableFuture</a><<a href="../../../../../org/apache/hadoop/hbase/CacheEvictionStats.html" title="class in org.apache.hadoop.hbase">CacheEvictionStats</a>></code></td> +<td class="colLast"><span class="typeNameLabel">AsyncAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/AsyncAdmin.html#clearBlockCache-org.apache.hadoop.hbase.TableName-">clearBlockCache</a></span>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</code> +<div class="block">Clear all the blocks corresponding to this table from BlockCache.</div> +</td> +</tr> +</tbody> +</table> </li> </ul> </li>
