| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.replication.regionserver |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ReplicationSource
Class that handles the source of a replication stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected ReplicationSourceInterface |
ReplicationSourceManager.addSource(String id)
Add sources for the given peer cluster on this region server.
|
protected ReplicationSourceInterface |
ReplicationSourceManager.getReplicationSource(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
ReplicationSourceManager manager,
ReplicationQueues replicationQueues,
ReplicationPeers replicationPeers,
Server server,
String peerId,
UUID clusterId,
ReplicationPeerConfig peerConfig,
ReplicationPeer replicationPeer)
Factory method to create a replication source
|
ReplicationSourceInterface |
ReplicationSourceManager.getSource(String peerId)
Get the normal source for a given peer
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ReplicationSourceInterface> |
ReplicationSourceManager.getOldSources()
Get a list of all the old sources of this rs
|
List<ReplicationSourceInterface> |
ReplicationSourceManager.getSources()
Get a list of all the normal sources of this rs
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReplicationSourceManager.closeQueue(ReplicationSourceInterface src)
Clear the references to the specified old source
|
void |
ReplicationSourceManager.closeRecoveredQueue(ReplicationSourceInterface src)
Clear the references to the specified old source
|
| 构造器和说明 |
|---|
ReplicationSource.ReplicationSourceShipperThread(String walGroupId,
PriorityBlockingQueue<org.apache.hadoop.fs.Path> queue,
ReplicationQueueInfo replicationQueueInfo,
ReplicationSourceInterface source) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.