| Enum | Description |
|---|---|
| BloomType |
| Exception | Description |
|---|---|
| LeaseException |
Reports a problem with a lease
|
| NoSuchColumnFamilyException |
Thrown if request for nonexistent column family.
|
| RegionAlreadyInTransitionException |
This exception is thrown when a region server is asked to open or close
a region but it's already processing it
|
| RegionServerAbortedException |
Thrown by the region server when it is aborting.
|
| RegionServerRunningException |
Thrown if the region server log directory exists (which indicates another
region server is running at the same address)
|
| RegionServerStoppedException |
Thrown by the region server when it is in shutting down state.
|
| RowTooBigException |
Gets or Scans throw this exception if running without in-row scan flag
set and row size appears to exceed max configured size (configurable via
hbase.table.max.rowsize).
|
| WrongRegionException |
Thrown when a request contains a key which is not part of this region
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.