Uses of Interface
org.springframework.integration.leader.Candidate
Packages that use Candidate
Package
Description
Provides the Leader Initiator support classes.
Temporary package until s-c-c-core is released.
Provides classes related to configuration.
Temporary package until s-c-c-zookeeper is released.
-
Uses of Candidate in org.springframework.integration.hazelcast.leader
Constructors in org.springframework.integration.hazelcast.leader with parameters of type CandidateModifierConstructorDescriptionLeaderInitiator
(com.hazelcast.core.HazelcastInstance client, Candidate candidate) Construct aLeaderInitiator
. -
Uses of Candidate in org.springframework.integration.leader
Classes in org.springframework.integration.leader that implement Candidate -
Uses of Candidate in org.springframework.integration.support.leader
Constructors in org.springframework.integration.support.leader with parameters of type CandidateModifierConstructorDescriptionLockRegistryLeaderInitiator
(LockRegistry locks, Candidate candidate) Create a new leader initiator. -
Uses of Candidate in org.springframework.integration.zookeeper.config
Methods in org.springframework.integration.zookeeper.config with parameters of type CandidateModifier and TypeMethodDescriptionLeaderInitiatorFactoryBean.setCandidate
(Candidate candidate) Configure aCandidate
for leader election. -
Uses of Candidate in org.springframework.integration.zookeeper.leader
Constructors in org.springframework.integration.zookeeper.leader with parameters of type CandidateModifierConstructorDescriptionLeaderInitiator
(org.apache.curator.framework.CuratorFramework client, Candidate candidate) Construct aLeaderInitiator
.LeaderInitiator
(org.apache.curator.framework.CuratorFramework client, Candidate candidate, String namespace) Construct aLeaderInitiator
.