Package | Description |
---|---|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationSource
Class that handles the source of a replication stream.
|
Modifier and Type | Method and Description |
---|---|
protected ReplicationSourceInterface |
ReplicationSourceManager.addSource(String id)
Add a new normal source to 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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSourceManager.closeRecoveredQueue(ReplicationSourceInterface src)
Clear the references to the specified old source
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.