public class ReplicationPeerZKImpl.TableCFsTracker extends ZooKeeperNodeTracker
abortable, nodewatcher| Constructor and Description |
|---|
TableCFsTracker(java.lang.String tableCFsZNode,
ZooKeeperWatcher watcher,
Abortable abortable) |
| Modifier and Type | Method and Description |
|---|---|
void |
nodeCreated(java.lang.String path)
Called when a new node has been created.
|
void |
nodeDataChanged(java.lang.String path)
Called when an existing node has changed data.
|
blockUntilAvailable, blockUntilAvailable, checkIfBaseNodeAvailable, getData, getNode, nodeDeleted, start, stop, toStringgetWatcher, nodeChildrenChangedpublic TableCFsTracker(java.lang.String tableCFsZNode,
ZooKeeperWatcher watcher,
Abortable abortable)
public void nodeCreated(java.lang.String path)
ZooKeeperListenernodeCreated in class ZooKeeperNodeTrackerpath - full path of the new nodepublic void nodeDataChanged(java.lang.String path)
ZooKeeperListenernodeDataChanged in class ZooKeeperNodeTrackerpath - full path of the updated node