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.peerCache
Methods in org.apache.hadoop.hbase.replication that return ReplicationPeerImplModifier and TypeMethodDescriptionprivate ReplicationPeerImpl
ReplicationPeers.createPeer
(String peerId) Helper method to connect to a peerReturns the ReplicationPeerImpl for the specified cached peer.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
Subclasses of ReplicationPeerImpl in org.apache.hadoop.hbase.replication.regionserverModifier and TypeClassDescription(package private) class
The 'peer' used internally by Catalog Region Replicas Replication Source.