public class ReplicationTrackerZKImpl.OtherRegionServerWatcher extends ZooKeeperListener
watcher
构造器和说明 |
---|
ReplicationTrackerZKImpl.OtherRegionServerWatcher(ZooKeeperWatcher watcher)
Construct a ZooKeeper event listener.
|
限定符和类型 | 方法和说明 |
---|---|
void |
nodeChildrenChanged(String path)
Called when an existing node has a child node added or removed.
|
void |
nodeCreated(String path)
Called when a new node has been created.
|
void |
nodeDeleted(String path)
Called when a node has been deleted
|
getWatcher, nodeDataChanged
public ReplicationTrackerZKImpl.OtherRegionServerWatcher(ZooKeeperWatcher watcher)
public void nodeCreated(String path)
nodeCreated
在类中 ZooKeeperListener
path
- full path of the new nodepublic void nodeDeleted(String path)
nodeDeleted
在类中 ZooKeeperListener
path
- full path of the deleted nodepublic void nodeChildrenChanged(String path)
nodeChildrenChanged
在类中 ZooKeeperListener
path
- full path of the node whose children have changedCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.