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 0C5C32009C5 for ; Mon, 16 May 2016 19:11:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0AF76160A26; Mon, 16 May 2016 17:11:55 +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 B77EA160A1F for ; Mon, 16 May 2016 19:11:52 +0200 (CEST) Received: (qmail 81982 invoked by uid 500); 16 May 2016 17:11:45 -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 80286 invoked by uid 99); 16 May 2016 17:11:44 -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, 16 May 2016 17:11:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94D6DE0537; Mon, 16 May 2016 17:11:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Mon, 16 May 2016 17:12:14 -0000 Message-Id: <40f8b454ecd94f5fbe60c646181e6239@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [32/51] [partial] hbase-site git commit: Published site at e0aff109018918514c8f27a8a90159e695e8b542. archived-at: Mon, 16 May 2016 17:11:55 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/34d57efe/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html index 459a235..758cb38 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html @@ -248,11 +248,11 @@ ServerName -SplitLogTask.getServerName()  +Server.getServerName()  ServerName -Server.getServerName()  +SplitLogTask.getServerName()  static ServerName @@ -591,11 +591,11 @@ private ServerName -AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.server  +FastFailInterceptorContext.server  private ServerName -FastFailInterceptorContext.server  +AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.server  private ServerName @@ -698,16 +698,16 @@ -private void -ConnectionImplementation.cacheLocation(TableName tableName, +void +MetaCache.cacheLocation(TableName tableName, ServerName source, HRegionLocation location)
Put a newly discovered HRegionLocation into the cache.
-void -MetaCache.cacheLocation(TableName tableName, +private void +ConnectionImplementation.cacheLocation(TableName tableName, ServerName source, HRegionLocation location)
Put a newly discovered HRegionLocation into the cache.
@@ -736,10 +736,8 @@ void -HConnection.clearCaches(ServerName sn) -
Deprecated.  -
internal method, do not use thru HConnection
-
+ClusterConnection.clearCaches(ServerName sn) +
Clear any caches that pertain to server name sn.
@@ -748,22 +746,24 @@ void -ClusterConnection.clearCaches(ServerName sn) -
Clear any caches that pertain to server name sn.
+HConnection.clearCaches(ServerName sn) +
Deprecated.  +
internal method, do not use thru HConnection
+
void +HBaseAdmin.closeRegion(ServerName sn, + HRegionInfo hri)  + + +void Admin.closeRegion(ServerName sn, HRegionInfo hri)
Close a region.
- -void -HBaseAdmin.closeRegion(ServerName sn, - HRegionInfo hri)  - private void HBaseAdmin.compact(ServerName sn, @@ -773,29 +773,29 @@ void -Admin.compactRegionServer(ServerName sn, +HBaseAdmin.compactRegionServer(ServerName sn, boolean major)
Compact all regions on the region server
void -HBaseAdmin.compactRegionServer(ServerName sn, +Admin.compactRegionServer(ServerName sn, boolean major)
Compact all regions on the region server
CoprocessorRpcChannel +HBaseAdmin.coprocessorService(ServerName sn)  + + +CoprocessorRpcChannel Admin.coprocessorService(ServerName sn)
Creates and returns a RpcChannel instance connected to the passed region server.
- -CoprocessorRpcChannel -HBaseAdmin.coprocessorService(ServerName sn)  - protected MultiServerCallable<Row> AsyncProcess.createCallable(ServerName server, @@ -838,10 +838,8 @@ org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface -HConnection.getAdmin(ServerName serverName) -
Deprecated.  -
internal method, do not use thru HConnection
-
+ClusterConnection.getAdmin(ServerName serverName) +
Establishes a connection to the region server at the specified address.
@@ -850,12 +848,19 @@ org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface -ClusterConnection.getAdmin(ServerName serverName) -
Establishes a connection to the region server at the specified address.
+HConnection.getAdmin(ServerName serverName) +
Deprecated.  +
internal method, do not use thru HConnection
+
org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface +ConnectionImplementation.getAdmin(ServerName serverName, + boolean master)  + + +org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface HConnection.getAdmin(ServerName serverName, boolean getMaster)
Deprecated.  @@ -863,11 +868,6 @@
- -org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface -ConnectionImplementation.getAdmin(ServerName serverName, - boolean master)  - private Long AsyncProcess.AsyncRequestFutureImpl.getBackoff(ServerName server, @@ -875,10 +875,9 @@ org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface -HConnection.getClient(ServerName serverName) -
Deprecated.  -
internal method, do not use thru HConnection
-
+ClusterConnection.getClient(ServerName serverName) +
Establishes a connection to the region server at the specified address, and returns + a region client protocol.
@@ -887,9 +886,10 @@ org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface -ClusterConnection.getClient(ServerName serverName) -
Establishes a connection to the region server at the specified address, and returns - a region client protocol.
+HConnection.getClient(ServerName serverName) +
Deprecated.  +
internal method, do not use thru HConnection
+
@@ -904,13 +904,13 @@ List<HRegionInfo> -Admin.getOnlineRegions(ServerName sn) -
Get all the online regions on a region server.
- +HBaseAdmin.getOnlineRegions(ServerName sn)  List<HRegionInfo> -HBaseAdmin.getOnlineRegions(ServerName sn)  +Admin.getOnlineRegions(ServerName sn) +
Get all the online regions on a region server.
+ (package private) ServerStatistics @@ -949,7 +949,7 @@ boolean -HConnection.isDeadServer(ServerName serverName) +ClusterConnection.isDeadServer(ServerName serverName)
Deprecated. 
internal method, do not use thru HConnection
@@ -967,7 +967,7 @@ boolean -ClusterConnection.isDeadServer(ServerName serverName) +HConnection.isDeadServer(ServerName serverName)
Deprecated. 
internal method, do not use thru HConnection
@@ -1039,13 +1039,13 @@ void -Admin.rollWALWriter(ServerName serverName) -
Roll the log writer.
- +HBaseAdmin.rollWALWriter(ServerName serverName)  void -HBaseAdmin.rollWALWriter(ServerName serverName)  +Admin.rollWALWriter(ServerName serverName) +
Roll the log writer.
+ private org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse @@ -1100,14 +1100,12 @@ void -HConnection.updateCachedLocations(TableName tableName, +ClusterConnection.updateCachedLocations(TableName tableName, byte[] regionName, byte[] rowkey, Object exception, ServerName source) -
Deprecated.  -
internal method, do not use through HConnection
-
+
Update the location cache.
@@ -1123,25 +1121,27 @@ void -ClusterConnection.updateCachedLocations(TableName tableName, +HConnection.updateCachedLocations(TableName tableName, byte[] regionName, byte[] rowkey, Object exception, ServerName source) -
Update the location cache.
+
Deprecated.  +
internal method, do not use through HConnection
+
void +HBaseAdmin.updateConfiguration(ServerName server)  + + +void Admin.updateConfiguration(ServerName server)
Update the configuration and trigger an online config change on the regionserver
- -void -HBaseAdmin.updateConfiguration(ServerName server)  - private void PreemptiveFastFailInterceptor.updateFailureInfoForServer(ServerName server, @@ -1300,7 +1300,7 @@ long -ExponentialClientBackoffPolicy.getBackoffTime(ServerName serverName, +ClientBackoffPolicy.getBackoffTime(ServerName serverName, byte[] region, ServerStatistics stats)  @@ -1312,7 +1312,7 @@ long -ClientBackoffPolicy.getBackoffTime(ServerName serverName, +ExponentialClientBackoffPolicy.getBackoffTime(ServerName serverName, byte[] region, ServerStatistics stats)  @@ -1382,17 +1382,17 @@ 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
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
@@ -1553,75 +1553,75 @@ void -AsyncRpcClient.cancelConnections(ServerName sn) -
Interrupt the connections to the given ip:port server.
+RpcClient.cancelConnections(ServerName sn) +
Interrupt the connections to the given server.
void -RpcClientImpl.cancelConnections(ServerName sn) +AsyncRpcClient.cancelConnections(ServerName sn)
Interrupt the connections to the given ip:port server.
void -RpcClient.cancelConnections(ServerName sn) -
Interrupt the connections to the given server.
+RpcClientImpl.cancelConnections(ServerName sn) +
Interrupt the connections to the given ip:port server.
com.google.protobuf.BlockingRpcChannel -AbstractRpcClient.createBlockingRpcChannel(ServerName sn, - User ticket, - int defaultOperationTimeout)  - - -com.google.protobuf.BlockingRpcChannel RpcClient.createBlockingRpcChannel(ServerName sn, User user, int rpcTimeout)
Creates a "channel" that can be used by a blocking protobuf service.
+ +com.google.protobuf.BlockingRpcChannel +AbstractRpcClient.createBlockingRpcChannel(ServerName sn, + User ticket, + int defaultOperationTimeout)  + com.google.protobuf.RpcChannel -AsyncRpcClient.createProtobufRpcChannel(ServerName sn, +RpcClient.createProtobufRpcChannel(ServerName sn, User user, - int rpcTimeout)  + int rpcTimeout) +
Creates a "channel" that can be used by a protobuf service.
+ com.google.protobuf.RpcChannel -RpcClientImpl.createProtobufRpcChannel(ServerName sn, +AsyncRpcClient.createProtobufRpcChannel(ServerName sn, User user, int rpcTimeout)  com.google.protobuf.RpcChannel -RpcClient.createProtobufRpcChannel(ServerName sn, +RpcClientImpl.createProtobufRpcChannel(ServerName sn, User user, - int rpcTimeout) -
Creates a "channel" that can be used by a protobuf service.
- + int rpcTimeout)
  AsyncRpcChannel -AsyncRpcClient.createRpcChannel(String serviceName, +RpcClient.createRpcChannel(String serviceName, ServerName sn, - User user)  + User user) +
Create or fetch AsyncRpcChannel
+ AsyncRpcChannel -RpcClientImpl.createRpcChannel(String serviceName, +AsyncRpcClient.createRpcChannel(String serviceName, ServerName sn, User user)  AsyncRpcChannel -RpcClient.createRpcChannel(String serviceName, +RpcClientImpl.createRpcChannel(String serviceName, ServerName sn, - User user) -
Create or fetch AsyncRpcChannel
- + User user)
  @@ -2499,31 +2499,25 @@ -(package private) void -AssignmentManager.regionOnline(HRegionInfo regionInfo, - ServerName sn) -
Marks the region as online.
- - - void LoadBalancer.regionOnline(HRegionInfo regionInfo, ServerName sn)
Marks the region as online at balancer.
- + void RegionStates.regionOnline(HRegionInfo hri, ServerName serverName)  - + (package private) void -AssignmentManager.regionOnline(HRegionInfo regionInfo, - ServerName sn, - long openSeqNum)  +AssignmentManager.regionOnline(HRegionInfo regionInfo, + ServerName sn) +
Marks the region as online.
+ - + void RegionStates.regionOnline(HRegionInfo hri, ServerName serverName, @@ -2531,6 +2525,12 @@
A region is online, won't be in transition any more.
+ +(package private) void +AssignmentManager.regionOnline(HRegionInfo regionInfo, + ServerName sn, + long openSeqNum)  + void AssignmentListener.regionOpened(HRegionInfo regionInfo, @@ -3328,34 +3328,34 @@ 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> -FavoredNodeLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState)  +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> -StochasticLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState) -
Given the cluster state this will try and approach an optimal balance.
- +FavoredNodeLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState)  List<RegionPlan> -SimpleLoadBalancer.balanceCluster(TableName tableName, +StochasticLoadBalancer.balanceCluster(TableName tableName, Map<ServerName,List<HRegionInfo>> clusterState)  List<RegionPlan> -FavoredNodeLoadBalancer.balanceCluster(TableName tableName, +SimpleLoadBalancer.balanceCluster(TableName tableName, Map<ServerName,List<HRegionInfo>> clusterState)  List<RegionPlan> -StochasticLoadBalancer.balanceCluster(TableName tableName, +FavoredNodeLoadBalancer.balanceCluster(TableName tableName, Map<ServerName,List<HRegionInfo>> clusterState)  @@ -3815,15 +3815,15 @@ -void -DisabledTableSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regionsAndLocations)  - - protected abstract void TakeSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regions)
Snapshot the specified regions
+ +void +DisabledTableSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regionsAndLocations)  + protected void EnabledTableSnapshotHandler.snapshotRegions(List<Pair<HRegionInfo,ServerName>> regions) @@ -3906,13 +3906,13 @@ (package private) Put -RegionMergeTransactionImpl.addLocation(Put p, +SplitTransactionImpl.addLocation(Put p, ServerName sn, long openSeqNum)  (package private) Put -SplitTransactionImpl.addLocation(Put p, +RegionMergeTransactionImpl.addLocation(Put p, ServerName sn, long openSeqNum)  @@ -4110,13 +4110,13 @@ -ServerName -ReplicationSyncUp.DummyServer.getServerName()  - - (package private) ServerName ReplicationSinkManager.SinkPeer.getServerName()  + +ServerName +ReplicationSyncUp.DummyServer.getServerName()  + @@ -4352,13 +4352,13 @@ - - - - + + + +
MasterStatusTmpl.ImplData.m_metaLocation 
protected ServerNameMasterStatusTmpl.metaLocation 
private ServerName MasterStatusTmplImpl.metaLocation 
protected ServerNameMasterStatusTmpl.metaLocation 
@@ -4369,40 +4369,40 @@ - - - - + + + + - + - + - + - + - - + + - - + +
protected Set<ServerName>MasterStatusTmpl.deadServers 
private Set<ServerName> MasterStatusTmplImpl.deadServers 
protected Set<ServerName>MasterStatusTmpl.deadServers 
private Set<ServerName> MasterStatusTmpl.ImplData.m_deadServers 
private List<ServerName>MasterStatusTmpl.ImplData.m_servers RegionServerListTmpl.ImplData.m_servers 
private List<ServerName>RegionServerListTmpl.ImplData.m_servers MasterStatusTmpl.ImplData.m_servers 
private List<ServerName>RegionServerListTmplImpl.servers MasterStatusTmplImpl.servers 
protected List<ServerName>MasterStatusTmpl.servers RegionServerListTmpl.servers 
private List<ServerName>MasterStatusTmplImpl.servers protected List<ServerName>MasterStatusTmpl.servers 
protected List<ServerName>RegionServerListTmpl.servers private List<ServerName>RegionServerListTmplImpl.servers&n