Class ZooKeeperConnection.ExistsWatcher
- java.lang.Object
-
- org.apache.manifoldcf.core.lockmanager.ZooKeeperConnection.ExistsWatcher
-
- All Implemented Interfaces:
org.apache.zookeeper.Watcher
- Enclosing class:
- ZooKeeperConnection
protected static class ZooKeeperConnection.ExistsWatcher extends java.lang.Object implements org.apache.zookeeper.WatcherWatcher class for exists state changes, so we get notified about deletions of lock request nodes.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleaneventTriggered
-
Constructor Summary
Constructors Constructor Description ExistsWatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.zookeeper.WatchedEvent event)voidwaitForEvent()
-