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 F3940200C4A for ; Sun, 2 Apr 2017 15:01:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F2D8F160BA7; Sun, 2 Apr 2017 13:01:40 +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 87A5E160BA3 for ; Sun, 2 Apr 2017 15:01:39 +0200 (CEST) Received: (qmail 5645 invoked by uid 500); 2 Apr 2017 13:01:33 -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 4705 invoked by uid 99); 2 Apr 2017 13:01:30 -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; Sun, 02 Apr 2017 13:01:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87FAEE0896; Sun, 2 Apr 2017 13:01:30 +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: Sun, 02 Apr 2017 13:01:35 -0000 Message-Id: In-Reply-To: <42115be86bfc420180ddb6e13499ba40@git.apache.org> References: <42115be86bfc420180ddb6e13499ba40@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6. archived-at: Sun, 02 Apr 2017 13:01:41 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d254372/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 5b544b1..7b4d9fc 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[][]> -HRegionLocator.getStartEndKeys() +RegionLocator.getStartEndKeys()
Gets the starting and ending row keys for every region in the currently open table.
Pair<byte[][],byte[][]> -RegionLocator.getStartEndKeys() +HRegionLocator.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,6 +903,15 @@ 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, @@ -914,16 +923,18 @@ 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)  + MonitoredRPCHandler status, + long startTime, + int timeout)  - + 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, @@ -938,17 +949,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, - long startTime, - int timeout)  - Pair<org.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner> RpcServerInterface.call(RpcCall call, @@ -1273,8 +1273,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
+ protected void @@ -1283,10 +1285,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)  @@ -1508,8 +1508,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<String,SortedSet<String>> @@ -1518,10 +1520,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<ReplicationPeerConfig,org.apache.hadoop.conf.Configuration> @@ -1552,8 +1552,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.
+ void @@ -1562,10 +1564,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)  @@ -1617,23 +1617,23 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -ReplicationSource.addHFileRefs(TableName tableName, +ReplicationSourceManager.addHFileRefs(TableName tableName, byte[] family, List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)  void -ReplicationSourceInterface.addHFileRefs(TableName tableName, +ReplicationSource.addHFileRefs(TableName tableName, byte[] family, - List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs) -
Add hfile names to the queue to be replicated.
- + List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)
  void -ReplicationSourceManager.addHFileRefs(TableName tableName, +ReplicationSourceInterface.addHFileRefs(TableName tableName, byte[] family, - List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs)  + List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> pairs) +
Add hfile names to the queue to be replicated.
+ (package private) void