Package org.apache.hadoop.hbase.snapshot
package org.apache.hadoop.hbase.snapshot
-
ClassDescriptionorg.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtilsClass to help with dealing with a snapshot description on the client side.org.apache.hadoop.hbase.snapshot.CorruptedSnapshotExceptionException thrown when the found snapshot info from the filesystem is not valid.org.apache.hadoop.hbase.snapshot.CreateSnapshotThis is a command line class that will snapshot a given table.org.apache.hadoop.hbase.snapshot.ExportSnapshotExport the specified snapshot to a given FileSystem.org.apache.hadoop.hbase.snapshot.ExportSnapshot.ChecksumComparisonIndicates the checksum comparison result.org.apache.hadoop.hbase.snapshot.ExportSnapshot.Counterorg.apache.hadoop.hbase.snapshot.ExportSnapshotExceptionThrown when a snapshot could not be exported due to an error during the operation.org.apache.hadoop.hbase.snapshot.HBaseSnapshotExceptionGeneral exception base class for when a snapshot fails.org.apache.hadoop.hbase.snapshot.RestoreSnapshotExceptionThrown when a snapshot could not be restored due to a server-side error when restoring it.org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelperHelper to Restore/Clone a Snapshotorg.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChangesDescribe the set of operations needed to update hbase:meta after restore.org.apache.hadoop.hbase.snapshot.SnapshotCreationExceptionThrown when a snapshot could not be created due to a server-side error when taking the snapshot.org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtilsUtility class to help manage
SnapshotDesriptions
.org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilterFilter that only accepts completed snapshot directoriesorg.apache.hadoop.hbase.snapshot.SnapshotDoesNotExistExceptionThrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.org.apache.hadoop.hbase.snapshot.SnapshotExistsExceptionThrown when a snapshot exists, but should not.org.apache.hadoop.hbase.snapshot.SnapshotInfoTool for dumping snapshot information.org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStatsStatistics 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 amountorg.apache.hadoop.hbase.snapshot.SnapshotManifestUtility class to help read/write the Snapshot Manifest.org.apache.hadoop.hbase.snapshot.SnapshotManifestV1DO NOT USE DIRECTLY.org.apache.hadoop.hbase.snapshot.SnapshotManifestV2DO NOT USE DIRECTLY.org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtilUtility methods for interacting with the snapshot referenced files.org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.SnapshotVisitororg.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitororg.apache.hadoop.hbase.snapshot.SnapshotTTLExpiredExceptionThrown when a snapshot could not be restored/cloned because the ttl for snapshot has already expiredorg.apache.hadoop.hbase.snapshot.TablePartiallyOpenExceptionThrown if a table should be online/offline, but is partially open.org.apache.hadoop.hbase.snapshot.UnknownSnapshotExceptionException thrown when we get a request for a snapshot we don't recognize.