org.apache.hadoop.hbase.replication
Interface ReplicationPeerConfigListener

All Known Subinterfaces:
ReplicationEndpoint
All Known Implementing Classes:
BaseReplicationEndpoint, HBaseInterClusterReplicationEndpoint, HBaseReplicationEndpoint, VisibilityReplicationEndpoint

@InterfaceAudience.LimitedPrivate(value="Replication")
public interface ReplicationPeerConfigListener


Method Summary
 void peerConfigUpdated(ReplicationPeerConfig rpc)
          Callback method for when users update the ReplicationPeerConfig for this peer
 

Method Detail

peerConfigUpdated

void peerConfigUpdated(ReplicationPeerConfig rpc)
Callback method for when users update the ReplicationPeerConfig for this peer

Parameters:
rpc - The updated ReplicationPeerConfig


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.