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 EA98D200C4D for ; Wed, 5 Apr 2017 09:19:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E767C160B91; Wed, 5 Apr 2017 07:19:33 +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 D152A160BA8 for ; Wed, 5 Apr 2017 09:19:31 +0200 (CEST) Received: (qmail 21697 invoked by uid 500); 5 Apr 2017 07:19:25 -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 17393 invoked by uid 99); 5 Apr 2017 07:19:21 -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; Wed, 05 Apr 2017 07:19:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6A2D6F21A2; Wed, 5 Apr 2017 07:19:21 +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: Wed, 05 Apr 2017 07:19:58 -0000 Message-Id: <174fdae158a64d23a0702278a2757b27@git.apache.org> In-Reply-To: <3dfe011b9b104ec3844e8cd308b23e7f@git.apache.org> References: <3dfe011b9b104ec3844e8cd308b23e7f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/51] [partial] hbase-site git commit: Published site at 910b68082c8f200f0ba6395a76b7ee1c8917e401. archived-at: Wed, 05 Apr 2017 07:19:34 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html index 0f0a1d8..08c51f5 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html @@ -587,7 +587,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. private static HRegionLocation -MetaTableAccessor.getRegionLocation(Result r, +AsyncMetaTableAccessor.getRegionLocation(Result r, HRegionInfo regionInfo, int replicaId)
Returns the HRegionLocation parsed from the given meta row Result @@ -596,7 +596,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
private static HRegionLocation -AsyncMetaTableAccessor.getRegionLocation(Result r, +MetaTableAccessor.getRegionLocation(Result r, HRegionInfo regionInfo, int replicaId)
Returns the HRegionLocation parsed from the given meta row Result @@ -979,7 +979,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
HRegionInfo -RegionServerCallable.getHRegionInfo()  +ScannerCallableWithReplicas.getHRegionInfo()  HRegionInfo @@ -991,7 +991,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HRegionInfo -ScannerCallableWithReplicas.getHRegionInfo()  +RegionServerCallable.getHRegionInfo()  private HRegionInfo @@ -1030,13 +1030,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HBaseAdmin.getOnlineRegions(ServerName sn)  -(package private) Pair<HRegionInfo,ServerName> -HBaseAdmin.getRegion(byte[] regionName)  - - (package private) CompletableFuture<Pair<HRegionInfo,ServerName>> AsyncHBaseAdmin.getRegion(byte[] regionName)  + +(package private) Pair<HRegionInfo,ServerName> +HBaseAdmin.getRegion(byte[] regionName)  + List<HRegionInfo> Admin.getTableRegions(TableName tableName) @@ -1064,10 +1064,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CompletableFuture<Void> -AsyncAdmin.closeRegion(ServerName sn, - HRegionInfo hri) -
Close a region.
- +AsyncHBaseAdmin.closeRegion(ServerName sn, + HRegionInfo hri)  void @@ -1083,8 +1081,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CompletableFuture<Void> -AsyncHBaseAdmin.closeRegion(ServerName sn, - HRegionInfo hri)  +AsyncAdmin.closeRegion(ServerName sn, + HRegionInfo hri) +
Close a region.
+ private void @@ -1154,14 +1154,14 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Throwable error)
  -void -HBaseAdmin.split(ServerName sn, +CompletableFuture<Void> +AsyncHBaseAdmin.split(ServerName sn, HRegionInfo hri, byte[] splitPoint)  -CompletableFuture<Void> -AsyncHBaseAdmin.split(ServerName sn, +void +HBaseAdmin.split(ServerName sn, HRegionInfo hri, byte[] splitPoint)  @@ -1303,17 +1303,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -SplitLogManagerCoordination.markRegionsRecovering(ServerName serverName, +ZKSplitLogManagerCoordination.markRegionsRecovering(ServerName serverName, Set<HRegionInfo> userRegions) -
Mark regions in recovering state for distributed log replay
+
Create znodes /hbase/recovering-regions/[region_ids...]/[failed region server names ...] for + all regions of the passed in region servers
void -ZKSplitLogManagerCoordination.markRegionsRecovering(ServerName serverName, +SplitLogManagerCoordination.markRegionsRecovering(ServerName serverName, Set<HRegionInfo> userRegions) -
Create znodes /hbase/recovering-regions/[region_ids...]/[failed region server names ...] for - all regions of the passed in region servers
+
Mark regions in recovering state for distributed log replay
@@ -1792,15 +1792,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. List<ServerName> -FavoredNodesPlan.getFavoredNodes(HRegionInfo region)  +FavoredNodeLoadBalancer.getFavoredNodes(HRegionInfo regionInfo)  List<ServerName> -FavoredNodesManager.getFavoredNodes(HRegionInfo regionInfo)  +FavoredNodesPlan.getFavoredNodes(HRegionInfo region)  List<ServerName> -FavoredNodeLoadBalancer.getFavoredNodes(HRegionInfo regionInfo)  +FavoredNodesManager.getFavoredNodes(HRegionInfo regionInfo)  List<ServerName> @@ -2162,11 +2162,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. private HRegionInfo -UnAssignCallable.hri  +AssignCallable.hri  private HRegionInfo -AssignCallable.hri  +UnAssignCallable.hri  private HRegionInfo @@ -2766,19 +2766,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. long -MasterServices.mergeRegions(HRegionInfo[] regionsToMerge, +HMaster.mergeRegions(HRegionInfo[] regionsToMerge, boolean forcible, long nonceGroup, - long nonce) -
Merge regions in a table.
- + long nonce)
  long -HMaster.mergeRegions(HRegionInfo[] regionsToMerge, +MasterServices.mergeRegions(HRegionInfo[] regionsToMerge, boolean forcible, long nonceGroup, - long nonce)  + long nonce) +
Merge regions in a table.
+ (package private) void @@ -3212,19 +3212,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. long -MasterServices.splitRegion(HRegionInfo regionInfo, +HMaster.splitRegion(HRegionInfo regionInfo, byte[] splitRow, long nonceGroup, - long nonce) -
Split a region.
- + long nonce)
  long -HMaster.splitRegion(HRegionInfo regionInfo, +MasterServices.splitRegion(HRegionInfo regionInfo, byte[] splitRow, long nonceGroup, - long nonce)  + long nonce) +
Split a region.
+ (package private) void @@ -3600,13 +3600,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. RegionLocationFinder.cache  -(package private) Map<ServerName,List<HRegionInfo>> -BaseLoadBalancer.Cluster.clusterState  - - private Map<ServerName,List<HRegionInfo>> ClusterLoadState.clusterState  + +(package private) Map<ServerName,List<HRegionInfo>> +BaseLoadBalancer.Cluster.clusterState  + private static List<HRegionInfo> BaseLoadBalancer.EMPTY_REGION_LIST  @@ -3798,25 +3798,25 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. List<RegionPlan> -StochasticLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState) -
Given the cluster state this will try and approach an optimal balance.
+SimpleLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterMap) +
Generate a global load balancing plan according to the specified map of + server information to the most loaded regions of each server.
List<RegionPlan> -SimpleLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterMap) -
Generate a global load balancing plan according to the specified map of - server information to the most loaded regions of each server.
+StochasticLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState) +
Given the cluster state this will try and approach an optimal balance.
List<RegionPlan> -StochasticLoadBalancer.balanceCluster(TableName tableName, +SimpleLoadBalancer.balanceCluster(TableName tableName, Map<ServerName,List<HRegionInfo>> clusterState)  List<RegionPlan> -SimpleLoadBalancer.balanceCluster(TableName tableName, +StochasticLoadBalancer.balanceCluster(TableName tableName, Map<ServerName,List<HRegionInfo>> clusterState)  @@ -3888,11 +3888,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseLoadBalancer.setClusterLoad(Map<TableName,Map<ServerName,List<HRegionInfo>>> clusterLoad)  +SimpleLoadBalancer.setClusterLoad(Map<TableName,Map<ServerName,List<HRegionInfo>>> clusterLoad)  void -SimpleLoadBalancer.setClusterLoad(Map<TableName,Map<ServerName,List<HRegionInfo>>> clusterLoad)  +BaseLoadBalancer.setClusterLoad(Map<TableName,Map<ServerName,List<HRegionInfo>>> clusterLoad)  @@ -3946,11 +3946,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. private HRegionInfo[] -LockManager.MasterLock.regionInfos  +LockProcedure.regionInfos  private HRegionInfo[] -LockProcedure.regionInfos  +LockManager.MasterLock.regionInfos  @@ -4135,23 +4135,23 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. private List<HRegionInfo> -CloneSnapshotProcedure.newRegions  +CreateTableProcedure.newRegions  private List<HRegionInfo> -CreateTableProcedure.newRegions  +CloneSnapshotProcedure.newRegions  private List<HRegionInfo> -DeleteColumnFamilyProcedure.regionInfoList  +AddColumnFamilyProcedure.regionInfoList  private List<HRegionInfo> -AddColumnFamilyProcedure.regionInfoList  +ModifyTableProcedure.regionInfoList  private List<HRegionInfo> -ModifyTableProcedure.regionInfoList  +DeleteColumnFamilyProcedure.regionInfoList  private List<HRegionInfo> @@ -4159,11 +4159,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. private List<HRegionInfo> -TruncateTableProcedure.regions  +DisableTableProcedure.BulkDisabler.regions  private List<HRegionInfo> -DisableTableProcedure.BulkDisabler.regions  +TruncateTableProcedure.regions  private List<HRegionInfo> @@ -4234,6 +4234,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. List<HRegionInfo> newRegions)  +protected static List<HRegionInfo> +CreateTableProcedure.createFsLayout(MasterProcedureEnv env, + HTableDescriptor hTableDescriptor, + List<HRegionInfo> newRegions, + CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler)  + + private List<HRegionInfo> CloneSnapshotProcedure.createFsLayout(MasterProcedureEnv env, HTableDescriptor hTableDescriptor, @@ -4242,13 +4249,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Create region layout in file system.
- -protected static List<HRegionInfo> -CreateTableProcedure.createFsLayout(MasterProcedureEnv env, - HTableDescriptor hTableDescriptor, - List<HRegionInfo> newRegions, - CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler)  - List<HRegionInfo> CreateTableProcedure.CreateHdfsRegions.createHdfsRegions(MasterProcedureEnv env, @@ -4258,15 +4258,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. private List<HRegionInfo> -DeleteColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnv env)  +AddColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnv env)  private List<HRegionInfo> -AddColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnv env)  +ModifyTableProcedure.getRegionInfoList(MasterProcedureEnv env)  private List<HRegionInfo> -ModifyTableProcedure.getRegionInfoList(MasterProcedureEnv env)  +DeleteColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnv env)  static List<HRegionInfo> @@ -4417,6 +4417,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. List<HRegionInfo> newRegions)  +protected static List<HRegionInfo> +CreateTableProcedure.createFsLayout(MasterProcedureEnv env, + HTableDescriptor hTableDescriptor, + List<HRegionInfo> newRegions, + CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler)  + + private List<HRegionInfo> CloneSnapshotProcedure.createFsLayout(MasterProcedureEnv env, HTableDescriptor hTableDescriptor, @@ -4425,13 +4432,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Create region layout in file system.
- -protected static List<HRegionInfo> -CreateTableProcedure.createFsLayout(MasterProcedureEnv env, - HTableDescriptor hTableDescriptor, - List<HRegionInfo> newRegions, - CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler)  - List<HRegionInfo> CreateTableProcedure.CreateHdfsRegions.createHdfsRegions(MasterProcedureEnv env, @@ -4598,10 +4598,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 @@ -4610,8 +4608,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
+ @@ -4756,39 +4756,39 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HRegionInfo -RegionServicesForStores.getRegionInfo()  +RegionScanner.getRegionInfo()  HRegionInfo -Region.getRegionInfo()  +HRegionFileSystem.getRegionInfo()  HRegionInfo -HRegionFileSystem.getRegionInfo()  +RegionServicesForStores.getRegionInfo()  HRegionInfo -HRegion.getRegionInfo()  +Region.getRegionInfo()  HRegionInfo -HRegion.RegionScannerImpl.getRegionInfo()  +RegionCoprocessorHost.RegionEnvironment.getRegionInfo()  HRegionInfo -Store.getRegionInfo()  +HRegion.getRegionInfo()  HRegionInfo -RegionCoprocessorHost.RegionEnvironment.getRegionInfo()  +HRegion.RegionScannerImpl.getRegionInfo()  HRegionInfo -HStore.getRegionInfo()  +Store.getRegionInfo()  HRegionInfo -RegionScanner.getRegionInfo()  +HStore.getRegionInfo()  HRegionInfo @@ -5267,11 +5267,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. private HRegionInfo -CloseRegionHandler.regionInfo  +OpenRegionHandler.regionInfo  private HRegionInfo -OpenRegionHandler.regionInfo  +CloseRegionHandler.regionInfo  @@ -5284,11 +5284,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HRegionInfo -CloseRegionHandler.getRegionInfo()  +OpenRegionHandler.getRegionInfo()  HRegionInfo -OpenRegionHandler.getRegionInfo()  +CloseRegionHandler.getRegionInfo()  @@ -5412,6 +5412,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean inMemstore)
  +long +AsyncFSWAL.append(HRegionInfo hri, + WALKey key, + WALEdit edits, + boolean inMemstore)  + + abstract long AbstractFSWAL.append(HRegionInfo info, WALKey key, @@ -5421,13 +5428,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. transaction by calling 'begin' wherein which we assign this update a sequenceid. - -long -AsyncFSWAL.append(HRegionInfo hri, - WALKey key, - WALEdit edits, - boolean inMemstore)  - static WALEdit WALEdit.createBulkLoadEvent(HRegionInfo hri, @@ -5970,17 +5970,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HRegionInfo snapshotRegionInfo)  -TRegion -SnapshotManifest.RegionVisitor.regionOpen(HRegionInfo