Interface | Description |
---|---|
SnapshotManifest.RegionVisitor<TRegion,TFamily> | |
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.
|
ExportSnapshot.ExportMapper | |
ExportSnapshot.ExportSnapshotInputFormat | |
ExportSnapshot.ExportSnapshotInputFormat.ExportSnapshotInputSplit | |
ExportSnapshot.ExportSnapshotInputFormat.ExportSnapshotRecordReader | |
ExportSnapshot.Options | |
ExportSnapshot.Testing | |
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.Options | |
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
|
SnapshotInfo.SnapshotStats.FileInfo |
Information about the file referenced by the snapshot
|
SnapshotManifest |
Utility class to help read/write the Snapshot Manifest.
|
SnapshotManifestV1 |
DO NOT USE DIRECTLY.
|
SnapshotManifestV1.ManifestBuilder | |
SnapshotManifestV2 |
DO NOT USE DIRECTLY.
|
SnapshotManifestV2.ManifestBuilder | |
SnapshotReferenceUtil |
Utility methods for interacting with the snapshot referenced files.
|
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.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.