Uses of Interface
org.apache.zookeeper.server.quorum.Election
Packages that use Election
-
Uses of Election in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum that implement ElectionModifier and TypeClassDescriptionclass
Implementation of leader election using TCP.Methods in org.apache.zookeeper.server.quorum that return ElectionModifier and TypeMethodDescriptionprotected Election
QuorumPeer.createElectionAlgorithm
(int electionAlgorithm) QuorumPeer.getElectionAlg()
Get an instance of LeaderElectionprotected Election
QuorumPeer.makeLEStrategy()