Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Class and Description |
---|---|
class |
CallQueueTooBigException
Exception thrown when the RPC queue on the region server is full and cannot
accept new RPCs.
|
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 |
RegionMovedException
Exception thrown when we attempted to use a region that was moved from
that particular RegionServer to a new one.
|
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 |
ServerNotRunningYetException
Thrown by the region server when it is not yet running.
|
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