Uses of Class
org.apache.curator.CuratorZookeeperClient
Packages that use CuratorZookeeperClient
Package
Description
-
Uses of CuratorZookeeperClient in org.apache.curator
Methods in org.apache.curator with parameters of type CuratorZookeeperClientModifier and TypeMethodDescriptionstatic <T> TRetryLoop.callWithRetry(CuratorZookeeperClient client, Callable<T> proc) Convenience utility: creates a retry loop calling the given proc and retrying if neededstatic <T> TSessionFailRetryLoop.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
Methods in org.apache.curator.framework that return CuratorZookeeperClientModifier and TypeMethodDescriptionCuratorFramework.getZookeeperClient()Return the managed zookeeper client -
Uses of CuratorZookeeperClient in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return CuratorZookeeperClient -
Uses of CuratorZookeeperClient in org.apache.curator.utils
Methods in org.apache.curator.utils with parameters of type CuratorZookeeperClientModifier and TypeMethodDescriptionvoidEnsurePath.ensure(CuratorZookeeperClient client) Deprecated.First time, synchronizes and makes sure all nodes in the path are created.