Uses of Package
org.apache.zookeeper.server.quorum

Packages that use org.apache.zookeeper.server.quorum
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.quorum   
org.apache.zookeeper.server.quorum.flexible   
 

Classes in org.apache.zookeeper.server.quorum used by org.apache.zookeeper.server
Leader.Proposal
           
Observer
          Observers are peers that do not take part in the atomic broadcast protocol.
ObserverMXBean
          Observer MX Bean interface, implemented by ObserverBean
QuorumPacket
           
QuorumPeerConfig
           
QuorumPeerConfig.ConfigException
           
 

Classes in org.apache.zookeeper.server.quorum used by org.apache.zookeeper.server.quorum
Election
           
Follower
          This class has the control logic for the Follower.
FollowerMXBean
          Follower MBean
FollowerZooKeeperServer
          Just like the standard ZooKeeperServer.
Leader
          This class has the control logic for the Leader.
Leader.Proposal
           
LeaderBean
          Leader MBean interface implementation.
LeaderElection.ElectionResult
           
LeaderElectionMXBean
          Leader election protocol MBean.
LeaderMXBean
          Leader MBean.
LeaderZooKeeperServer
          Just like the standard ZooKeeperServer.
Learner
          This class is the superclass of two of the three main actors in a ZK ensemble: Followers and Observers.
LearnerHandler
          There will be an instance of this class created by the Leader for each learner.
LearnerSyncRequest
           
LearnerZooKeeperServer
          Parent class for all ZooKeeperServers for Learners
LocalPeerBean
          Implementation of the local peer MBean interface.
LocalPeerMXBean
          A local zookeeper server MBean interface.
Observer
          Observers are peers that do not take part in the atomic broadcast protocol.
ObserverZooKeeperServer
          A ZooKeeperServer for the Observer node type.
QuorumCnxManager
          This class implements a connection manager for leader election using TCP.
QuorumCnxManager.Listener
          Thread to listen on some port
QuorumCnxManager.Message
           
QuorumMXBean
          An MBean representing a zookeeper cluster nodes (aka quorum peers)
QuorumPacket
           
QuorumPeer
          This class manages the quorum protocol.
QuorumPeer.LearnerType
           
QuorumPeer.QuorumServer
           
QuorumPeer.ServerState
           
QuorumPeerConfig
           
QuorumPeerConfig.ConfigException
           
QuorumStats.Provider
           
QuorumZooKeeperServer
          Abstract base class for all ZooKeeperServers that participate in a quorum.
RemotePeerMXBean
          A proxy for a remote quorum peer.
ServerBean
          An abstract base class for the leader and follower MBeans.
ServerMXBean
          A quorum server MBean.
Vote
           
 

Classes in org.apache.zookeeper.server.quorum used by org.apache.zookeeper.server.quorum.flexible
QuorumPeerConfig.ConfigException
           
 



Copyright © 2010 The Apache Software Foundation