Package org.apache.hadoop.hbase.snapshot

Interface Summary
SnapshotReferenceUtil.FileVisitor  
 

Class Summary
CopyRecoveredEditsTask Copy over each of the files in a region's recovered.edits directory to the region's snapshot directory.
ExportSnapshot Export the specified snapshot to a given FileSystem.
HSnapshotDescription Writable version of the SnapshotDescription used by the rpc
ReferenceRegionHFilesTask Reference all the hfiles in a region for a snapshot.
ReferenceServerWALsTask Reference all the WAL files under a server's WAL directory
RestoreSnapshotHelper Helper to Restore/Clone a Snapshot
RestoreSnapshotHelper.RestoreMetaChanges Describe the set of operations needed to update META after restore.
SnapshotDescriptionUtils Utility class to help manage SnapshotDesriptions.
SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter Filter that only accepts completed snapshot directories
SnapshotInfo Tool for dumping snapshot information.
SnapshotReferenceUtil Utility methods for interacting with the snapshot referenced files.
SnapshotTask General snapshot operation taken on a regionserver
TableInfoCopyTask Copy the table info into the snapshot directory
TakeSnapshotUtils Utilities for useful when taking a snapshot
 

Enum Summary
ExportSnapshot.Counter  
 

Exception Summary
CorruptedSnapshotException Exception thrown when the found snapshot info from the filesystem is not valid
ExportSnapshotException Thrown when a snapshot could not be exported due to an error during the operation.
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.
SnapshotDoesNotExistException Thrown when the server is looking for a snapshot but can't find the snapshot on the filesystem
SnapshotExistsException Thrown when a snapshot exists but should not
TablePartiallyOpenException Thrown if a table should be online/offline but is partially open
UnknownSnapshotException Exception thrown when we get a request for a snapshot we don't recognize.
 



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