Uses of Class
org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
Package
Description
Provides HBase Client
-
Uses of RestoreSnapshotException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptiondefault void
Admin.cloneSnapshot
(String snapshotName, TableName tableName) Create a new table by cloning the snapshot content.default void
Admin.cloneSnapshot
(String snapshotName, TableName tableName, boolean restoreAcl) Create a new table by cloning the snapshot content.default void
Admin.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.AdminOverAsyncAdmin.cloneSnapshotAsync
(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) 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
AdminOverAsyncAdmin.restoreSnapshot
(String snapshotName) void
AdminOverAsyncAdmin.restoreSnapshot
(String snapshotName, boolean takeFailSafeSnapshot, boolean restoreAcl) -
Uses of RestoreSnapshotException in org.apache.hadoop.hbase.regionserver.storefiletracker
Modifier and TypeMethodDescriptionstatic void
StoreFileTrackerValidationUtils.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