| Package | Description |
|---|---|
| org.apache.hadoop.hbase.replication | |
| org.apache.hadoop.hbase.replication.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationPeerZKImpl |
| Modifier and Type | Method and Description |
|---|---|
ReplicationPeer |
ReplicationPeers.getPeer(String peerId)
Returns the ReplicationPeer
|
ReplicationPeer |
ReplicationPeersZKImpl.getPeer(String peerId) |
ReplicationPeer |
ReplicationEndpoint.Context.getReplicationPeer() |
| Constructor and Description |
|---|
Context(Configuration conf,
FileSystem fs,
ReplicationPeerConfig peerConfig,
String peerId,
UUID clusterId,
ReplicationPeer replicationPeer,
MetricsSource metrics,
TableDescriptors tableDescriptors) |
TableCfWALEntryFilter(ReplicationPeer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected ReplicationSourceInterface |
ReplicationSourceManager.getReplicationSource(Configuration conf,
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
|