Uses of Interface
org.apache.zookeeper.server.quorum.Election
-
Packages that use Election Package Description org.apache.zookeeper.server.quorum -
-
Uses of Election in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum that implement Election Modifier and Type Class Description classAuthFastLeaderElectionDeprecated.This class has been deprecated as of release 3.4.0.classFastLeaderElectionImplementation of leader election using TCP.classLeaderElectionDeprecated.This class has been deprecated as of release 3.4.0.Methods in org.apache.zookeeper.server.quorum that return Election Modifier and Type Method Description protected ElectionQuorumPeer. createElectionAlgorithm(int electionAlgorithm)ElectionQuorumPeer. getElectionAlg()Get an instance of LeaderElectionprotected ElectionQuorumPeer. makeLEStrategy()
-