| 接口 | 说明 |
|---|---|
| SnapshotReferenceUtil.SnapshotVisitor | |
| SnapshotReferenceUtil.StoreFileVisitor |
| 类 | 说明 |
|---|---|
| CreateSnapshot |
This is a command line class that will snapshot a given table.
|
| RestoreSnapshotHelper |
Helper to Restore/Clone a Snapshot
The helper assumes that a table is already created, and by calling restore()
the content present in the snapshot will be restored as the new content of the table.
|
| 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.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.