Uses of Interface
org.apache.hadoop.hbase.TableDescriptors
Packages that use TableDescriptors
Package
Description
Multi Cluster Replication
-
Uses of TableDescriptors in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as TableDescriptorsModifier and TypeFieldDescriptionprotected TableDescriptors
HBaseServerBase.tableDescriptors
Go here to get table descriptors.Methods in org.apache.hadoop.hbase that return TableDescriptorsModifier and TypeMethodDescriptionHBaseServerBase.getTableDescriptors()
Returns Return table descriptors implementation.MockRegionServerServices.getTableDescriptors()
-
Uses of TableDescriptors in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return TableDescriptorsModifier and TypeMethodDescriptionMasterServices.getTableDescriptors()
Returns Return table descriptors implementation. -
Uses of TableDescriptors in org.apache.hadoop.hbase.master.migrate
Fields in org.apache.hadoop.hbase.master.migrate declared as TableDescriptorsConstructors in org.apache.hadoop.hbase.master.migrate with parameters of type TableDescriptorsModifierConstructorDescriptionprivate
RollingUpgradeChore
(org.apache.hadoop.conf.Configuration conf, ProcedureExecutor<MasterProcedureEnv> procedureExecutor, TableDescriptors tableDescriptors, Stoppable stopper) -
Uses of TableDescriptors in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return TableDescriptorsModifier and TypeMethodDescriptionRegionServerServices.getTableDescriptors()
Returns Return table descriptors implementation. -
Uses of TableDescriptors in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication declared as TableDescriptorsModifier and TypeFieldDescriptionprivate final TableDescriptors
ReplicationEndpoint.Context.tableDescriptors
Methods in org.apache.hadoop.hbase.replication that return TableDescriptorsConstructors in org.apache.hadoop.hbase.replication with parameters of type TableDescriptorsModifierConstructorDescriptionContext
(Server server, org.apache.hadoop.conf.Configuration localConf, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String peerId, UUID clusterId, ReplicationPeer replicationPeer, MetricsSource metrics, TableDescriptors tableDescriptors, Abortable abortable) -
Uses of TableDescriptors in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement TableDescriptorsModifier and TypeClassDescriptionclass
Implementation ofTableDescriptors
that reads descriptors from the passed filesystem.