| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.replication |
Multi Cluster Replication
Cluster replication documentation has been moved to the link:http://hbase.apache.org/book.html#_cluster_replication[Cluster Replication] section of the link:http://hbase.apache.org/book.html[Apache HBase Reference Guide].
|
| org.apache.hadoop.hbase.util |
| 限定符和类型 | 方法和说明 |
|---|---|
TableDescriptors |
MasterServices.getTableDescriptors() |
TableDescriptors |
HMaster.getTableDescriptors() |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TableDescriptors |
HRegionServer.tableDescriptors
Go here to get table descriptors.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected TableDescriptors |
HRegionServer.getFsTableDescriptors() |
TableDescriptors |
HRegionServer.getTableDescriptors() |
| 限定符和类型 | 方法和说明 |
|---|---|
TableDescriptors |
ReplicationEndpoint.Context.getTableDescriptors() |
| 构造器和说明 |
|---|
Context(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) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FSTableDescriptors
Implementation of
TableDescriptors that reads descriptors from the
passed filesystem. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.