Uses of Class
org.apache.hadoop.hbase.client.DoNotRetryRegionException
Packages that use DoNotRetryRegionException
Package
Description
Provides HBase Client
-
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase
Subclasses of DoNotRetryRegionException in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclass
Thrown when we are asked to operate on a region we know nothing about. -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.client
Subclasses of DoNotRetryRegionException in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionclass
Thrown when no region server can be found for a regionclass
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 DoNotRetryRegionException in org.apache.hadoop.hbase.exceptions
Subclasses of DoNotRetryRegionException in org.apache.hadoop.hbase.exceptionsModifier and TypeClassDescriptionclass
Thrown when something is wrong in trying to merge two regions. -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.master.assignment
Methods in org.apache.hadoop.hbase.master.assignment that throw DoNotRetryRegionException -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.master.procedure
Methods in org.apache.hadoop.hbase.master.procedure that throw DoNotRetryRegionExceptionModifier and TypeMethodDescriptionprotected static void
AbstractStateMachineTableProcedure.checkOnline
(MasterProcedureEnv env, RegionInfo ri) Check region is online. -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.regionserver
Subclasses of DoNotRetryRegionException in org.apache.hadoop.hbase.regionserver