| Package | Description |
|---|---|
| org.apache.curator | |
| org.apache.curator.utils |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnsurePath.ensure(CuratorZookeeperClient client)
Deprecated.
First time, synchronizes and makes sure all nodes in the path are created.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.