Uses of Class
org.apache.hadoop.hbase.snapshot.RestoreSnapshotException

Packages that use org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
  • Uses of org.apache.hadoop.hbase.snapshot.RestoreSnapshotException in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that throw org.apache.hadoop.hbase.snapshot.RestoreSnapshotException in in
    Modifier and Type
    Method
    Description
    default void
    Admin.cloneSnapshot(byte[] snapshotName, org.apache.hadoop.hbase.TableName tableName)
    Deprecated.
    since 2.3.0, will be removed in 3.0.0.
    default void
    Admin.cloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName)
    Create a new table by cloning the snapshot content.
    default void
    Admin.cloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl)
    Create a new table by cloning the snapshot content.
    default void
    Admin.cloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl, String customSFT)
    Create a new table by cloning the snapshot content.
    default Future<Void>
    Admin.cloneSnapshotAsync(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl)
    Create a new table by cloning the snapshot content.
    Admin.cloneSnapshotAsync(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl, String customSFT)
    Create a new table by cloning the snapshot content.
    HBaseAdmin.cloneSnapshotAsync(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl, String customSFT)
     
    default void
    Admin.restoreSnapshot(byte[] snapshotName)
    Deprecated.
    since 2.3.0, will be removed in 3.0.0.
    default void
    Admin.restoreSnapshot(byte[] snapshotName, boolean takeFailSafeSnapshot)
    Deprecated.
    since 2.3.0, will be removed in 3.0.0.
    void
    Admin.restoreSnapshot(String snapshotName)
    Restore the specified snapshot on the original table.
    default void
    Admin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot)
    Restore the specified snapshot on the original table.
    void
    Admin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot, boolean restoreAcl)
    Restore the specified snapshot on the original table.
    void
    HBaseAdmin.restoreSnapshot(byte[] snapshotName)
     
    void
    HBaseAdmin.restoreSnapshot(byte[] snapshotName, boolean takeFailSafeSnapshot)
     
    void
    HBaseAdmin.restoreSnapshot(String snapshotName)
     
    void
    HBaseAdmin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot)
     
    void
    HBaseAdmin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot, boolean restoreAcl)
     
    Admin.restoreSnapshotAsync(String snapshotName)
    Deprecated.
    since 2.3.0, will be removed in 3.0.0.
    HBaseAdmin.restoreSnapshotAsync(String snapshotName)
     
  • Uses of org.apache.hadoop.hbase.snapshot.RestoreSnapshotException in org.apache.hadoop.hbase.regionserver.storefiletracker

    Methods in org.apache.hadoop.hbase.regionserver.storefiletracker that throw org.apache.hadoop.hbase.snapshot.RestoreSnapshotException in in
    Modifier and Type
    Method
    Description
    static void
    StoreFileTrackerValidationUtils.validatePreRestoreSnapshot(org.apache.hadoop.hbase.client.TableDescriptor currentTableDesc, org.apache.hadoop.hbase.client.TableDescriptor snapshotTableDesc, org.apache.hadoop.conf.Configuration baseConf)
    Makes sure restoring a snapshot does not break the current SFT setup follows StoreUtils.createStoreConfiguration