Uses of Enum
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.LearnerTypeQuorumPeerConfig.peerTypeQuorumPeer.QuorumServer.typeMethods in org.apache.zookeeper.server.quorum that return QuorumPeer.LearnerTypeModifier and TypeMethodDescriptionLearnerHandler.getLearnerType()QuorumPeer.getLearnerType()QuorumPeerConfig.getPeerType()static QuorumPeer.LearnerTypeReturns the enum constant of this type with the specified name.static QuorumPeer.LearnerType[]QuorumPeer.LearnerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper.server.quorum with parameters of type QuorumPeer.LearnerTypeModifier and TypeMethodDescriptionvoidQuorumPeer.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)