Uses of Interface
org.apache.storm.callback.WatcherCallBack
-
Packages that use WatcherCallBack Package Description org.apache.storm.callback org.apache.storm.zookeeper -
-
Uses of WatcherCallBack in org.apache.storm.callback
Classes in org.apache.storm.callback that implement WatcherCallBack Modifier and Type Class Description class
DefaultWatcherCallBack
-
Uses of WatcherCallBack in org.apache.storm.zookeeper
Methods in org.apache.storm.zookeeper with parameters of type WatcherCallBack Modifier and Type Method Description static org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
ClientZookeeper. mkClient(Map<String,Object> conf, List<String> servers, Object port, String root, WatcherCallBack watcher, Map<String,Object> authConf, DaemonType type)
org.apache.storm.shade.org.apache.curator.framework.CuratorFramework
ClientZookeeper. mkClientImpl(Map<String,Object> conf, List<String> servers, Object port, String root, WatcherCallBack watcher, Map<String,Object> authConf, DaemonType type)
-