Class WatchManagerFactory
- java.lang.Object
- 
- org.apache.zookeeper.server.watch.WatchManagerFactory
 
- 
 public class WatchManagerFactory extends Object A factory used to produce the actual watch manager based on the zookeeper.watchManagerName option.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringZOOKEEPER_WATCH_MANAGER_NAME
 - 
Constructor SummaryConstructors Constructor Description WatchManagerFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IWatchManagercreateWatchManager()
 
- 
- 
- 
Field Detail- 
ZOOKEEPER_WATCH_MANAGER_NAMEpublic static final String ZOOKEEPER_WATCH_MANAGER_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createWatchManagerpublic static IWatchManager createWatchManager() throws IOException - Throws:
- IOException
 
 
- 
 
-