Uses of Class
org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
Packages that use RestoreSnapshotException
Package
Description
Provides HBase Client
-
Uses of RestoreSnapshotException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that throw RestoreSnapshotExceptionModifier and TypeMethodDescriptiondefault voidAdmin.cloneSnapshot(byte[] snapshotName, TableName tableName) Deprecated.since 2.3.0, will be removed in 3.0.0.default voidAdmin.cloneSnapshot(String snapshotName, TableName tableName) Create a new table by cloning the snapshot content.default voidAdmin.cloneSnapshot(String snapshotName, TableName tableName, boolean restoreAcl) Create a new table by cloning the snapshot content.default voidAdmin.cloneSnapshot(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) Create a new table by cloning the snapshot content.Admin.cloneSnapshotAsync(String snapshotName, TableName tableName, boolean restoreAcl) Create a new table by cloning the snapshot content.Admin.cloneSnapshotAsync(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) Create a new table by cloning the snapshot content.HBaseAdmin.cloneSnapshotAsync(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) private TableNameHBaseAdmin.getTableNameBeforeRestoreSnapshot(String snapshotName) Check whether the snapshot exists and contains disabled tableHBaseAdmin.internalRestoreSnapshotAsync(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) Execute Restore/Clone snapshot and wait for the server to complete (blocking).default voidAdmin.restoreSnapshot(byte[] snapshotName) Deprecated.since 2.3.0, will be removed in 3.0.0.default voidAdmin.restoreSnapshot(byte[] snapshotName, boolean takeFailSafeSnapshot) Deprecated.since 2.3.0, will be removed in 3.0.0.voidAdmin.restoreSnapshot(String snapshotName) Restore the specified snapshot on the original table.default voidAdmin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot) Restore the specified snapshot on the original table.voidAdmin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot, boolean restoreAcl) Restore the specified snapshot on the original table.voidHBaseAdmin.restoreSnapshot(byte[] snapshotName) voidHBaseAdmin.restoreSnapshot(byte[] snapshotName, boolean takeFailSafeSnapshot) voidHBaseAdmin.restoreSnapshot(String snapshotName) voidHBaseAdmin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot) voidHBaseAdmin.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 RestoreSnapshotException in org.apache.hadoop.hbase.regionserver.storefiletracker
Methods in org.apache.hadoop.hbase.regionserver.storefiletracker that throw RestoreSnapshotExceptionModifier and TypeMethodDescriptionstatic voidStoreFileTrackerValidationUtils.validatePreRestoreSnapshot(TableDescriptor currentTableDesc, TableDescriptor snapshotTableDesc, org.apache.hadoop.conf.Configuration baseConf) Makes sure restoring a snapshot does not break the current SFT setup follows StoreUtils.createStoreConfiguration -
Uses of RestoreSnapshotException in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that throw RestoreSnapshotException