Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
UnknownRegionException
Thrown when we are asked to operate on a region we know nothing about.
|
Modifier and Type | Class and Description |
---|---|
class |
NoServerForRegionException
Thrown when no region server can be found for a region
|
class |
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).
|
Modifier and Type | Class and Description |
---|---|
class |
MergeRegionException
Thrown when something is wrong in trying to merge two regions.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.