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.regionserver   
 

Uses of DoNotRetryIOException in org.apache.hadoop.hbase
 

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase
 class NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
 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.
 

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.regionserver
 

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.regionserver
 class LeaseException
          Reports a problem with a lease
 class NoSuchColumnFamilyException
          Thrown if request for nonexistent column family.
 class RegionServerStoppedException
          Thrown by the region server when it is shutting down state.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.