Uses of Class
org.apache.zookeeper.server.watch.WatchesPathReport
Packages that use WatchesPathReport
Package
Description
ZooKeeper server theory of operation
-
Uses of WatchesPathReport in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return WatchesPathReport -
Uses of WatchesPathReport in org.apache.zookeeper.server.watch
Methods in org.apache.zookeeper.server.watch that return WatchesPathReportModifier and TypeMethodDescriptionIWatchManager.getWatchesByPath()
Returns a watch report by path.WatchManager.getWatchesByPath()
WatchManagerOptimized.getWatchesByPath()
Iterate through ConcurrentHashMap is 'safe', it will reflect the state of the map at the time iteration began, may miss update while iterating, given this is used in the commands to get a general idea of the watches state, we don't care about missing some update.