Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener
Package
Description
Multi Cluster Replication
-
Uses of ReplicationPeerConfigListener in org.apache.hadoop.hbase.replication
Modifier and TypeInterfaceDescriptioninterface
ReplicationEndpoint is a plugin which implements replication to other HBase clusters, or other systems.Modifier and TypeClassDescriptionclass
A Base implementation forReplicationEndpoint
s.class
ABaseReplicationEndpoint
for replication endpoints whose target cluster is an HBase cluster.class
A dummyReplicationEndpoint
that replicates nothing.Modifier and TypeFieldDescriptionprivate final List<ReplicationPeerConfigListener>
ReplicationPeerImpl.peerConfigListeners
Modifier and TypeMethodDescriptionvoid
ReplicationPeer.registerPeerConfigListener
(ReplicationPeerConfigListener listener) Register a peer config listener to catch the peer config change event.void
ReplicationPeerImpl.registerPeerConfigListener
(ReplicationPeerConfigListener listener) default void
ReplicationPeer.trackPeerConfigChanges
(ReplicationPeerConfigListener listener) Deprecated.since 2.1.0 and will be removed in 4.0.0. -
Uses of ReplicationPeerConfigListener in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeClassDescriptionclass
AReplicationEndpoint
implementation for replicating to another HBase cluster. -
Uses of ReplicationPeerConfigListener in org.apache.hadoop.hbase.security.visibility