Uses of Class
org.apache.camel.component.zookeepermaster.group.NodeState
Packages that use NodeState
Package
Description
-
Uses of NodeState in org.apache.camel.component.zookeepermaster
Classes in org.apache.camel.component.zookeepermaster with type parameters of type NodeStateModifier and TypeClassDescriptionclassZookeeperGroupListenerSupport<T extends NodeState>classZookeeperGroupSupport<T extends NodeState>Subclasses of NodeState in org.apache.camel.component.zookeepermaster -
Uses of NodeState in org.apache.camel.component.zookeepermaster.group
Classes in org.apache.camel.component.zookeepermaster.group with type parameters of type NodeStateModifier and TypeInterfaceDescriptioninterfaceinterfaceGroupListener<T extends NodeState>Callback interface used to get notifications of changes to a cluster group.interfaceMultiGroup<T extends NodeState>Methods in org.apache.camel.component.zookeepermaster.group with type parameters of type NodeStateModifier and TypeMethodDescriptionDefaultManagedGroupFactory.createGroup(String path, Class<T> clazz) DefaultManagedGroupFactory.createGroup(String path, Class<T> clazz, ThreadFactory threadFactory) GroupFactory.createGroup(String path, Class<T> clazz) GroupFactory.createGroup(String path, Class<T> clazz, ThreadFactory threadFactory) DefaultManagedGroupFactory.createMultiGroup(String path, Class<T> clazz) DefaultManagedGroupFactory.createMultiGroup(String path, Class<T> clazz, ThreadFactory threadFactory) GroupFactory.createMultiGroup(String path, Class<T> clazz) GroupFactory.createMultiGroup(String path, Class<T> clazz, ThreadFactory threadFactory) -
Uses of NodeState in org.apache.camel.component.zookeepermaster.group.internal
Classes in org.apache.camel.component.zookeepermaster.group.internal with type parameters of type NodeStateModifier and TypeClassDescriptionclassDelegateZooKeeperGroup<T extends NodeState>classDelegateZooKeeperMultiGroup<T extends NodeState>classZooKeeperGroup<T extends NodeState>A utility that attempts to keep all data from all children of a ZK path locally cached.classZooKeeperMultiGroup<T extends NodeState>Methods in org.apache.camel.component.zookeepermaster.group.internal with type parameters of type NodeStateModifier and TypeMethodDescriptionZooKeeperGroupFactory.createGroup(String path, Class<T> clazz) ZooKeeperGroupFactory.createGroup(String path, Class<T> clazz, ThreadFactory threadFactory) ZooKeeperGroupFactory.createMultiGroup(String path, Class<T> clazz) ZooKeeperGroupFactory.createMultiGroup(String path, Class<T> clazz, ThreadFactory threadFactory)