Uses of Class
org.apache.curator.CuratorZookeeperClient
Packages that use CuratorZookeeperClient
-
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.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.