Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Class and Description |
---|---|
class |
BrokenMetaException
Indicates that the
.META. or -ROOT- table is corrupted. |
class |
CallQueueTooBigException
Exception thrown when the RPC queue on the region server is full and cannot
accept new RPCs.
|
class |
ConnectionResetException
Exception thrown when an RPC was in flight while we got disconnected.
|
class |
InvalidResponseException
Exception used when the server sends an invalid response to an RPC.
|
class |
NonRecoverableException
An exception for which it's typically pointless to retry
(such as
TableNotFoundException ). |
class |
NoSuchColumnFamilyException
Exception thrown when attempting to use a nonexistent column family.
|
class |
NotServingRegionException
Exception thrown when we attempted to use a region that wasn't serving from
that particular RegionServer.
|
class |
PleaseThrottleException
This exception notifies the application to throttle its use of HBase.
|
class |
RecoverableException
An exception for which it's typically useful to retry
(such as
RegionOfflineException ). |
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 |
RegionServerAbortedException
Thrown by the region server when it is aborting.
|
class |
RegionServerStoppedException
Thrown by the region server when it is in shutting down state.
|
class |
RemoteException
An unclassified exception that occurred on the server side.
|
class |
RpcTimedOutException
An exception where we haven't received a response for an in-flight RPC
|
class |
ServerNotRunningYetException
Thrown by the region server when it is not yet running.
|
class |
TableNotFoundException
Exception thrown when an attempt to use an inexistent table was made.
|
class |
UnknownRowLockException
Exception thrown when we try to use an invalid or expired
RowLock . |
class |
UnknownScannerException
Exception thrown when we try to use an invalid or expired scanner ID.
|
class |
VersionMismatchException
Indicates that an RPC version mismatch occurred.
|
Copyright © 2010-2017, The Async HBase Authors