Uses of Class
org.apache.zookeeper.server.quorum.QuorumPeer.LearnerType

Packages that use QuorumPeer.LearnerType
org.apache.zookeeper.server.quorum   
 

Uses of QuorumPeer.LearnerType in org.apache.zookeeper.server.quorum
 

Fields in org.apache.zookeeper.server.quorum declared as QuorumPeer.LearnerType
protected  QuorumPeer.LearnerType QuorumPeerConfig.peerType
           
 QuorumPeer.LearnerType QuorumPeer.QuorumServer.type
           
 

Methods in org.apache.zookeeper.server.quorum that return QuorumPeer.LearnerType
 QuorumPeer.LearnerType LearnerHandler.getLearnerType()
           
 QuorumPeer.LearnerType QuorumPeer.getLearnerType()
           
 QuorumPeer.LearnerType QuorumPeerConfig.getPeerType()
           
static QuorumPeer.LearnerType QuorumPeer.LearnerType.valueOf(java.lang.String name)
          Returns 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.LearnerType
 void QuorumPeer.setLearnerType(QuorumPeer.LearnerType p)
          Sets the LearnerType both in the QuorumPeer and in the peerMap
 

Constructors in org.apache.zookeeper.server.quorum with parameters of type QuorumPeer.LearnerType
QuorumPeer.QuorumServer(long id, java.net.InetSocketAddress addr, java.net.InetSocketAddress electionAddr, QuorumPeer.LearnerType type)
           
 



Copyright © 2010 The Apache Software Foundation