Uses of Class
org.apache.bookkeeper.zookeeper.ZooKeeperClient
Packages that use ZooKeeperClient
Package
Description
A simple retryable zookeeper wrapper provided in bookkeeper.
-
Uses of ZooKeeperClient in org.apache.bookkeeper.zookeeper
Methods in org.apache.bookkeeper.zookeeper that return ZooKeeperClientModifier and TypeMethodDescriptionZooKeeperClient.Builder.build()(package private) static ZooKeeperClientZooKeeperClient.createConnectedZooKeeperClient(String connectString, int sessionTimeoutMs, Set<org.apache.zookeeper.Watcher> childWatchers, RetryPolicy operationRetryPolicy) Methods in org.apache.bookkeeper.zookeeper with parameters of type ZooKeeperClientModifier and TypeMethodDescriptionstatic <T> TZooWorker.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.