| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.replication | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
TableDescriptors |
HMaster.getTableDescriptors() |
TableDescriptors |
MasterServices.getTableDescriptors() |
| Modifier and Type | Field and Description |
|---|---|
protected TableDescriptors |
HRegionServer.tableDescriptors
Go here to get table descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
TableDescriptors |
HRegionServer.getTableDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
TableDescriptors |
ReplicationEndpoint.Context.getTableDescriptors() |
| Constructor and Description |
|---|
Context(Configuration conf,
FileSystem fs,
ReplicationPeerConfig peerConfig,
String peerId,
UUID clusterId,
ReplicationPeer replicationPeer,
MetricsSource metrics,
TableDescriptors tableDescriptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
FSTableDescriptors
Implementation of
TableDescriptors that reads descriptors from the
passed filesystem. |