Uses of Class
org.apache.hadoop.hbase.client.DoNotRetryRegionException
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.UnknownRegionException
Thrown when we are asked to operate on a region we know nothing about. -
Uses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.client.NoServerForRegionException
Thrown when no region server can be found for a regionclass
org.apache.hadoop.hbase.client.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). -
Uses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in org.apache.hadoop.hbase.exceptions
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.exceptions.MergeRegionException
Thrown when something is wrong in trying to merge two regions. -
Uses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.RowTooBigException
Deprecated.since 0.99.0.