Uses of Interface
org.apache.hadoop.hbase.TableDescriptors
Package
Description
Multi Cluster Replication
-
Uses of TableDescriptors in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprotected TableDescriptors
HBaseServerBase.tableDescriptors
Go here to get table descriptors.Modifier and TypeMethodDescriptionHBaseServerBase.getTableDescriptors()
Returns Return table descriptors implementation.MockRegionServerServices.getTableDescriptors()
-
Uses of TableDescriptors in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionMasterServices.getTableDescriptors()
Returns Return table descriptors implementation. -
Uses of TableDescriptors in org.apache.hadoop.hbase.master.migrate
ModifierConstructorDescriptionprivate
RollingUpgradeChore
(org.apache.hadoop.conf.Configuration conf, ProcedureExecutor<MasterProcedureEnv> procedureExecutor, TableDescriptors tableDescriptors, Stoppable stopper) -
Uses of TableDescriptors in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionRegionServerServices.getTableDescriptors()
Returns Return table descriptors implementation. -
Uses of TableDescriptors in org.apache.hadoop.hbase.replication
Modifier and TypeFieldDescriptionprivate final TableDescriptors
ReplicationEndpoint.Context.tableDescriptors
ModifierConstructorDescriptionContext
(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
Modifier and TypeClassDescriptionclass
Implementation ofTableDescriptors
that reads descriptors from the passed filesystem.