http://git-wip-us.apache.org/repos/asf/hbase-site/blob/883dde2f/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html index be246fb..d8857c0 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html @@ -2426,7 +2426,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>movedRegions</h4> -<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionInfo.html" title="class in org.apache.hadoop.hbase.regionserver">HRegionServer.MovedRegionInfo</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.3413">movedRegions</a></pre> +<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionInfo.html" title="class in org.apache.hadoop.hbase.regionserver">HRegionServer.MovedRegionInfo</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.3410">movedRegions</a></pre> </li> </ul> <a name="TIMEOUT_REGION_MOVED"> @@ -2435,7 +2435,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockListLast"> <li class="blockList"> <h4>TIMEOUT_REGION_MOVED</h4> -<pre>private static final int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.3417">TIMEOUT_REGION_MOVED</a></pre> +<pre>private static final int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.3414">TIMEOUT_REGION_MOVED</a></pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.regionserver.HRegionServer.TIMEOUT_REGION_MOVED">Constant Field Values</a></dd> @@ -2840,7 +2840,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>reportRegionSizesForQuotas</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1219">reportRegionSizesForQuotas</a>(<a href="../../../../../org/apache/hadoop/hbase/quotas/RegionSizeStore.html" title="interface in org.apache.hadoop.hbase.quotas">RegionSizeStore</a> regionSizeStore)</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1218">reportRegionSizesForQuotas</a>(<a href="../../../../../org/apache/hadoop/hbase/quotas/RegionSizeStore.html" title="interface in org.apache.hadoop.hbase.quotas">RegionSizeStore</a> regionSizeStore)</pre> <div class="block">Reports the given map of Regions and their size on the filesystem to the active Master.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -2858,7 +2858,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>buildReportAndSend</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1262">buildReportAndSend</a>(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface rss, +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1261">buildReportAndSend</a>(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface rss, <a href="../../../../../org/apache/hadoop/hbase/quotas/RegionSizeStore.html" title="interface in org.apache.hadoop.hbase.quotas">RegionSizeStore</a> regionSizeStore) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException</pre> <div class="block">Builds the region size report and sends it to the master. Upon successful sending of the @@ -2878,7 +2878,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>buildRegionSpaceUseReportRequest</h4> -<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionSpaceUseReportRequest <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1279">buildRegionSpaceUseReportRequest</a>(<a href="../../../../../org/apache/hadoop/hbase/quotas/RegionSizeStore.html" title="interface in org.apache.hadoop.hbase.quotas">RegionSizeStore</a> regionSizes)</pre> +<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionSpaceUseReportRequest <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1278">buildRegionSpaceUseReportRequest</a>(<a href="../../../../../org/apache/hadoop/hbase/quotas/RegionSizeStore.html" title="interface in org.apache.hadoop.hbase.quotas">RegionSizeStore</a> regionSizes)</pre> <div class="block">Builds a <code>RegionServerStatusProtos.RegionSpaceUseReportRequest</code> protobuf message from the region size map.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -2894,7 +2894,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>convertRegionSize</h4> -<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionSpaceUse <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1295">convertRegionSize</a>(<a href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" title="interface in org.apache.hadoop.hbase.client">RegionInfo</a> regionInfo, +<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionSpaceUse <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1294">convertRegionSize</a>(<a href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" title="interface in org.apache.hadoop.hbase.client">RegionInfo</a> regionInfo, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> sizeInBytes)</pre> <div class="block">Converts a pair of <a href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" title="interface in org.apache.hadoop.hbase.client"><code>RegionInfo</code></a> and <code>long</code> into a <code>RegionServerStatusProtos.RegionSpaceUse</code> protobuf message.</div> @@ -2913,7 +2913,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>buildServerLoad</h4> -<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1302">buildServerLoad</a>(long reportStartTime, +<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1301">buildServerLoad</a>(long reportStartTime, long reportEndTime) throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> @@ -2928,7 +2928,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getOnlineRegionsAsPrintableString</h4> -<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1373">getOnlineRegionsAsPrintableString</a>()</pre> +<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1372">getOnlineRegionsAsPrintableString</a>()</pre> </li> </ul> <a name="waitOnAllRegionsToClose-boolean-"> @@ -2937,7 +2937,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>waitOnAllRegionsToClose</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1385">waitOnAllRegionsToClose</a>(boolean abort)</pre> +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1384">waitOnAllRegionsToClose</a>(boolean abort)</pre> <div class="block">Wait on regions close.</div> </li> </ul> @@ -2947,7 +2947,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>sleep</h4> -<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1439">sleep</a>(long millis)</pre> +<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1438">sleep</a>(long millis)</pre> </li> </ul> <a name="shutdownWAL-boolean-"> @@ -2956,7 +2956,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>shutdownWAL</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1450">shutdownWAL</a>(boolean close)</pre> +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1449">shutdownWAL</a>(boolean close)</pre> </li> </ul> <a name="handleReportForDutyResponse-org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse-"> @@ -2965,7 +2965,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>handleReportForDutyResponse</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1471">handleReportForDutyResponse</a>(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse c) +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1470">handleReportForDutyResponse</a>(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse c) throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> @@ -2979,7 +2979,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>initializeMemStoreChunkCreator</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1565">initializeMemStoreChunkCreator</a>()</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1564">initializeMemStoreChunkCreator</a>()</pre> </li> </ul> <a name="startHeapMemoryManager--"> @@ -2988,7 +2988,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>startHeapMemoryManager</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1586">startHeapMemoryManager</a>()</pre> +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1585">startHeapMemoryManager</a>()</pre> </li> </ul> <a name="createMyEphemeralNode--"> @@ -2997,7 +2997,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>createMyEphemeralNode</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1594">createMyEphemeralNode</a>() +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1593">createMyEphemeralNode</a>() throws org.apache.zookeeper.KeeperException, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> @@ -3013,7 +3013,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>deleteMyEphemeralNode</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1602">deleteMyEphemeralNode</a>() +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1601">deleteMyEphemeralNode</a>() throws org.apache.zookeeper.KeeperException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> @@ -3027,7 +3027,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRegionServerAccounting</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerAccounting.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerAccounting</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1607">getRegionServerAccounting</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerAccounting.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerAccounting</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1606">getRegionServerAccounting</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getRegionServerAccounting--">getRegionServerAccounting</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html" title="interface in org.apache.hadoop.hbase.regionserver">RegionServerServices</a></code></dd> @@ -3042,7 +3042,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>createRegionLoad</h4> -<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1619">createRegionLoad</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a> r, +<pre>org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1618">createRegionLoad</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a> r, org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad.Builder regionLoadBldr, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.RegionSpecifier.Builder regionSpecifier) throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> @@ -3058,7 +3058,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>createRegionLoad</h4> -<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1687">createRegionLoad</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> encodedRegionName) +<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1686">createRegionLoad</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> encodedRegionName) throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -3076,7 +3076,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>isOnline</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1796">isOnline</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1795">isOnline</a>()</pre> <div class="block">Report the status of the server. A server is online once all the startup is completed (setting up filesystem, starting executorService threads, etc.). This method is designed mostly to be useful in tests.</div> @@ -3092,7 +3092,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>setupWALAndReplication</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1804">setupWALAndReplication</a>() +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1803">setupWALAndReplication</a>() throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Setup WAL log and replication if enabled. Replication setup is done in here because it wants to be hooked up to WAL.</div> @@ -3108,7 +3108,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>startReplicationService</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1827">startReplicationService</a>() +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1826">startReplicationService</a>() throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Start up replication source and sink handlers.</div> <dl> @@ -3123,7 +3123,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRegionServerMetrics</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/MetricsRegionServer.html" title="class in org.apache.hadoop.hbase.regionserver">MetricsRegionServer</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1842">getRegionServerMetrics</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/MetricsRegionServer.html" title="class in org.apache.hadoop.hbase.regionserver">MetricsRegionServer</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1841">getRegionServerMetrics</a>()</pre> </li> </ul> <a name="getMasterAddressTracker--"> @@ -3132,7 +3132,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getMasterAddressTracker</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/zookeeper/MasterAddressTracker.html" title="class in org.apache.hadoop.hbase.zookeeper">MasterAddressTracker</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1849">getMasterAddressTracker</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/zookeeper/MasterAddressTracker.html" title="class in org.apache.hadoop.hbase.zookeeper">MasterAddressTracker</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1848">getMasterAddressTracker</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Master address tracker instance.</dd> @@ -3145,7 +3145,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>startServices</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1867">startServices</a>() +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1866">startServices</a>() throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> @@ -3159,7 +3159,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>initializeThreads</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1968">initializeThreads</a>() +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.1967">initializeThreads</a>() throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> @@ -3173,7 +3173,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>registerConfigurationObservers</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2015">registerConfigurationObservers</a>()</pre> +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2014">registerConfigurationObservers</a>()</pre> </li> </ul> <a name="putUpWebUI--"> @@ -3182,7 +3182,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>putUpWebUI</h4> -<pre>private int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2027">putUpWebUI</a>() +<pre>private int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2026">putUpWebUI</a>() throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Puts up the webui.</div> <dl> @@ -3199,7 +3199,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>isHealthy</h4> -<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2081">isHealthy</a>()</pre> +<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2080">isHealthy</a>()</pre> </li> </ul> <a name="getWALs--"> @@ -3208,7 +3208,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getWALs</h4> -<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/hadoop/hbase/wal/WAL.html" title="interface in org.apache.hadoop.hbase.wal">WAL</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2099">getWALs</a>() +<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/hadoop/hbase/wal/WAL.html" title="interface in org.apache.hadoop.hbase.wal">WAL</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2098">getWALs</a>() throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -3227,7 +3227,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getWAL</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/wal/WAL.html" title="interface in org.apache.hadoop.hbase.wal">WAL</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2104">getWAL</a>(<a href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" title="interface in org.apache.hadoop.hbase.client">RegionInfo</a> regionInfo) +<pre>public <a href="../../../../../org/apache/hadoop/hbase/wal/WAL.html" title="interface in org.apache.hadoop.hbase.wal">WAL</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2103">getWAL</a>(<a href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" title="interface in org.apache.hadoop.hbase.client">RegionInfo</a> regionInfo) throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -3246,7 +3246,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getWalRoller</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/LogRoller.html" title="class in org.apache.hadoop.hbase.regionserver">LogRoller</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2112">getWalRoller</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/LogRoller.html" title="class in org.apache.hadoop.hbase.regionserver">LogRoller</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2111">getWalRoller</a>()</pre> </li> </ul> <a name="getConnection--"> @@ -3255,7 +3255,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getConnection</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2117">getConnection</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2116">getConnection</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getConnection--">Server</a></code></span></div> <div class="block">Returns a reference to the servers' connection. @@ -3273,7 +3273,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getClusterConnection</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/ClusterConnection.html" title="interface in org.apache.hadoop.hbase.client">ClusterConnection</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2122">getClusterConnection</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/ClusterConnection.html" title="interface in org.apache.hadoop.hbase.client">ClusterConnection</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2121">getClusterConnection</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getClusterConnection--">Server</a></code></span></div> <div class="block">Returns a reference to the servers' cluster connection. Prefer <a href="../../../../../org/apache/hadoop/hbase/Server.html#getConnection--"><code>Server.getConnection()</code></a>. @@ -3291,7 +3291,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getMetaTableLocator</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/zookeeper/MetaTableLocator.html" title="class in org.apache.hadoop.hbase.zookeeper">MetaTableLocator</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2127">getMetaTableLocator</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/zookeeper/MetaTableLocator.html" title="class in org.apache.hadoop.hbase.zookeeper">MetaTableLocator</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2126">getMetaTableLocator</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getMetaTableLocator--">Server</a></code></span></div> <div class="block">Returns instance of <a href="../../../../../org/apache/hadoop/hbase/zookeeper/MetaTableLocator.html" title="class in org.apache.hadoop.hbase.zookeeper"><code>MetaTableLocator</code></a> running inside this server. This MetaServerLocator is started and stopped by server, clients @@ -3310,7 +3310,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>stop</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2132">stop</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2131">stop</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Stoppable.html#stop-java.lang.String-">Stoppable</a></code></span></div> <div class="block">Stop this service. Implementers should favor logging errors over throwing RuntimeExceptions.</div> @@ -3328,7 +3328,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>stop</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2142">stop</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2141">stop</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, boolean force, <a href="../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user)</pre> <div class="block">Stops the regionserver.</div> @@ -3346,7 +3346,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>waitForServerOnline</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2164">waitForServerOnline</a>()</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2163">waitForServerOnline</a>()</pre> </li> </ul> <a name="postOpenDeployTasks-org.apache.hadoop.hbase.regionserver.RegionServerServices.PostOpenDeployContext-"> @@ -3355,7 +3355,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>postOpenDeployTasks</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2178">postOpenDeployTasks</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.PostOpenDeployContext.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerServices.PostOpenDeployContext</a> context) +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2177">postOpenDeployTasks</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.PostOpenDeployContext.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerServices.PostOpenDeployContext</a> context) throws org.apache.zookeeper.KeeperException, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#postOpenDeployTasks-org.apache.hadoop.hbase.regionserver.RegionServerServices.PostOpenDeployContext-">RegionServerServices</a></code></span></div> @@ -3378,7 +3378,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>reportRegionStateTransition</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2211">reportRegionStateTransition</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.RegionStateTransitionContext.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerServices.RegionStateTransitionContext</a> context)</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2210">reportRegionStateTransition</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.RegionStateTransitionContext.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerServices.RegionStateTransitionContext</a> context)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#reportRegionStateTransition-org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext-">RegionServerServices</a></code></span></div> <div class="block">Notify master that a handler requests to change a region state</div> <dl> @@ -3393,7 +3393,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>triggerFlushInPrimaryRegion</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2310">triggerFlushInPrimaryRegion</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a> region)</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2309">triggerFlushInPrimaryRegion</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a> region)</pre> <div class="block">Trigger a flush in the primary region replica if this region is a secondary replica. Does not block this thread. See RegionReplicaFlushHandler for details.</div> </li> @@ -3404,7 +3404,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRpcServer</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServerInterface.html" title="interface in org.apache.hadoop.hbase.ipc">RpcServerInterface</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2332">getRpcServer</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/ipc/RpcServerInterface.html" title="interface in org.apache.hadoop.hbase.ipc">RpcServerInterface</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2331">getRpcServer</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getRpcServer--">RegionServerServices</a></code></span></div> <div class="block">Returns a reference to the region server's RPC server</div> <dl> @@ -3419,7 +3419,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRSRpcServices</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/RSRpcServices.html" title="class in org.apache.hadoop.hbase.regionserver">RSRpcServices</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2337">getRSRpcServices</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/RSRpcServices.html" title="class in org.apache.hadoop.hbase.regionserver">RSRpcServices</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2336">getRSRpcServices</a>()</pre> </li> </ul> <a name="abort-java.lang.String-java.lang.Throwable-"> @@ -3428,7 +3428,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>abort</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2352">abort</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> reason, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2351">abort</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> reason, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre> <div class="block">Cause the server to exit without closing the regions it is serving, the log it is using and without notifying the master. Used unit testing and on @@ -3448,7 +3448,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>abort</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2397">abort</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> reason)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2394">abort</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> reason)</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.html#abort-java.lang.String-java.lang.Throwable-"><code>abort(String, Throwable)</code></a></dd> @@ -3461,7 +3461,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>isAborted</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2402">isAborted</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2399">isAborted</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Abortable.html#isAborted--">Abortable</a></code></span></div> <div class="block">Check if the server or client was aborted.</div> <dl> @@ -3478,7 +3478,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>kill</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2412">kill</a>()</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2409">kill</a>()</pre> </li> </ul> <a name="sendShutdownInterrupt--"> @@ -3487,7 +3487,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>sendShutdownInterrupt</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2420">sendShutdownInterrupt</a>()</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2417">sendShutdownInterrupt</a>()</pre> <div class="block">Called on stop/abort before closing the cluster connection and meta locator.</div> </li> </ul> @@ -3497,7 +3497,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>stopServiceThreads</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2427">stopServiceThreads</a>()</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2424">stopServiceThreads</a>()</pre> <div class="block">Wait on all threads to finish. Presumption is that all closes and stops have already been called.</div> </li> @@ -3508,7 +3508,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getReplicationSourceService</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/ReplicationSourceService.html" title="interface in org.apache.hadoop.hbase.regionserver">ReplicationSourceService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2470">getReplicationSourceService</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/ReplicationSourceService.html" title="interface in org.apache.hadoop.hbase.regionserver">ReplicationSourceService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2467">getReplicationSourceService</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Return the object that implements the replication @@ -3522,7 +3522,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getReplicationSinkService</h4> -<pre><a href="../../../../../org/apache/hadoop/hbase/regionserver/ReplicationSinkService.html" title="interface in org.apache.hadoop.hbase.regionserver">ReplicationSinkService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2478">getReplicationSinkService</a>()</pre> +<pre><a href="../../../../../org/apache/hadoop/hbase/regionserver/ReplicationSinkService.html" title="interface in org.apache.hadoop.hbase.regionserver">ReplicationSinkService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2475">getReplicationSinkService</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Return the object that implements the replication @@ -3536,7 +3536,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>createRegionServerStatusStub</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2491">createRegionServerStatusStub</a>()</pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2488">createRegionServerStatusStub</a>()</pre> <div class="block">Get the current master from ZooKeeper and open the RPC connection to it. To get a fresh connection, the current rssStub must be null. Method will block until a master is available. You can break from this @@ -3553,7 +3553,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>createRegionServerStatusStub</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2504">createRegionServerStatusStub</a>(boolean refresh)</pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2501">createRegionServerStatusStub</a>(boolean refresh)</pre> <div class="block">Get the current master from ZooKeeper and open the RPC connection to it. To get a fresh connection, the current rssStub must be null. Method will block until a master is available. You can break from this block by requesting the server stop.</div> @@ -3571,7 +3571,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>keepLooping</h4> -<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2576">keepLooping</a>()</pre> +<pre>private boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2573">keepLooping</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>True if we should break loop because cluster is going down or @@ -3585,7 +3585,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>reportForDuty</h4> -<pre>private org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2587">reportForDuty</a>() +<pre>private org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2584">reportForDuty</a>() throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> @@ -3599,7 +3599,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getLastSequenceId</h4> -<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionStoreSequenceIds <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2628">getLastSequenceId</a>(byte[] encodedRegionName)</pre> +<pre>public org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionStoreSequenceIds <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2625">getLastSequenceId</a>(byte[] encodedRegionName)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/regionserver/LastSequenceId.html#getLastSequenceId-byte:A-">getLastSequenceId</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/LastSequenceId.html" title="interface in org.apache.hadoop.hbase.regionserver">LastSequenceId</a></code></dd> @@ -3617,7 +3617,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>closeAllRegions</h4> -<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2659">closeAllRegions</a>(boolean abort)</pre> +<pre>protected void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2656">closeAllRegions</a>(boolean abort)</pre> <div class="block">Closes all regions. Called on our way out. Assumes that its not possible for new regions to be added to onlineRegions while this method runs.</div> @@ -3629,7 +3629,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>closeMetaTableRegions</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2668">closeMetaTableRegions</a>(boolean abort)</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2665">closeMetaTableRegions</a>(boolean abort)</pre> <div class="block">Close meta region if we carry it</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -3643,7 +3643,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>closeUserRegions</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2691">closeUserRegions</a>(boolean abort)</pre> +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2688">closeUserRegions</a>(boolean abort)</pre> <div class="block">Schedule closes on all user regions. Should be safe calling multiple times because it wont' close regions that are already closed or that are closing.</div> @@ -3659,7 +3659,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getInfoServer</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/http/InfoServer.html" title="class in org.apache.hadoop.hbase.http">InfoServer</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2707">getInfoServer</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/http/InfoServer.html" title="class in org.apache.hadoop.hbase.http">InfoServer</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2704">getInfoServer</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the info server</dd> @@ -3672,7 +3672,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>isStopped</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2715">isStopped</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2712">isStopped</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/Stoppable.html#isStopped--">isStopped</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/Stoppable.html" title="interface in org.apache.hadoop.hbase">Stoppable</a></code></dd> @@ -3687,7 +3687,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>isStopping</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2720">isStopping</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2717">isStopping</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/Server.html#isStopping--">isStopping</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/Server.html" title="interface in org.apache.hadoop.hbase">Server</a></code></dd> @@ -3702,7 +3702,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getConfiguration</h4> -<pre>public org.apache.hadoop.conf.Configuration <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2729">getConfiguration</a>()</pre> +<pre>public org.apache.hadoop.conf.Configuration <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2726">getConfiguration</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getConfiguration--">Server</a></code></span></div> <div class="block">Gets the configuration object for this server.</div> <dl> @@ -3719,7 +3719,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getWriteLock</h4> -<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantReadWriteLock.WriteLock.html?is-external=true" title="class or interface in java.util.concurrent.locks">ReentrantReadWriteLock.WriteLock</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2734">getWriteLock</a>()</pre> +<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantReadWriteLock.WriteLock.html?is-external=true" title="class or interface in java.util.concurrent.locks">ReentrantReadWriteLock.WriteLock</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2731">getWriteLock</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the write lock for the server</dd> @@ -3732,7 +3732,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getNumberOfOnlineRegions</h4> -<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2738">getNumberOfOnlineRegions</a>()</pre> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2735">getNumberOfOnlineRegions</a>()</pre> </li> </ul> <a name="isOnlineRegionsEmpty--"> @@ -3741,7 +3741,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>isOnlineRegionsEmpty</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2742">isOnlineRegionsEmpty</a>()</pre> +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2739">isOnlineRegionsEmpty</a>()</pre> </li> </ul> <a name="getOnlineRegionsLocalContext--"> @@ -3750,7 +3750,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getOnlineRegionsLocalContext</h4> -<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2751">getOnlineRegionsLocalContext</a>()</pre> +<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2748">getOnlineRegionsLocalContext</a>()</pre> <div class="block">For tests, web ui and metrics. This method will only work if HRegionServer is in the same JVM as client; HRegion cannot be serialized to cross an rpc.</div> @@ -3762,7 +3762,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>addRegion</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2757">addRegion</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a> region)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2754">addRegion</a>(<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a> region)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/MutableOnlineRegions.html#addRegion-org.apache.hadoop.hbase.regionserver.HRegion-">MutableOnlineRegions</a></code></span></div> <div class="block">Add to online regions.</div> <dl> @@ -3777,7 +3777,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>addRegion</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2762">addRegion</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>>> sortedRegions, +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2759">addRegion</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>>> sortedRegions, <a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a> region, long size)</pre> </li> @@ -3788,7 +3788,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getCopyOfOnlineRegionsSortedByOffHeapSize</h4> -<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2773">getCopyOfOnlineRegionsSortedByOffHeapSize</a>()</pre> +<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2770">getCopyOfOnlineRegionsSortedByOffHeapSize</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>A new Map of online regions sorted by region off-heap size with the first entry being @@ -3802,7 +3802,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getCopyOfOnlineRegionsSortedByOnHeapSize</h4> -<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2793">getCopyOfOnlineRegionsSortedByOnHeapSize</a>()</pre> +<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html" title="class in org.apache.hadoop.hbase.regionserver">HRegion</a>>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2790">getCopyOfOnlineRegionsSortedByOnHeapSize</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>A new Map of online regions sorted by region heap size with the first entry being the @@ -3816,7 +3816,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getStartcode</h4> -<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2812">getStartcode</a>()</pre> +<pre>public long <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2809">getStartcode</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>time stamp in millis of when this region server was started</dd> @@ -3829,7 +3829,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getFlushRequester</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/FlushRequester.html" title="interface in org.apache.hadoop.hbase.regionserver">FlushRequester</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2818">getFlushRequester</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/FlushRequester.html" title="interface in org.apache.hadoop.hbase.regionserver">FlushRequester</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2815">getFlushRequester</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getFlushRequester--">getFlushRequester</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html" title="interface in org.apache.hadoop.hbase.regionserver">RegionServerServices</a></code></dd> @@ -3844,7 +3844,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getCompactionRequestor</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/compactions/CompactionRequester.html" title="interface in org.apache.hadoop.hbase.regionserver.compactions">CompactionRequester</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2823">getCompactionRequestor</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/compactions/CompactionRequester.html" title="interface in org.apache.hadoop.hbase.regionserver.compactions">CompactionRequester</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2820">getCompactionRequestor</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getCompactionRequestor--">getCompactionRequestor</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html" title="interface in org.apache.hadoop.hbase.regionserver">RegionServerServices</a></code></dd> @@ -3860,7 +3860,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getMostLoadedRegions</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" title="interface in org.apache.hadoop.hbase.client">RegionInfo</a>[] <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2833">getMostLoadedRegions</a>()</pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" title="interface in org.apache.hadoop.hbase.client">RegionInfo</a>[] <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2830">getMostLoadedRegions</a>()</pre> <div class="block">Get the top N most loaded regions this server is serving so we can tell the master which regions it can reallocate if we're overloaded. TODO: actually calculate which regions are most loaded. (Right now, we're just grabbing @@ -3873,7 +3873,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getLeases</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/Leases.html" title="class in org.apache.hadoop.hbase.regionserver">Leases</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2849">getLeases</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/Leases.html" title="class in org.apache.hadoop.hbase.regionserver">Leases</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2846">getLeases</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getLeases--">getLeases</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html" title="interface in org.apache.hadoop.hbase.regionserver">RegionServerServices</a></code></dd> @@ -3888,7 +3888,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRootDir</h4> -<pre>protected org.apache.hadoop.fs.Path <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2856">getRootDir</a>()</pre> +<pre>protected org.apache.hadoop.fs.Path <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2853">getRootDir</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Return the rootDir.</dd> @@ -3901,7 +3901,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getFileSystem</h4> -<pre>public org.apache.hadoop.fs.FileSystem <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2864">getFileSystem</a>()</pre> +<pre>public org.apache.hadoop.fs.FileSystem <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2861">getFileSystem</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getFileSystem--">getFileSystem</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/Server.html" title="interface in org.apache.hadoop.hbase">Server</a></code></dd> @@ -3916,7 +3916,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getWALRootDir</h4> -<pre>protected org.apache.hadoop.fs.Path <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2871">getWALRootDir</a>()</pre> +<pre>protected org.apache.hadoop.fs.Path <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2868">getWALRootDir</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Return the walRootDir.</dd> @@ -3929,7 +3929,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getWALFileSystem</h4> -<pre>protected org.apache.hadoop.fs.FileSystem <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2878">getWALFileSystem</a>()</pre> +<pre>protected org.apache.hadoop.fs.FileSystem <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2875">getWALFileSystem</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Return the walFs.</dd> @@ -3942,7 +3942,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2883">toString</a>()</pre> +<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2880">toString</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> @@ -3955,7 +3955,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getThreadWakeFrequency</h4> -<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2892">getThreadWakeFrequency</a>()</pre> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2889">getThreadWakeFrequency</a>()</pre> <div class="block">Interval at which threads should run</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -3969,7 +3969,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getZooKeeper</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZKWatcher.html" title="class in org.apache.hadoop.hbase.zookeeper">ZKWatcher</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2897">getZooKeeper</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZKWatcher.html" title="class in org.apache.hadoop.hbase.zookeeper">ZKWatcher</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2894">getZooKeeper</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getZooKeeper--">Server</a></code></span></div> <div class="block">Gets the ZooKeeper instance for this server.</div> <dl> @@ -3984,7 +3984,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getCoordinatedStateManager</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/CoordinatedStateManager.html" title="interface in org.apache.hadoop.hbase">CoordinatedStateManager</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2902">getCoordinatedStateManager</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/CoordinatedStateManager.html" title="interface in org.apache.hadoop.hbase">CoordinatedStateManager</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2899">getCoordinatedStateManager</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getCoordinatedStateManager--">Server</a></code></span></div> <div class="block">Get CoordinatedStateManager instance for this server.</div> <dl> @@ -3999,7 +3999,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getServerName</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2907">getServerName</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2904">getServerName</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getServerName--">getServerName</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/Server.html" title="interface in org.apache.hadoop.hbase">Server</a></code></dd> @@ -4014,7 +4014,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRegionServerCoprocessorHost</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerCoprocessorHost.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerCoprocessorHost</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2911">getRegionServerCoprocessorHost</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerCoprocessorHost.html" title="class in org.apache.hadoop.hbase.regionserver">RegionServerCoprocessorHost</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2908">getRegionServerCoprocessorHost</a>()</pre> </li> </ul> <a name="getRegionsInTransitionInRS--"> @@ -4023,7 +4023,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRegionsInTransitionInRS</h4> -<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a><byte[],<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2916">getRegionsInTransitionInRS</a>()</pre> +<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a><byte[],<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2913">getRegionsInTransitionInRS</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getRegionsInTransitionInRS--">RegionServerServices</a></code></span></div> <div class="block">Get the regions that are currently being opened or closed in the RS</div> <dl> @@ -4040,7 +4040,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getExecutorService</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/executor/ExecutorService.html" title="class in org.apache.hadoop.hbase.executor">ExecutorService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2921">getExecutorService</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/executor/ExecutorService.html" title="class in org.apache.hadoop.hbase.executor">ExecutorService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2918">getExecutorService</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getExecutorService--">getExecutorService</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html" title="interface in org.apache.hadoop.hbase.regionserver">RegionServerServices</a></code></dd> @@ -4055,7 +4055,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getChoreService</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/ChoreService.html" title="class in org.apache.hadoop.hbase">ChoreService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2926">getChoreService</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/ChoreService.html" title="class in org.apache.hadoop.hbase">ChoreService</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2923">getChoreService</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/Server.html#getChoreService--">getChoreService</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/Server.html" title="interface in org.apache.hadoop.hbase">Server</a></code></dd> @@ -4070,7 +4070,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>getRegionServerRpcQuotaManager</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/quotas/RegionServerRpcQuotaManager.html" title="class in org.apache.hadoop.hbase.quotas">RegionServerRpcQuotaManager</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2931">getRegionServerRpcQuotaManager</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/quotas/RegionServerRpcQuotaManager.html" title="class in org.apache.hadoop.hbase.quotas">RegionServerRpcQuotaManager</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2928">getRegionServerRpcQuotaManager</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html#getRegionServerRpcQuotaManager--">getRegionServerRpcQuotaManager</a></code> in interface <code><a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionServerServices.html" title="interface in org.apache.hadoop.hbase.regionserver">RegionServerServices</a></code></dd> @@ -4085,7 +4085,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>createNewReplicationInstance</h4> -<pre>private static void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2941">createNewReplicationInstance</a>(org.apache.hadoop.conf.Configuration conf, +<pre>private static void <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2938">createNewReplicationInstance</a>(org.apache.hadoop.conf.Configuration conf, <a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.html" title="class in org.apache.hadoop.hbase.regionserver">HRegionServer</a> server, org.apache.hadoop.fs.FileSystem walFs, org.apache.hadoop.fs.Path walDir, @@ -4105,7 +4105,7 @@ protected static final <a href="https://docs.oracle.com/javase/8/docs/api/j <ul class="blockList"> <li class="blockList"> <h4>newReplicationInstance</h4> -<pre>private static <T extends <a href="../../../../../org/apache/hadoop/hbase/regionserver/ReplicationService.html" title="interface in org.apache.hadoop.hbase.regionserver">ReplicationService</a>> T <a href="../../../../../src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.html#line.2970">newReplicationInstance<
<TRUNCATED>