Interface | Description |
---|---|
ContainerIdFactory |
Factory to create container ids which are used in the ZooKeeper cluster group
as unique ids among all the nodes that runs in the cluster.
|
Class | Description |
---|---|
CamelNodeState | |
DefaultContainerIdFactory | |
MasterComponent |
The zookeeper-master camel component ensures that only a single endpoint in a cluster is active at any
point in time with all other JVMs being hot standbys which wait until the master JVM dies before
taking over to provide high availability of a single consumer.
|
MasterConsumer |
A consumer which is only really active while it holds the master lock
|
MasterEndpoint |
Represents an endpoint which only becomes active when it obtains the master lock
|
ZookeeperComponentSupport | |
ZookeeperGroupListenerSupport | |
ZookeeperGroupSupport |
Apache Camel