Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.replication |
Multi Cluster 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 |
---|
ReplicationEndpoint.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) |
Modifier and Type | Class and Description |
---|---|
class |
FSTableDescriptors
Implementation of
TableDescriptors that reads descriptors from the
passed filesystem. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.