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

Packages that use org.apache.hadoop.hbase.TableDescriptors
  • Uses of org.apache.hadoop.hbase.TableDescriptors in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.TableDescriptors in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.TableDescriptors
    MasterServices.getTableDescriptors()
    Returns Return table descriptors implementation.
  • Uses of org.apache.hadoop.hbase.TableDescriptors in org.apache.hadoop.hbase.regionserver

    Fields in org.apache.hadoop.hbase.regionserver declared as org.apache.hadoop.hbase.TableDescriptors in in
    Modifier and Type
    Field
    Description
    protected org.apache.hadoop.hbase.TableDescriptors
    HRegionServer.tableDescriptors
    Go here to get table descriptors.
    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.TableDescriptors in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.TableDescriptors
    HRegionServer.getTableDescriptors()
    Returns Return table descriptors implementation.
    org.apache.hadoop.hbase.TableDescriptors
    RegionServerServices.getTableDescriptors()
    Returns Return table descriptors implementation.
  • Uses of org.apache.hadoop.hbase.TableDescriptors in org.apache.hadoop.hbase.replication

    Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.TableDescriptors in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.TableDescriptors
    ReplicationEndpoint.Context.getTableDescriptors()
     
    Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.TableDescriptors in in
    Modifier
    Constructor
    Description
     
    Context(org.apache.hadoop.conf.Configuration localConf, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String peerId, UUID clusterId, org.apache.hadoop.hbase.replication.ReplicationPeer replicationPeer, org.apache.hadoop.hbase.replication.regionserver.MetricsSource metrics, org.apache.hadoop.hbase.TableDescriptors tableDescriptors, org.apache.hadoop.hbase.Abortable abortable)
     
  • Uses of org.apache.hadoop.hbase.TableDescriptors in org.apache.hadoop.hbase.util

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