Package org.apache.hadoop.hbase.snapshot


package org.apache.hadoop.hbase.snapshot
  • Class
    Description
    org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils
    Class to help with dealing with a snapshot description on the client side.
    org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException
    Exception thrown when the found snapshot info from the filesystem is not valid.
    org.apache.hadoop.hbase.snapshot.CreateSnapshot
    This is a command line class that will snapshot a given table.
    org.apache.hadoop.hbase.snapshot.ExportSnapshot
    Export the specified snapshot to a given FileSystem.
    org.apache.hadoop.hbase.snapshot.ExportSnapshot.ChecksumComparison
    Indicates the checksum comparison result.
    org.apache.hadoop.hbase.snapshot.ExportSnapshot.Counter
     
    org.apache.hadoop.hbase.snapshot.ExportSnapshotException
    Thrown when a snapshot could not be exported due to an error during the operation.
    org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
    General exception base class for when a snapshot fails.
    org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
    Thrown when a snapshot could not be restored due to a server-side error when restoring it.
    org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
    Helper to Restore/Clone a Snapshot
    org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
    Describe the set of operations needed to update hbase:meta after restore.
    org.apache.hadoop.hbase.snapshot.SnapshotCreationException
    Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
    org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
    Utility class to help manage SnapshotDesriptions.
    org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter
    Filter that only accepts completed snapshot directories
    org.apache.hadoop.hbase.snapshot.SnapshotDoesNotExistException
    Thrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.
    org.apache.hadoop.hbase.snapshot.SnapshotExistsException
    Thrown when a snapshot exists, but should not.
    org.apache.hadoop.hbase.snapshot.SnapshotInfo
    Tool for dumping snapshot information.
    org.apache.hadoop.hbase.snapshot.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
    org.apache.hadoop.hbase.snapshot.SnapshotManifest
    Utility class to help read/write the Snapshot Manifest.
    org.apache.hadoop.hbase.snapshot.SnapshotManifestV1
    DO NOT USE DIRECTLY.
    org.apache.hadoop.hbase.snapshot.SnapshotManifestV2
    DO NOT USE DIRECTLY.
    org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
    Utility methods for interacting with the snapshot referenced files.
    org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.SnapshotVisitor
     
    org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor
     
    org.apache.hadoop.hbase.snapshot.SnapshotTTLExpiredException
    Thrown when a snapshot could not be restored/cloned because the ttl for snapshot has already expired
    org.apache.hadoop.hbase.snapshot.TablePartiallyOpenException
    Thrown if a table should be online/offline, but is partially open.
    org.apache.hadoop.hbase.snapshot.UnknownSnapshotException
    Exception thrown when we get a request for a snapshot we don't recognize.