Uses of Interface
org.apache.hadoop.hbase.TableDescriptors

Packages that use TableDescriptors
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

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

Methods in org.apache.hadoop.hbase.master that return TableDescriptors
 TableDescriptors MasterServices.getTableDescriptors()
           
 TableDescriptors HMaster.getTableDescriptors()
           
 

Uses of TableDescriptors in org.apache.hadoop.hbase.regionserver
 

Fields in org.apache.hadoop.hbase.regionserver declared as TableDescriptors
protected  TableDescriptors HRegionServer.tableDescriptors
          Go here to get table descriptors.
 

Uses of TableDescriptors in org.apache.hadoop.hbase.util
 

Classes in org.apache.hadoop.hbase.util that implement TableDescriptors
 class FSTableDescriptors
          Implementation of TableDescriptors that reads descriptors from the passed filesystem.
 



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