Uses of Class
org.apache.hadoop.hbase.client.DoNotRetryRegionException
Packages that use org.apache.hadoop.hbase.client.DoNotRetryRegionException
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in org.apache.hadoop.hbase
Subclasses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in in org.apache.hadoop.hbaseModifier 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
Subclasses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in in org.apache.hadoop.hbase.clientModifier 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
Subclasses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in in org.apache.hadoop.hbase.exceptionsModifier 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
Subclasses of org.apache.hadoop.hbase.client.DoNotRetryRegionException in in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.RowTooBigException
Deprecated.since 0.99.0.