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

Packages that use HBaseIOException
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.exceptions   
org.apache.hadoop.hbase.ipc   
 

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

Subclasses of HBaseIOException in org.apache.hadoop.hbase.client
 class NoServerForRegionException
          Thrown when no region server can be found for a region
 class RegionOfflineException
          Thrown when a table can not be located
 class ScannerTimeoutException
          Thrown when a scanner has timed out.
 class WrongRowIOException
           
 

Methods in org.apache.hadoop.hbase.client that throw HBaseIOException
 void HBaseAdmin.move(byte[] encodedRegionName, byte[] destServerName)
          Move the region r to dest.
 

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

Subclasses of HBaseIOException 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 CorruptedSnapshotException
          Exception thrown when the found snapshot info from the filesystem is not valid
 class CorruptHFileException
          This exception is thrown when attempts to read an HFile fail due to corruption or truncation issues.
 class DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
 class ExportSnapshotException
          Thrown when a snapshot could not be exported due to an error during the operation.
 class FailedSanityCheckException
          Exception thrown if a mutation fails sanity checks.
 class HBaseSnapshotException
          General exception base class for when a snapshot fails
 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 PleaseHoldException
          This exception is thrown by the master when a region server was shut down and restarted so fast that the master still hasn't processed the server shutdown of the first instance, or when master is initializing and client call admin operations, or when an operation is performed on a region server that is still starting.
 class RegionException
          Thrown when something happens related to region handling.
 class RestoreSnapshotException
          Thrown when a snapshot could not be restored due to a server-side error when restoring it.
 class SnapshotCreationException
          Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
 class SnapshotDoesNotExistException
          Thrown when the server is looking for a snapshot but can't find the snapshot on the filesystem
 class SnapshotExistsException
          Thrown when a snapshot exists but should not
 class TableInfoMissingException
          Failed to find .tableinfo file under table dir
 class TableNotFoundException
          Thrown when a table can not be located
 class UnknownProtocolException
          An error requesting an RPC protocol that the server is not serving.
 class UnknownRegionException
          Thrown when we are asked to operate on a region we know nothing about.
 class UnknownScannerException
          Thrown if a region server is passed an unknown scanner id.
 class UnknownSnapshotException
          Exception thrown when we get a request for a snapshot we don't recognize.
 

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

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



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