Uses of Class
org.apache.hadoop.hbase.client.DoNotRetryRegionException

Packages that use org.apache.hadoop.hbase.client.DoNotRetryRegionException
  • 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.hbase
    Modifier and Type
    Class
    Description
    class 
    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.client
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.NoServerForRegionException
    Thrown when no region server can be found for a region
    class 
    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.exceptions
    Modifier and Type
    Class
    Description
    class 
    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.regionserver
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.RowTooBigException
    Deprecated.
    since 0.99.0.