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

Packages that use TableNotDisabledException
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.handler   
 

Uses of TableNotDisabledException in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that throw TableNotDisabledException
 void MasterServices.checkTableModifiable(byte[] tableName)
          Check table is modifiable; i.e.
 void HMaster.checkTableModifiable(byte[] tableName)
           
 

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

Constructors in org.apache.hadoop.hbase.master.handler that throw TableNotDisabledException
EnableTableHandler(Server server, byte[] tableName, CatalogTracker catalogTracker, AssignmentManager assignmentManager, boolean skipTableStateCheck)
           
 



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