Uses of Class
org.apache.zookeeper.server.watch.WatchStats
Packages that use WatchStats
-
Uses of WatchStats in org.apache.zookeeper.server.watch
Fields in org.apache.zookeeper.server.watch declared as WatchStatsModifier and TypeFieldDescriptionstatic final WatchStatsWatchStats.NONEStats that have no watchers attached.Methods in org.apache.zookeeper.server.watch that return WatchStatsModifier and TypeMethodDescriptionWatchStats.addMode(WatcherMode mode) Compute stats after given mode attached to node.WatchStats.removeMode(WatcherMode mode) Compute stats after given mode removed from node.