Uses of Interface
org.apache.zookeeper.server.watch.IDeadWatcherListener
Packages that use IDeadWatcherListener
-
Uses of IDeadWatcherListener in org.apache.zookeeper.server.watch
Classes in org.apache.zookeeper.server.watch that implement IDeadWatcherListenerModifier and TypeClassDescriptionclass
Optimized in memory and time complexity, compared to WatchManager, both the memory consumption and time complexity improved a lot, but it cannot efficiently remove the watcher when the session or socket is closed, for majority use case this is not a problem.Constructors in org.apache.zookeeper.server.watch with parameters of type IDeadWatcherListenerModifierConstructorDescriptionWatcherCleaner
(IDeadWatcherListener listener) WatcherCleaner
(IDeadWatcherListener listener, int watcherCleanThreshold, int watcherCleanIntervalInSeconds, int watcherCleanThreadsNum, int maxInProcessingDeadWatchers)