Uses of Package
org.apache.hadoop.hbase.exceptions

Packages that use org.apache.hadoop.hbase.exceptions
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.backup.example   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
org.apache.hadoop.hbase.exceptions   
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.snapshot   
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.zookeeper   
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase
DeserializationException
          Failed deserialization.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.backup.example
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.catalog
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.client
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
FailedLogCloseException
          Thrown when we fail close of the write-ahead-log file.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
HBaseSnapshotException
          General exception base class for when a snapshot fails
MasterNotRunningException
          Thrown if the master is not running
RegionException
          Thrown when something happens related to region handling.
RestoreSnapshotException
          Thrown when a snapshot could not be restored due to a server-side error when restoring it.
SnapshotCreationException
          Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
TableExistsException
          Thrown when a table exists but should not
TableNotFoundException
          Thrown when a table can not be located
UnknownSnapshotException
          Exception thrown when we get a request for a snapshot we don't recognize.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.constraint
ConstraintException
          Exception that a user defined constraint throws on failure of a Put.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.exceptions
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseException
          Base checked exception in HBase.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
HBaseSnapshotException
          General exception base class for when a snapshot fails
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
RegionException
          Thrown when something happens related to region handling.
RegionMovedException
          Subclass if the server knows the region is now on another server.
RegionOpeningException
          Subclass if the server knows the region is now on another server.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.filter
DeserializationException
          Failed deserialization.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.ipc
CallerDisconnectedException
          Exception indicating that the remote host making this IPC lost its IPC connection.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.mapreduce
TableNotFoundException
          Thrown when a table can not be located
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.master
TableNotDisabledException
          Thrown if a table should be offline but is not
TableNotFoundException
          Thrown when a table can not be located
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.master.handler
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
TableExistsException
          Thrown when a table exists but should not
TableNotDisabledException
          Thrown if a table should be offline but is not
TableNotEnabledException
          Thrown if a table should be enabled but is not
TableNotFoundException
          Thrown when a table can not be located
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.master.snapshot
CorruptedSnapshotException
          Exception thrown when the found snapshot info from the filesystem is not valid
HBaseSnapshotException
          General exception base class for when a snapshot fails
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
SnapshotCreationException
          Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
SnapshotDoesNotExistException
          Thrown when the server is looking for a snapshot but can't find the snapshot on the filesystem
TableExistsException
          Thrown when a table exists but should not
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.protobuf
DeserializationException
          Failed deserialization.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.regionserver
LeaseException
          Reports a problem with a lease
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
RegionTooBusyException
          Thrown by a region server if it will block and wait to serve a request.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.regionserver.wal
FailedLogCloseException
          Thrown when we fail close of the write-ahead-log file.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.security.access
DeserializationException
          Failed deserialization.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.snapshot
CorruptedSnapshotException
          Exception thrown when the found snapshot info from the filesystem is not valid
SnapshotCreationException
          Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.util
DeserializationException
          Failed deserialization.
MasterNotRunningException
          Thrown if the master is not running
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.zookeeper
DeserializationException
          Failed deserialization.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 



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