| Interface | Description |
|---|---|
| InternalACLProvider | |
| ZookeeperFactory |
| Class | Description |
|---|---|
| CloseableExecutorService |
Decoration on an ExecutorService that tracks created futures and provides
a method to close futures created via this class
|
| CloseableScheduledExecutorService |
Decoration on an ScheduledExecutorService that tracks created futures and provides
a method to close futures created via this class
|
| CloseableUtils |
This class adds back functionality that was removed in Guava v16.0.
|
| Compatibility |
Utils to help with ZK version compatibility
|
| ConfigurableZookeeperFactory |
Configurable ZookeeperFactory, by using org.apache.zookeeper.client.ZKClientConfig.
|
| DebugUtils | |
| DefaultTracerDriver |
Default tracer driver
|
| DefaultZookeeperFactory | |
| EnsurePath | Deprecated
Since 2.9.0 - Prefer CuratorFramework.create().creatingParentContainersIfNeeded() or CuratorFramework.exists().creatingParentContainersIfNeeded()
|
| ExceptionAccumulator |
Utility to accumulate multiple potential exceptions into one that
is thrown at the end
|
| NonAdminZookeeperFactory | |
| PathUtils |
This class is copied from Apache ZooKeeper.
|
| ThreadUtils | |
| ZKPaths | |
| ZKPaths.PathAndNode | |
| ZookeeperCompatibility |
Describe feature supports based on server compatibility (as opposed to
Compatibility which represents client compatibility. |
| ZookeeperCompatibility.Builder |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.