Class ReplicationPeers

java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationPeers
All Implemented Interfaces:
ConfigurationObserver

@Private public class ReplicationPeers extends Object implements ConfigurationObserver
This provides an class for maintaining a set of peer clusters. These peers are remote slave clusters that data is replicated to.

We implement ConfigurationObserver mainly for recreating the ReplicationPeerStorage, so we can change the ReplicationPeerStorage without restarting the region server.