| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.exceptions | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RegionMovedExceptionSubclass if the server knows the region is now on another server. | 
| class  | RegionOpeningExceptionSubclass if the server knows the region is now on another server. | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) void | HRegion. checkInterrupt()Check thread interrupt status and throw an exception if interrupted. | 
| protected boolean | HRegionServer. closeRegion(String encodedName,
           boolean abort,
           ServerName destination)Close asynchronously a region, can be called from the master or internally by the regionserver
 when stopping. | 
| protected HRegion | HRegionServer. getRegion(byte[] regionName)Protected Utility method for safely obtaining an HRegion handle. | 
| private HRegion | HRegionServer. getRegionByEncodedName(byte[] regionName,
                      String encodedRegionName) | 
| HRegion | HRegionServer. getRegionByEncodedName(String encodedRegionName) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.