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

Packages that use org.apache.hadoop.hbase.snapshot
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.snapshot   
 

Classes in org.apache.hadoop.hbase.snapshot used by org.apache.hadoop.hbase.client
HBaseSnapshotException
          General exception base class for when a snapshot fails
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.
UnknownSnapshotException
          Exception thrown when we get a request for a snapshot we don't recognize.
 

Classes in org.apache.hadoop.hbase.snapshot used by org.apache.hadoop.hbase.ipc
HSnapshotDescription
          Writable version of the SnapshotDescription used by the rpc
 

Classes in org.apache.hadoop.hbase.snapshot used by org.apache.hadoop.hbase.master
HSnapshotDescription
          Writable version of the SnapshotDescription used by the rpc
 

Classes in org.apache.hadoop.hbase.snapshot 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
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
 

Classes in org.apache.hadoop.hbase.snapshot used by org.apache.hadoop.hbase.snapshot
CorruptedSnapshotException
          Exception thrown when the found snapshot info from the filesystem is not valid
ExportSnapshot.Counter
           
HBaseSnapshotException
          General exception base class for when a snapshot fails
RestoreSnapshotHelper.RestoreMetaChanges
          Describe the set of operations needed to update META after restore.
SnapshotCreationException
          Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
SnapshotReferenceUtil.FileVisitor
           
SnapshotTask
          General snapshot operation taken on a regionserver
 



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