Uses of Class
com.netflix.curator.CuratorZookeeperClient

Packages that use CuratorZookeeperClient
com.netflix.curator   
com.netflix.curator.utils   
 

Uses of CuratorZookeeperClient in com.netflix.curator
 

Methods in com.netflix.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
 

Uses of CuratorZookeeperClient in com.netflix.curator.utils
 

Methods in com.netflix.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 © 2012. All Rights Reserved.