Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeer
Packages that use ReplicationPeer
Package
Description
Multi Cluster Replication
-
Uses of ReplicationPeer in org.apache.hadoop.hbase.replication
Classes in org.apache.hadoop.hbase.replication that implement ReplicationPeerFields in org.apache.hadoop.hbase.replication declared as ReplicationPeerModifier and TypeFieldDescriptionprivate final ReplicationPeer
NamespaceTableCfWALEntryFilter.peer
private final ReplicationPeer
ReplicationEndpoint.Context.replicationPeer
Methods in org.apache.hadoop.hbase.replication that return ReplicationPeerConstructors in org.apache.hadoop.hbase.replication with parameters of type ReplicationPeerModifierConstructorDescriptionContext
(org.apache.hadoop.conf.Configuration localConf, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String peerId, UUID clusterId, ReplicationPeer replicationPeer, MetricsSource metrics, TableDescriptors tableDescriptors, Abortable abortable) -
Uses of ReplicationPeer in org.apache.hadoop.hbase.replication.regionserver
Classes in org.apache.hadoop.hbase.replication.regionserver that implement ReplicationPeerModifier and TypeClassDescription(package private) class
The 'peer' used internally by Catalog Region Replicas Replication Source.Fields in org.apache.hadoop.hbase.replication.regionserver declared as ReplicationPeerMethods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationPeerModifier and TypeMethodDescriptionprivate ReplicationSourceInterface
ReplicationSourceManager.createSource
(String queueId, ReplicationPeer replicationPeer) void
RecoveredReplicationSource.init
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueueStorage queueStorage, ReplicationPeer replicationPeer, Server server, String peerClusterZnode, UUID clusterId, WALFileLengthProvider walFileLengthProvider, MetricsSource metrics) void
ReplicationSource.init
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueueStorage queueStorage, ReplicationPeer replicationPeer, Server server, String queueId, UUID clusterId, WALFileLengthProvider walFileLengthProvider, MetricsSource metrics) Instantiation method used by region serversvoid
ReplicationSourceInterface.init
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueueStorage queueStorage, ReplicationPeer replicationPeer, Server server, String queueId, UUID clusterId, WALFileLengthProvider walFileLengthProvider, MetricsSource metrics) Initializer for the source