Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeerImpl
Package
Description
Multi Cluster Replication
-
Uses of ReplicationPeerImpl in org.apache.hadoop.hbase.replication
Modifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
ReplicationPeerImpl> ReplicationPeers.peerCache
Modifier and TypeMethodDescriptionprivate ReplicationPeerImpl
ReplicationPeers.createPeer
(String peerId) Helper method to connect to a peerReturns the ReplicationPeerImpl for the specified cached peer.ReplicationPeers.removePeer
(String peerId) -
Uses of ReplicationPeerImpl in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeMethodDescriptionprivate void
ReplicationSourceManager.addRecoveredSource
(ReplicationSourceInterface src, ReplicationPeerImpl oldPeer, ReplicationQueueId claimedQueueId, PriorityQueue<org.apache.hadoop.fs.Path> walFiles)