Package org.apache.hadoop.hbase.snapshot

Interface Summary
SnapshotReferenceUtil.SnapshotVisitor  
SnapshotReferenceUtil.StoreFileVisitor  
 

Class Summary
ClientSnapshotDescriptionUtils Class to help with dealing with a snapshot description on the client side.
CreateSnapshot This is a command line class that will snapshot a given table.
ExportSnapshot Export the specified snapshot to a given FileSystem.
RestoreSnapshotHelper Helper to Restore/Clone a Snapshot
RestoreSnapshotHelper.RestoreMetaChanges Describe the set of operations needed to update hbase: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.
SnapshotInfo.SnapshotStats Statistics about the snapshot How many store files and logs are in the archive How many store files and logs are shared with the table Total store files and logs size and shared amount
SnapshotManifest Utility class to help read/write the Snapshot Manifest.
SnapshotManifestV1 DO NOT USE DIRECTLY.
SnapshotManifestV2 DO NOT USE DIRECTLY.
SnapshotReferenceUtil Utility methods for interacting with the snapshot referenced files.
 

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 © 2007–2015 The Apache Software Foundation. All rights reserved.