Uses of Interface
org.apache.hadoop.hbase.TableDescriptors
Packages that use TableDescriptors
Package
Description
Multi Cluster Replication
- 
Uses of TableDescriptors in org.apache.hadoop.hbaseFields in org.apache.hadoop.hbase declared as TableDescriptorsModifier and TypeFieldDescriptionprotected TableDescriptorsHBaseServerBase.tableDescriptorsGo 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.masterMethods 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.migrateFields in org.apache.hadoop.hbase.master.migrate declared as TableDescriptorsConstructors in org.apache.hadoop.hbase.master.migrate with parameters of type TableDescriptorsModifierConstructorDescriptionprivateRollingUpgradeChore(org.apache.hadoop.conf.Configuration conf, ProcedureExecutor<MasterProcedureEnv> procedureExecutor, TableDescriptors tableDescriptors, Stoppable stopper) 
- 
Uses of TableDescriptors in org.apache.hadoop.hbase.regionserverMethods 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.replicationFields in org.apache.hadoop.hbase.replication declared as TableDescriptorsModifier and TypeFieldDescriptionprivate final TableDescriptorsReplicationEndpoint.Context.tableDescriptorsMethods 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.utilClasses in org.apache.hadoop.hbase.util that implement TableDescriptorsModifier and TypeClassDescriptionclassImplementation ofTableDescriptorsthat reads descriptors from the passed filesystem.