Interface IDeadWatcherListener
-
- All Known Implementing Classes:
WatchManagerOptimized
public interface IDeadWatcherListener
Interface used to process the dead watchers related to closed cnxns.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processDeadWatchers(java.util.Set<java.lang.Integer> deadWatchers)
Process the given dead watchers.
-