Package | Description |
---|---|
org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationPeerZKImpl |
Modifier and Type | Method and Description |
---|---|
ReplicationPeer |
ReplicationPeersZKImpl.getPeer(String peerId) |
ReplicationPeer |
ReplicationPeers.getPeer(String peerId)
Returns the ReplicationPeer
|
ReplicationPeer |
ReplicationEndpoint.Context.getReplicationPeer() |
Constructor and Description |
---|
ReplicationEndpoint.Context(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.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(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
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.