| Class | Description |
|---|---|
| ConnectionHolder |
ConnectionHolder watches for Connection based events from ZooKeeper and can be used to block
until a connection has been established. |
| NaturalSortComparator |
NaturalSortComparator is a fast comparator for sorting a collection of Strings in a human readable
fashion. |
| SequenceComparator |
Nodes created with any of Sequential
CreateModes will have a 10 character sequence attached to their node
names. |
| ZooKeeperComponent |
Component that creates
ZooKeeperEndpoints for interacting with a ZooKeeper cluster. |
| ZooKeeperComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| ZooKeeperConfiguration |
ZookeeperConfiguration encapsulates the configuration used to interact with a ZooKeeper cluster. |
| ZooKeeperConnectionManager |
ZookeeperConnectionManager is a simple class to manage ZooKeeper connections. |
| ZooKeeperConsumer |
ZooKeeperConsumer uses various ZooKeeperOperation to interact and consume data from a ZooKeeper
cluster. |
| ZooKeeperCuratorConfiguration | |
| ZooKeeperCuratorHelper | |
| ZooKeeperEndpoint |
Manage ZooKeeper clusters.
|
| ZooKeeperEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| ZooKeeperEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| ZooKeeperMessage |
ZooKeeperMessage is a Message representing interactions with a ZooKeeper
service. |
| ZooKeeperProducer |
ZooKeeperProducer attempts to set the content of nodes in the ZooKeeper cluster with the
payloads of the of the exchanges it receives. |
| ZooKeeperUtils |
ZooKeeperUtils contains static utility functions mostly for retrieving optional message properties from
Message headers. |
| Enum | Description |
|---|---|
| NaturalSortComparator.Order |
Apache Camel