Uses of Class
org.apache.zookeeper.server.quorum.Learner
Packages that use Learner
-
Uses of Learner in org.apache.zookeeper.server.quorum
Subclasses of Learner in org.apache.zookeeper.server.quorumModifier and TypeClassDescriptionclassThis class has the control logic for the Follower.classObservers are peers that do not take part in the atomic broadcast protocol.Methods in org.apache.zookeeper.server.quorum that return LearnerModifier and TypeMethodDescriptionFollowerZooKeeperServer.getLearner()abstract LearnerLearnerZooKeeperServer.getLearner()Abstract method to return the learner associated with this server.ObserverZooKeeperServer.getLearner()Methods in org.apache.zookeeper.server.quorum with parameters of type LearnerModifier and TypeMethodDescriptionprotected voidLearnerZooKeeperServer.unregisterJMX(Learner peer) Constructors in org.apache.zookeeper.server.quorum with parameters of type Learner