Uses of Class
org.apache.hadoop.hbase.DoNotRetryIOException

Packages that use DoNotRetryIOException
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.transactional This package provides support for atomic transactions. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
 

Uses of DoNotRetryIOException in org.apache.hadoop.hbase
 

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase
 class ColumnNameParseException
          Thrown if issue with passed column name.
 class LeaseException
          Reports a problem with a lease
 class UnknownRowLockException
          Thrown if a region server is passed an unknown row lock id
 class UnknownScannerException
          Thrown if a region server is passed an unknown scanner id.
 class ValueOverMaxLengthException
          Thrown when a value is longer than the specified LENGTH
 

Uses of DoNotRetryIOException in org.apache.hadoop.hbase.client
 

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.client
 class ScannerTimeoutException
          Thrown when a scanner has timed out.
 

Uses of DoNotRetryIOException in org.apache.hadoop.hbase.client.transactional
 

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.client.transactional
 class UnknownTransactionException
          Thrown if a region server is passed an unknown transaction id
 

Uses of DoNotRetryIOException in org.apache.hadoop.hbase.master
 

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.master
 class InvalidColumnNameException
          Thrown when an invalid column name is encountered
 class NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
 

Uses of DoNotRetryIOException in org.apache.hadoop.hbase.regionserver
 

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.regionserver
 class NoSuchColumnFamilyException
          Thrown if request for nonexistent column family.
 



Copyright © 2010 The Apache Software Foundation