Uses of Class
org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase
Packages that use ZooKeeperWatcherBase
Package
Description
A simple retryable zookeeper wrapper provided in bookkeeper.
-
Uses of ZooKeeperWatcherBase in org.apache.bookkeeper.zookeeper
Methods in org.apache.bookkeeper.zookeeper that return ZooKeeperWatcherBaseModifier and TypeMethodDescriptionZooKeeperWatcherBase.addChildWatcher(org.apache.zookeeper.Watcher watcher) ZooKeeperWatcherBase.removeChildWatcher(org.apache.zookeeper.Watcher watcher) Constructors in org.apache.bookkeeper.zookeeper with parameters of type ZooKeeperWatcherBaseModifierConstructorDescriptionprotectedZooKeeperClient(String connectString, int sessionTimeoutMs, ZooKeeperWatcherBase watcherManager, RetryPolicy connectRetryPolicy, RetryPolicy operationRetryPolicy, StatsLogger statsLogger, int retryExecThreadCount, double rate, boolean allowReadOnlyMode)