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 | Class and Description |
---|---|
(package private) class |
CatalogReplicationSourcePeer
The 'peer' used internally by Catalog Region Replicas Replication Source.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.