Uses of Class
org.apache.hadoop.hbase.TableExistsException

Packages that use TableExistsException
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.master.snapshot   
 

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

Methods in org.apache.hadoop.hbase.client that throw TableExistsException
 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.
 

Uses of TableExistsException in org.apache.hadoop.hbase.master.handler
 

Methods in org.apache.hadoop.hbase.master.handler that throw TableExistsException
 CreateTableHandler CreateTableHandler.prepare()
           
 

Uses of TableExistsException in org.apache.hadoop.hbase.master.snapshot
 

Methods in org.apache.hadoop.hbase.master.snapshot that throw TableExistsException
 CloneSnapshotHandler CloneSnapshotHandler.prepare()
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.