| Package | Description |
|---|---|
| org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
| org.apache.hadoop.hbase.replication.regionserver |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationPeers |
ReplicationFactory.getReplicationPeers(ZKWatcher zk,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Field and Description |
|---|---|
private ReplicationPeers |
ReplicationSourceManager.replicationPeers |
private ReplicationPeers |
Replication.replicationPeers |
| Modifier and Type | Method and Description |
|---|---|
ReplicationPeers |
ReplicationSourceManager.getReplicationPeers()
Get the ReplicationPeers used by this ReplicationSourceManager
|
| Constructor and Description |
|---|
ReplicationSourceManager(ReplicationQueueStorage queueStorage,
ReplicationPeers replicationPeers,
ReplicationTracker replicationTracker,
org.apache.hadoop.conf.Configuration conf,
Server server,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path logDir,
org.apache.hadoop.fs.Path oldLogDir,
UUID clusterId,
WALFileLengthProvider walFileLengthProvider)
Creates a replication manager and sets the watch on all the other registered region servers
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.