Uses of Class
org.apache.curator.CuratorZookeeperClient
Package
Description
-
Uses of CuratorZookeeperClient in org.apache.curator
Modifier and TypeMethodDescriptionstatic <T> T
RetryLoop.callWithRetry
(CuratorZookeeperClient client, Callable<T> proc) Convenience utility: creates a retry loop calling the given proc and retrying if neededstatic <T> T
SessionFailRetryLoop.callWithRetry
(CuratorZookeeperClient client, SessionFailRetryLoop.Mode mode, Callable<T> proc) Convenience utility: creates a "session fail" retry loop calling the given proc -
Uses of CuratorZookeeperClient in org.apache.curator.framework
Modifier and TypeMethodDescriptionCuratorFramework.getZookeeperClient()
Return the managed zookeeper client -
Uses of CuratorZookeeperClient in org.apache.curator.framework.imps
-
Uses of CuratorZookeeperClient in org.apache.curator.utils
Modifier and TypeMethodDescriptionvoid
EnsurePath.ensure
(CuratorZookeeperClient client) Deprecated.First time, synchronizes and makes sure all nodes in the path are created.