Uses of Class
org.apache.bookkeeper.zookeeper.ZooKeeperClient
-
Packages that use ZooKeeperClient Package Description org.apache.bookkeeper.zookeeper A simple retryable zookeeper wrapper provided in bookkeeper. -
-
Uses of ZooKeeperClient in org.apache.bookkeeper.zookeeper
Methods in org.apache.bookkeeper.zookeeper that return ZooKeeperClient Modifier and Type Method Description ZooKeeperClient
ZooKeeperClient.Builder. build()
(package private) static ZooKeeperClient
ZooKeeperClient. createConnectedZooKeeperClient(java.lang.String connectString, int sessionTimeoutMs, java.util.Set<org.apache.zookeeper.Watcher> childWatchers, RetryPolicy operationRetryPolicy)
Methods in org.apache.bookkeeper.zookeeper with parameters of type ZooKeeperClient Modifier and Type Method Description static <T> T
ZooWorker. syncCallWithRetries(ZooKeeperClient client, ZooWorker.ZooCallable<T> proc, RetryPolicy retryPolicy, com.google.common.util.concurrent.RateLimiter rateLimiter, OpStatsLogger statsLogger)
Execute a sync zookeeper operation with a given retry policy.
-