Uses of Class
org.apache.curator.CuratorZookeeperClient

Packages that use CuratorZookeeperClient
org.apache.curator   
org.apache.curator.utils   
 

Uses of CuratorZookeeperClient in org.apache.curator
 

Methods in org.apache.curator with parameters of type CuratorZookeeperClient
static
<T> T
RetryLoop.callWithRetry(CuratorZookeeperClient client, Callable<T> proc)
          Convenience utility: creates a retry loop calling the given proc and retrying if needed
static
<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.utils
 

Methods in org.apache.curator.utils with parameters of type CuratorZookeeperClient
 void EnsurePath.ensure(CuratorZookeeperClient client)
          First time, synchronizes and makes sure all nodes in the path are created.
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.