Uses of Enum Class
org.apache.zookeeper.server.quorum.QuorumPeer.LearnerType
Packages that use QuorumPeer.LearnerType
-
Uses of QuorumPeer.LearnerType in org.apache.zookeeper.server.quorum
Fields in org.apache.zookeeper.server.quorum declared as QuorumPeer.LearnerTypeModifier and TypeFieldDescriptionprotected QuorumPeer.LearnerType
QuorumPeerConfig.peerType
QuorumPeer.QuorumServer.type
Methods in org.apache.zookeeper.server.quorum that return QuorumPeer.LearnerTypeModifier and TypeMethodDescriptionLearnerHandler.getLearnerType()
QuorumPeer.getLearnerType()
QuorumPeerConfig.getPeerType()
static QuorumPeer.LearnerType
Returns the enum constant of this class with the specified name.static QuorumPeer.LearnerType[]
QuorumPeer.LearnerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper.server.quorum with parameters of type QuorumPeer.LearnerTypeModifier and TypeMethodDescriptionvoid
QuorumPeer.setLearnerType
(QuorumPeer.LearnerType p) Sets the LearnerTypeConstructors in org.apache.zookeeper.server.quorum with parameters of type QuorumPeer.LearnerTypeModifierConstructorDescriptionQuorumServer
(long id, InetSocketAddress addr, InetSocketAddress electionAddr, InetSocketAddress clientAddr, QuorumPeer.LearnerType type) QuorumServer
(long id, InetSocketAddress addr, InetSocketAddress electionAddr, QuorumPeer.LearnerType type)