Index
A B C D E G I L O P R S T Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- addListener(MetadataStoreListener) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- afterPropertiesSet() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
B
- bounded() - Method in interface org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry.KeyToPathStrategy
C
- CuratorFrameworkFactoryBean - Class in org.springframework.integration.zookeeper.config
-
A Spring-friendly way to build a
CuratorFrameworkand implementingSmartLifecycle. - CuratorFrameworkFactoryBean(String) - Constructor for class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
-
Construct an instance using the supplied connection string and using a default retry policy
new ExponentialBackoffRetry(1000, 3). - CuratorFrameworkFactoryBean(String, RetryPolicy) - Constructor for class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
-
Construct an instance using the supplied connection string and retry policy.
D
- destroy() - Method in class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
E
- expireUnusedOlderThan(long) - Method in class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
-
Remove locks last acquired more than 'age' ago that are not currently locked.
G
- get(String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- getContext() - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
-
The context of the initiator.
- getObject() - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- getObject() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- getObjectType() - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- getObjectType() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- getPath(String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- getPhase() - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- getPhase() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- getPhase() - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
- getPhase() - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- getRoot() - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
I
- init() - Method in class org.springframework.integration.zookeeper.config.xml.ZookeeperNamespaceHandler
- isAutoStartup() - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- isAutoStartup() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- isAutoStartup() - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
- isAutoStartup() - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- isRunning() - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- isRunning() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- isRunning() - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
- isRunning() - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
L
- LeaderInitiator - Class in org.springframework.integration.zookeeper.leader
-
Bootstrap leadership
candidateswith ZooKeeper/Curator. - LeaderInitiator(CuratorFramework, Candidate) - Constructor for class org.springframework.integration.zookeeper.leader.LeaderInitiator
-
Construct a
LeaderInitiator. - LeaderInitiator(CuratorFramework, Candidate, String) - Constructor for class org.springframework.integration.zookeeper.leader.LeaderInitiator
-
Construct a
LeaderInitiator. - LeaderInitiator.LeaderListener - Class in org.springframework.integration.zookeeper.leader
-
Implementation of Curator leadership election listener.
- LeaderInitiatorFactoryBean - Class in org.springframework.integration.zookeeper.config
-
Creates a
LeaderInitiator. - LeaderInitiatorFactoryBean() - Constructor for class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- LeaderListener() - Constructor for class org.springframework.integration.zookeeper.leader.LeaderInitiator.LeaderListener
- LeaderListenerParser - Class in org.springframework.integration.zookeeper.config.xml
- LeaderListenerParser() - Constructor for class org.springframework.integration.zookeeper.config.xml.LeaderListenerParser
O
- obtain(Object) - Method in class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
- org.springframework.integration.zookeeper.config - package org.springframework.integration.zookeeper.config
- org.springframework.integration.zookeeper.config.xml - package org.springframework.integration.zookeeper.config.xml
-
Base package for zookeeper configuration.
- org.springframework.integration.zookeeper.leader - package org.springframework.integration.zookeeper.leader
-
Temporary package until s-c-c-zookeeper is released.
- org.springframework.integration.zookeeper.lock - package org.springframework.integration.zookeeper.lock
-
Provides classes related to locking.
- org.springframework.integration.zookeeper.metadata - package org.springframework.integration.zookeeper.metadata
-
Provides classes supporting the Zookeeper-based
ListenableMetadataStore
P
- parseInternal(Element, ParserContext) - Method in class org.springframework.integration.zookeeper.config.xml.LeaderListenerParser
- pathFor(String) - Method in interface org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry.KeyToPathStrategy
-
Return the path for the key.
- put(String, String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- putIfAbsent(String, String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
R
- remove(String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- removeListener(MetadataStoreListener) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- replace(String, String, String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
S
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- setAutoStartup(boolean) - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- setAutoStartup(boolean) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- setAutoStartup(boolean) - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
- setAutoStartup(boolean) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- setCandidate(Candidate) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
-
Configure a
Candidatefor leader election. - setClient(CuratorFramework) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- setEncoding(String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
-
Encoding to use when storing data in ZooKeeper
- setLeaderEventPublisher(LeaderEventPublisher) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
-
A
LeaderEventPublisheroption for events from theLeaderInitiator. - setLeaderEventPublisher(LeaderEventPublisher) - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
-
Sets the
LeaderEventPublisher. - setMutexTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
-
Set an
AsyncTaskExecutorto use when establishing (and testing) the connection with Zookeeper. - setPath(String) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- setPhase(int) - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- setPhase(int) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- setPhase(int) - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
- setPhase(int) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- setRole(String) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
-
Configure a role for
DefaultCandidate. - setRoot(String) - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
-
Root node - store entries are children of this node.
- shouldGenerateIdAsFallback() - Method in class org.springframework.integration.zookeeper.config.xml.LeaderListenerParser
- start() - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- start() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- start() - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
-
Start the registration of the
LeaderInitiator.candidatefor leader election. - start() - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- stop() - Method in class org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
- stop() - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
- stop() - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator
-
Stop the registration of the
LeaderInitiator.candidatefor leader election. - stop() - Method in class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- stop(Runnable) - Method in class org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean
T
- takeLeadership(CuratorFramework) - Method in class org.springframework.integration.zookeeper.leader.LeaderInitiator.LeaderListener
Z
- ZookeeperLockRegistry - Class in org.springframework.integration.zookeeper.lock
-
ExpirableLockRegistryimplementation using Zookeeper, or more specifically, CuratorInterProcessMutex. - ZookeeperLockRegistry(CuratorFramework) - Constructor for class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
-
Construct a lock registry using the default
ZookeeperLockRegistry.KeyToPathStrategywhich simple appends the key to '/SpringIntegration-LockRegistry/'. - ZookeeperLockRegistry(CuratorFramework, String) - Constructor for class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
-
Construct a lock registry using the default
ZookeeperLockRegistry.KeyToPathStrategywhich simple appends the key to'<root>/'. - ZookeeperLockRegistry(CuratorFramework, ZookeeperLockRegistry.KeyToPathStrategy) - Constructor for class org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
-
Construct a lock registry using the supplied
ZookeeperLockRegistry.KeyToPathStrategy. - ZookeeperLockRegistry.KeyToPathStrategy - Interface in org.springframework.integration.zookeeper.lock
-
Strategy to convert a lock key (e.g.
- ZookeeperMetadataStore - Class in org.springframework.integration.zookeeper.metadata
-
Zookeeper-based
ListenableMetadataStorebased on a Zookeeper node. - ZookeeperMetadataStore(CuratorFramework) - Constructor for class org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
- ZookeeperMetadataStoreException - Exception in org.springframework.integration.zookeeper.metadata
- ZookeeperMetadataStoreException(String) - Constructor for exception org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStoreException
- ZookeeperMetadataStoreException(String, Throwable) - Constructor for exception org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStoreException
- ZookeeperNamespaceHandler - Class in org.springframework.integration.zookeeper.config.xml
- ZookeeperNamespaceHandler() - Constructor for class org.springframework.integration.zookeeper.config.xml.ZookeeperNamespaceHandler
All Classes|All Packages