Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeers
Package
Description
Multi Cluster Replication
-
Uses of ReplicationPeers in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionReplicationSourceService.getReplicationPeers()
Return the replication peers. -
Uses of ReplicationPeers in org.apache.hadoop.hbase.replication
Modifier and TypeMethodDescriptionstatic ReplicationPeers
ReplicationFactory.getReplicationPeers
(org.apache.hadoop.fs.FileSystem fs, ZKWatcher zk, org.apache.hadoop.conf.Configuration conf) -
Uses of ReplicationPeers in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeFieldDescriptionprivate ReplicationPeers
Replication.replicationPeers
private final ReplicationPeers
ReplicationSourceManager.replicationPeers
private final ReplicationPeers
SyncReplicationPeerInfoProviderImpl.replicationPeers
Modifier and TypeMethodDescriptionReplication.getReplicationPeers()
ReplicationSourceManager.getReplicationPeers()
Get the ReplicationPeers used by this ReplicationSourceManagerModifierConstructorDescriptionReplicationSourceManager
(ReplicationQueueStorage queueStorage, ReplicationPeers replicationPeers, org.apache.hadoop.conf.Configuration conf, Server server, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path logDir, org.apache.hadoop.fs.Path oldLogDir, UUID clusterId, WALFactory walFactory, SyncReplicationPeerMappingManager syncReplicationPeerMappingManager, MetricsReplicationGlobalSourceSource globalMetrics) Creates a replication manager and sets the watch on all the other registered region servers(package private)
SyncReplicationPeerInfoProviderImpl
(ReplicationPeers replicationPeers, SyncReplicationPeerMappingManager mapping)