Uses of Interface
org.apache.hadoop.hbase.TableDescriptors
Packages that use org.apache.hadoop.hbase.TableDescriptors
Package
Description
Multi Cluster Replication
-
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 inModifier and TypeMethodDescriptionorg.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 inModifier and TypeFieldDescriptionprotected 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 inModifier and TypeMethodDescriptionorg.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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.TableDescriptors
ReplicationEndpoint.Context.getTableDescriptors()
Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.TableDescriptors in inModifierConstructorDescriptionContext
(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 inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.util.FSTableDescriptors
Implementation ofTableDescriptors
that reads descriptors from the passed filesystem.