Modifier and Type | Method and Description |
---|---|
Group<CamelNodeState> |
ZookeeperGroupSupport.createGroup(String path) |
Group<CamelNodeState> |
ZookeeperComponentSupport.createGroup(String path) |
Group<CamelNodeState> |
ZookeeperGroupListenerSupport.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
ZookeeperGroupListenerSupport.groupEvent(Group group,
GroupListener.GroupEvent event) |
Modifier and Type | Interface and Description |
---|---|
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 | Method and Description |
---|---|
void |
GroupListener.groupEvent(Group<T> group,
GroupListener.GroupEvent event) |
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 |
---|---|
protected Group<T> |
DelegateZooKeeperMultiGroup.createGroup(org.apache.curator.framework.CuratorFramework client,
String path,
Class<T> clazz) |
protected Group<T> |
DelegateZooKeeperGroup.createGroup(org.apache.curator.framework.CuratorFramework client,
String path,
Class<T> clazz) |
<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) |
Group<T> |
DelegateZooKeeperGroup.getGroup() |
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