Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeerImpl
Packages that use ReplicationPeerImpl
Package
Description
Multi Cluster Replication
-
Uses of ReplicationPeerImpl in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication with type parameters of type ReplicationPeerImplModifier and TypeFieldDescriptionprivate final ConcurrentMap<String,ReplicationPeerImpl> ReplicationPeers.peerCacheMethods in org.apache.hadoop.hbase.replication that return ReplicationPeerImplModifier and TypeMethodDescriptionprivate ReplicationPeerImplReplicationPeers.createPeer(String peerId) Helper method to connect to a peerReturns the ReplicationPeerImpl for the specified cached peer.ReplicationPeers.removePeer(String peerId) Methods in org.apache.hadoop.hbase.replication that return types with arguments of type ReplicationPeerImpl -
Uses of ReplicationPeerImpl in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationPeerImplModifier and TypeMethodDescriptionprivate voidReplicationSourceManager.addRecoveredSource(ReplicationSourceInterface src, ReplicationPeerImpl oldPeer, ReplicationQueueId claimedQueueId, PriorityQueue<org.apache.hadoop.fs.Path> walFiles)