Interface | Description |
---|---|
SnapshotReferenceUtil.SnapshotVisitor | |
SnapshotReferenceUtil.StoreFileVisitor |
Class | Description |
---|---|
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.
|
SnapshotTestingUtils |
Utilities class for snapshots
|
SnapshotTestingUtils.SnapshotMock | |
SnapshotTestingUtils.SnapshotMock.SnapshotBuilder | |
TestExportSnapshot |
Test Export Snapshot Tool
|
TestFlushSnapshotFromClient |
Test creating/using/deleting snapshots from the client
|
TestRestoreFlushSnapshotFromClient |
Test clone/restore snapshots from the client
TODO This is essentially a clone of TestRestoreSnapshotFromClient.
|
TestRestoreSnapshotHelper |
Test the restore/clone operation from a file-system point of view.
|
TestSecureExportSnapshot |
Reruns TestExportSnapshot using ExportSnapshot in secure mode.
|
TestSnapshotClientRetries | |
TestSnapshotClientRetries.MasterSyncObserver | |
TestSnapshotDescriptionUtils |
Test that the
HBaseProtos.SnapshotDescription helper is helping correctly. |
Enum | Description |
---|---|
ExportSnapshot.Counter |
Exception | Description |
---|---|
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.
|