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 |
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 |
UnknownScannerException
Exception thrown when we try to use an invalid or expired scanner ID.
|
Copyright ? 2010-2015, The Async HBase Authors