Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 417ED200CC5 for ; Mon, 26 Jun 2017 17:01:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 405D3160BF8; Mon, 26 Jun 2017 15:01:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4C41F160BDE for ; Mon, 26 Jun 2017 17:01:27 +0200 (CEST) Received: (qmail 80628 invoked by uid 500); 26 Jun 2017 15:01:21 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 78793 invoked by uid 99); 26 Jun 2017 15:01:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2017 15:01:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9F3FE96F0; Mon, 26 Jun 2017 15:01:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Mon, 26 Jun 2017 15:02:02 -0000 Message-Id: <17562916b82e466fa390fc43f7b40fb2@git.apache.org> In-Reply-To: <7f7d7944d7124677bf1e8939f6b5d72a@git.apache.org> References: <7f7d7944d7124677bf1e8939f6b5d72a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [46/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Mon, 26 Jun 2017 15:01:28 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html index 1fdbbed..6d24ce5 100644 --- a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html +++ b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html @@ -123,6 +123,21 @@ + + + + + + + + + + + +
Methods in org.apache.hadoop.hbase.client that return types with arguments of type ReplicationPeerConfig 
Modifier and TypeMethod and Description
CompletableFuture<ReplicationPeerConfig>AsyncAdmin.getReplicationPeerConfig(String peerId) +
Returns the configured ReplicationPeerConfig for the specified peer
+
+ @@ -130,12 +145,26 @@ + + + + + + + + + + + + + + + +
Methods in org.apache.hadoop.hbase.client with parameters of type ReplicationPeerConfig 
Modifier and Type
CompletableFuture<Void>AsyncAdmin.addReplicationPeer(String peerId, + ReplicationPeerConfig peerConfig) +
Add a new replication peer for replicating data to slave cluster
+
default void Admin.addReplicationPeer(String peerId, ReplicationPeerConfig peerConfig)
Add a new replication peer for replicating data to slave cluster
CompletableFuture<Void>AsyncAdmin.updateReplicationPeerConfig(String peerId, + ReplicationPeerConfig peerConfig) +
Update the peerConfig for the specified peer
+
default void Admin.updateReplicationPeerConfig(String peerId, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html index 203ea47..1391885 100644 --- a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html +++ b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html @@ -105,11 +105,23 @@
default CompletableFuture<List<ReplicationPeerDescription>>AsyncAdmin.listReplicationPeers() +
Return a list of replication peers.
+
default List<ReplicationPeerDescription> Admin.listReplicationPeers()
Return a list of replication peers.
CompletableFuture<List<ReplicationPeerDescription>>AsyncAdmin.listReplicationPeers(Optional<Pattern> pattern) +
Return a list of replication peers.
+
default List<ReplicationPeerDescription> Admin.listReplicationPeers(Pattern pattern) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html b/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html index 6480b08..c309b20 100644 --- a/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html +++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html @@ -147,6 +147,22 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
+ + + + + + + + + + + + +
Methods in org.apache.hadoop.hbase.client that return types with arguments of type Pair 
Modifier and TypeMethod and Description
CompletableFuture<Pair<Integer,Integer>>AsyncAdmin.getAlterStatus(TableName tableName) +
Get the status of alter command - indicates how many regions have received the updated schema + Asynchronous operation.
+
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/overview-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 8cf2ef3..8a5ad43 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -716,6 +716,7 @@
  • org.apache.hadoop.hbase.client.Connection (also extends java.io.Closeable)
  • +
  • org.apache.hadoop.hbase.client.AsyncAdmin
  • org.apache.hadoop.hbase.client.AsyncTableBase