Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener
Packages that use org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener
-
Uses of org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener in org.apache.hadoop.hbase.replication
Subinterfaces of org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener in in org.apache.hadoop.hbase.replicationModifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.replication.ReplicationEndpoint
ReplicationEndpoint is a plugin which implements replication to other HBase clusters, or other systems.Classes in org.apache.hadoop.hbase.replication that implement org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
A Base implementation forReplicationEndpoint
s.class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
ABaseReplicationEndpoint
for replication endpoints whose target cluster is an HBase cluster.class
org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
A dummyReplicationEndpoint
that replicates nothing.Methods in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener in inModifier and TypeMethodDescriptionvoid
ReplicationPeer.registerPeerConfigListener
(org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener listener) Register a peer config listener to catch the peer config change event.void
ReplicationPeerImpl.registerPeerConfigListener
(org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener listener) default void
ReplicationPeer.trackPeerConfigChanges
(org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener listener) Deprecated.since 2.1.0 and will be removed in 4.0.0.