Package | Description |
---|---|
org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Field and Description |
---|---|
private ConcurrentMap<String,ReplicationPeerImpl> |
ReplicationPeers.peerCache |
Modifier and Type | Method and Description |
---|---|
private ReplicationPeerImpl |
ReplicationPeers.createPeer(String peerId)
Helper method to connect to a peer
|
ReplicationPeerImpl |
ReplicationPeers.getPeer(String peerId)
Returns the ReplicationPeerImpl for the specified cached peer.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ReplicationPeerImpl> |
ReplicationPeers.getPeerCache() |
Modifier and Type | Field and Description |
---|---|
private Map<String,ReplicationPeerImpl> |
ReplicationSourceManager.NodeFailoverWorker.peersSnapshot |
Modifier and Type | Method and Description |
---|---|
private boolean |
ReplicationSourceManager.NodeFailoverWorker.isOldPeer(String peerId,
ReplicationPeerImpl newPeerRef) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.