Package | Description |
---|---|
org.apache.hadoop.hbase.exceptions | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
RegionInRecoveryException
Thrown when a read request issued against a region which is in recovering state.
|
class |
RegionMovedException
Subclass if the server knows the region is now on another server.
|
class |
RegionOpeningException
Subclass if the server knows the region is now on another server.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
HRegionServer.closeRegion(String encodedName,
boolean abort,
CloseRegionCoordination.CloseRegionDetails crd,
ServerName sn)
Close asynchronously a region, can be called from the master or internally by the regionserver
when stopping.
|
protected Region |
HRegionServer.getRegion(byte[] regionName)
Protected utility method for safely obtaining an HRegion handle.
|
protected Region |
HRegionServer.getRegionByEncodedName(byte[] regionName,
String encodedRegionName) |
Region |
HRegionServer.getRegionByEncodedName(String encodedRegionName) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.