Modifier and Type | Class and Description |
---|---|
class |
CamelNodeState |
Modifier and Type | Interface and Description |
---|---|
interface |
Group<T extends NodeState> |
interface |
GroupListener<T extends NodeState>
Callback interface used to get notifications of changes to a cluster group.
|
interface |
MultiGroup<T extends NodeState> |
Modifier and Type | Method and Description |
---|---|
<T extends NodeState> |
GroupFactory.createGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
GroupFactory.createGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
<T extends NodeState> |
GroupFactory.createMultiGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
GroupFactory.createMultiGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DelegateZooKeeperGroup<T extends NodeState> |
class |
DelegateZooKeeperMultiGroup<T extends NodeState> |
class |
ZooKeeperGroup<T extends NodeState>
A utility that attempts to keep all data from all children of a ZK path locally cached.
|
class |
ZooKeeperMultiGroup<T extends NodeState> |
Modifier and Type | Method and Description |
---|---|
<T extends NodeState> |
ZooKeeperGroupFactory.createGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
StaticManagedGroupFactory.createGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
ZooKeeperGroupFactory.createGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
<T extends NodeState> |
StaticManagedGroupFactory.createGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
<T extends NodeState> |
ZooKeeperGroupFactory.createMultiGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
StaticManagedGroupFactory.createMultiGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
ZooKeeperGroupFactory.createMultiGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
<T extends NodeState> |
StaticManagedGroupFactory.createMultiGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
Modifier and Type | Class and Description |
---|---|
class |
TrackingZooKeeperGroup<T extends NodeState> |
Modifier and Type | Method and Description |
---|---|
<T extends NodeState> |
OsgiManagedGroupFactory.createGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
OsgiManagedGroupFactory.createGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
<T extends NodeState> |
OsgiManagedGroupFactory.createMultiGroup(String path,
Class<T> clazz) |
<T extends NodeState> |
OsgiManagedGroupFactory.createMultiGroup(String path,
Class<T> clazz,
ThreadFactory threadFactory) |
Apache Camel