org.apache.hadoop.hbase.replication
Class HBaseReplicationEndpoint.PeerRegionServerListener
java.lang.Object
org.apache.hadoop.hbase.zookeeper.ZooKeeperListener
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.PeerRegionServerListener
- Enclosing class:
- HBaseReplicationEndpoint
public static class HBaseReplicationEndpoint.PeerRegionServerListener
- extends ZooKeeperListener
Tracks changes to the list of region servers in a peer's cluster.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBaseReplicationEndpoint.PeerRegionServerListener
public HBaseReplicationEndpoint.PeerRegionServerListener(HBaseReplicationEndpoint replicationPeer)
nodeChildrenChanged
public void nodeChildrenChanged(String path)
- Description copied from class:
ZooKeeperListener
- Called when an existing node has a child node added or removed.
- Overrides:
nodeChildrenChanged
in class ZooKeeperListener
- Parameters:
path
- full path of the node whose children have changed
Copyright © 2015 The Apache Software Foundation. All rights reserved.