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

Packages that use DoNotRetryIOException
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.exceptions   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
 

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.
 

Methods in org.apache.hadoop.hbase.client that throw DoNotRetryIOException
protected static Throwable ServerCallable.translateException(Throwable t)
          Get the good or the remote exception if any, throws the DoNotRetryIOException.
 

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

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.exceptions
 class AccessDeniedException
          Exception thrown by access-related methods.
 class ConstraintException
          Exception that a user defined constraint throws on failure of a Put.
 class CoprocessorException
          Thrown if a coprocessor encounters any exception.
 class CorruptHFileException
          This exception is thrown when attempts to read an HFile fail due to corruption or truncation issues.
 class FailedSanityCheckException
          Exception thrown if a mutation fails sanity checks.
 class LeaseException
          Reports a problem with a lease
 class NoSuchColumnFamilyException
          Thrown if request for nonexistent column family.
 class NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
 class OutOfOrderScannerNextException
          Thrown by a RegionServer while doing next() calls on a ResultScanner.
 class UnknownProtocolException
          An error requesting an RPC protocol that the server is not serving.
 class UnknownScannerException
          Thrown if a region server is passed an unknown scanner id.
 

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

Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.ipc
 class BadAuthException
           
 class FatalConnectionException
          Thrown when server finds fatal issue w/ connection setup: e.g.
 class UnsupportedCellCodecException
           
 class UnsupportedCompressionCodecException
           
 class WrongVersionException
           
 

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

Methods in org.apache.hadoop.hbase.protobuf that throw DoNotRetryIOException
static String ProtobufUtil.getRegionEncodedName(HBaseProtos.RegionSpecifier regionSpecifier)
          Find the HRegion encoded name based on a region specifier
 



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