Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener

Packages that use org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener
Package
Description
Multi Cluster Replication
  • 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.replication
    Modifier and Type
    Interface
    Description
    interface 
    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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
    A Base implementation for ReplicationEndpoints.
    class 
    org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
    A BaseReplicationEndpoint for replication endpoints whose target cluster is an HBase cluster.
    class 
    org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
    A dummy ReplicationEndpoint that replicates nothing.
    Methods in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener in in
    Modifier and Type
    Method
    Description
    void
    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.