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

Packages that use RestoreSnapshotException
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of RestoreSnapshotException in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that throw RestoreSnapshotException
 void HBaseAdmin.cloneSnapshot(byte[] snapshotName, byte[] tableName)
          Create a new table by cloning the snapshot content.
 void HBaseAdmin.cloneSnapshot(byte[] snapshotName, TableName tableName)
          Create a new table by cloning the snapshot content.
 void HBaseAdmin.cloneSnapshot(String snapshotName, String tableName)
          Create a new table by cloning the snapshot content.
 void HBaseAdmin.cloneSnapshot(String snapshotName, TableName tableName)
          Create a new table by cloning the snapshot content.
 void HBaseAdmin.restoreSnapshot(byte[] snapshotName)
          Restore the specified snapshot on the original table.
 void HBaseAdmin.restoreSnapshot(byte[] snapshotName, boolean takeFailSafeSnapshot)
          Restore the specified snapshot on the original table.
 void HBaseAdmin.restoreSnapshot(String snapshotName)
          Restore the specified snapshot on the original table.
 void HBaseAdmin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot)
          Restore the specified snapshot on the original table.
 



Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.