Interface | Description |
---|---|
ZooKeeperConnectionConfigurer |
A strategy interface for configuring
ZooKeeperConnection at start up. |
ZooKeeperConnectionListener |
Listener for ZooKeeper connection and disconnection events.
|
Class | Description |
---|---|
ChildPathIterator<T> |
Iterator over
ChildData instances that are managed by PathChildrenCache . |
EmbeddedZooKeeper |
Helper class to start an embedded instance of standalone (non clustered) ZooKeeper.
|
Paths |
Common paths and path utilities for XD components.
|
ZooKeeperConnection |
A wrapper for a
CuratorFramework instance whose lifecycle is managed as a Spring bean. |
ZooKeeperUtils |
Utility methods for ZooKeeper.
|
ZooKeeperUtils.StripPathConverter |
Converter from
ChildData to leaf name string. |
Exception | Description |
---|---|
ZooKeeperAccessException |
Runtime exception used to wrap native ZooKeeper checked exceptions thrown while
accessing ZooKeeper nodes.
|