public static class HBaseReplicationEndpoint.PeerRegionServerListener extends ZKListener
Modifier and Type | Field and Description |
---|---|
private String |
regionServerListNode |
private HBaseReplicationEndpoint |
replicationEndpoint |
watcher
Constructor and Description |
---|
PeerRegionServerListener(HBaseReplicationEndpoint replicationPeer) |
Modifier and Type | Method and Description |
---|---|
void |
nodeChildrenChanged(String path)
Called when an existing node has a child node added or removed.
|
getWatcher, nodeCreated, nodeDataChanged, nodeDeleted
private final HBaseReplicationEndpoint replicationEndpoint
private final String regionServerListNode
public PeerRegionServerListener(HBaseReplicationEndpoint replicationPeer)
public void nodeChildrenChanged(String path)
ZKListener
nodeChildrenChanged
in class ZKListener
path
- full path of the node whose children have changedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.