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 E5D78200C4C for ; Tue, 4 Apr 2017 16:59:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E45AE160BAC; Tue, 4 Apr 2017 14:59:16 +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 891A4160B81 for ; Tue, 4 Apr 2017 16:59:15 +0200 (CEST) Received: (qmail 87128 invoked by uid 500); 4 Apr 2017 14:59:14 -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 86229 invoked by uid 99); 4 Apr 2017 14:59:13 -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; Tue, 04 Apr 2017 14:59:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4CC69E1103; Tue, 4 Apr 2017 14:59:13 +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: Tue, 04 Apr 2017 14:59:19 -0000 Message-Id: <7fdb3b2830a74d28b321e74d08597490@git.apache.org> In-Reply-To: <173407dc876042b3989bacdf056683f4@git.apache.org> References: <173407dc876042b3989bacdf056683f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/51] [partial] hbase-site git commit: Published site at e916b79db58bb9be806a833b2c0e675f1136c15a. archived-at: Tue, 04 Apr 2017 14:59:17 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/292b62a2/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html index 7b4d9fc..5b544b1 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html @@ -487,14 +487,14 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Pair<byte[][],byte[][]> -RegionLocator.getStartEndKeys() +HRegionLocator.getStartEndKeys()
Gets the starting and ending row keys for every region in the currently open table.
Pair<byte[][],byte[][]> -HRegionLocator.getStartEndKeys() +RegionLocator.getStartEndKeys()
Gets the starting and ending row keys for every region in the currently open table.
@@ -518,15 +518,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CompletableFuture<Pair<Integer,Integer>> +AsyncHBaseAdmin.getAlterStatus(TableName tableName)  + + +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.
- -CompletableFuture<Pair<Integer,Integer>> -AsyncHBaseAdmin.getAlterStatus(TableName tableName)  - (package private) CompletableFuture<Pair<HRegionInfo,ServerName>> AsyncHBaseAdmin.getRegion(byte[] regionName)  @@ -903,15 +903,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Pair<org.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner> -SimpleRpcServer.call(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.com.google.protobuf.Message param, - CellScanner cellScanner, - long receiveTime, - MonitoredRPCHandler status)  - - -Pair<org.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner> RpcServerInterface.call(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.com.google.protobuf.Message param, @@ -923,18 +914,16 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + Pair<org.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner> -SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service, +SimpleRpcServer.call(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.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, - MonitoredRPCHandler status, - long startTime, - int timeout)  + MonitoredRPCHandler status)  - + Pair<org.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner> RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service, org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor md, @@ -949,6 +938,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. + +Pair<org.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner> +SimpleRpcServer.call(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.com.google.protobuf.Message param, + CellScanner cellScanner, + long receiveTime, + MonitoredRPCHandler status, + long startTime, + int timeout)  + Pair<org.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner> RpcServerInterface.call(RpcCall call, @@ -1273,10 +1273,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -protected abstract void -TakeSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regions) -
Snapshot the specified regions
- +void +DisabledTableSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regionsAndLocations)  protected void @@ -1285,8 +1283,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -void -DisabledTableSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regionsAndLocations)  +protected abstract void +TakeSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regions) +
Snapshot the specified regions
+ @@ -1508,10 +1508,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Pair<String,SortedSet<String>> -ReplicationQueues.claimQueue(String regionserver, - String queueId) -
Take ownership for the queue identified by queueId and belongs to a dead region server.
- +TableBasedReplicationQueuesImpl.claimQueue(String regionserver, + String queueId)  Pair<String,SortedSet<String>> @@ -1520,8 +1518,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Pair<String,SortedSet<String>> -TableBasedReplicationQueuesImpl.claimQueue(String regionserver, - String queueId)  +ReplicationQueues.claimQueue(String regionserver, + String queueId) +
Take ownership for the queue identified by queueId and belongs to a dead region server.
+ Pair<ReplicationPeerConfig,org.apache.hadoop.conf.Configuration> @@ -1552,10 +1552,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -ReplicationQueues.addHFileRefs(String peerId, - List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs) -
Add new hfile references to the queue.
- +TableBasedReplicationQueuesImpl.addHFileRefs(String peerId, + List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)  void @@ -1564,8 +1562,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -TableBasedReplicationQueuesImpl.addHFileRefs(String peerId, - List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)  +ReplicationQueues.addHFileRefs(String peerId, + List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs) +
Add new hfile references to the queue.
+ @@ -1617,17 +1617,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -ReplicationSourceManager.addHFileRefs(TableName tableName, - byte[] family, - List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)  - - -void ReplicationSource.addHFileRefs(TableName tableName, byte[] family, List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)  - + void ReplicationSourceInterface.addHFileRefs(TableName tableName, byte[] family, @@ -1635,6 +1629,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Add hfile names to the queue to be replicated.
+ +void +ReplicationSourceManager.addHFileRefs(TableName tableName, + byte[] family, + List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)  + (package private) void Replication.addHFileRefsToQueue(TableName tableName,