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

Packages that use TableNotFoundException
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.handler   
 

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

Methods in org.apache.hadoop.hbase.client that throw TableNotFoundException
 HTableDescriptor HBaseAdmin.getTableDescriptor(byte[] tableName)
           
 HTableDescriptor HBaseAdmin.getTableDescriptor(TableName tableName)
          Method for getting the tableDescriptor
 

Uses of TableNotFoundException in org.apache.hadoop.hbase.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce that throw TableNotFoundException
 void LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir, HTable table)
          Perform a bulk load of the given directory into the given pre-existing table.
 

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

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

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

Methods in org.apache.hadoop.hbase.master.handler that throw TableNotFoundException
 DisableTableHandler DisableTableHandler.prepare()
           
 EnableTableHandler EnableTableHandler.prepare()
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.