|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
RetryLoop.callWithRetry(CuratorZookeeperClient client,
Callable<T> proc)
Convenience utility: creates a retry loop calling the given proc and retrying if needed |
|
static
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||