Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionResetException
Exception thrown when an RPC was in flight while we got disconnected.
|
class |
NotServingRegionException
Exception thrown when we attempted to use a region that wasn't serving from
that particular RegionServer.
|
class |
RegionMovedException
Exception thrown when we attempted to use a region that was moved from
that particular RegionServer to a new one.
|
class |
RegionOfflineException
Exception thrown when we attempted to find a region, but it wasn't being
served by any RegionServer (it's "offline" in HBase speak).
|
class |
RegionOpeningException
Exception thrown when we attempted to use a region that was is still being
opened or altered.
|
class |
UnknownScannerException
Exception thrown when we try to use an invalid or expired scanner ID.
|
Copyright ? 2010-2019, The Async HBase Authors