Package | Description |
---|---|
org.apache.curator | |
org.apache.curator.framework | |
org.apache.curator.framework.imps | |
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 |
---|---|
CuratorZookeeperClient |
CuratorFramework.getZookeeperClient()
Return the managed zookeeper client
|
Modifier and Type | Method and Description |
---|---|
CuratorZookeeperClient |
CuratorFrameworkImpl.getZookeeperClient() |
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–2019 The Apache Software Foundation. All rights reserved.