Uses of Package
org.apache.zookeeper.server

Packages that use org.apache.zookeeper.server
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.auth   
org.apache.zookeeper.server.persistence   
org.apache.zookeeper.server.quorum   
org.apache.zookeeper.server.upgrade   
org.apache.zookeeper.server.util   
 

Classes in org.apache.zookeeper.server used by org.apache.zookeeper.server
ConnectionMXBean
          This MBean represents a client connection.
DataNode
          This class contains the data for a node in the data tree.
DataTree
          This class maintains the tree data structure.
DataTree.ProcessTxnResult
           
DataTreeBean
          This class implements the data tree MBean.
DataTreeMXBean
          Zookeeper data tree MBean.
NIOServerCnxn
          This class handles communication with clients using NIO.
NIOServerCnxn.Factory
           
Request
          This is the structure that represents a request moving through a chain of RequestProcessors.
RequestProcessor
          RequestProcessors are chained together to process transactions.
ServerCnxn
          Interface to a Server connection - represents a connection from a client to the server.
ServerCnxn.Stats
          Statistics on the ServerCnxn
ServerConfig
          Server configuration storage.
ServerStats
          Basic Server Statistics
ServerStats.Provider
           
SessionTracker
          This is the basic interface that ZooKeeperServer uses to track sessions.
SessionTracker.Session
           
SessionTracker.SessionExpirer
           
ZKDatabase
          This class maintains the in memory database of zookeeper server states that includes the sessions, datatree and the committed logs.
ZooKeeperServer
          This class implements a simple standalone ZooKeeperServer.
ZooKeeperServer.DataTreeBuilder
          The server delegates loading of the tree to an instance of the interface
ZooKeeperServerBean
          This class implements the ZooKeeper server MBean interface.
ZooKeeperServerMXBean
          ZooKeeper server MBean.
 

Classes in org.apache.zookeeper.server used by org.apache.zookeeper.server.auth
ServerCnxn
          Interface to a Server connection - represents a connection from a client to the server.
 

Classes in org.apache.zookeeper.server used by org.apache.zookeeper.server.persistence
DataTree
          This class maintains the tree data structure.
Request
          This is the structure that represents a request moving through a chain of RequestProcessors.
 

Classes in org.apache.zookeeper.server used by org.apache.zookeeper.server.quorum
NIOServerCnxn.Factory
           
Request
          This is the structure that represents a request moving through a chain of RequestProcessors.
RequestProcessor
          RequestProcessors are chained together to process transactions.
ServerCnxn
          Interface to a Server connection - represents a connection from a client to the server.
ServerStats.Provider
           
SessionTracker
          This is the basic interface that ZooKeeperServer uses to track sessions.
SessionTracker.SessionExpirer
           
ZKDatabase
          This class maintains the in memory database of zookeeper server states that includes the sessions, datatree and the committed logs.
ZooKeeperServer
          This class implements a simple standalone ZooKeeperServer.
ZooKeeperServer.DataTreeBuilder
          The server delegates loading of the tree to an instance of the interface
ZooKeeperServerBean
          This class implements the ZooKeeper server MBean interface.
ZooKeeperServerMXBean
          ZooKeeper server MBean.
 

Classes in org.apache.zookeeper.server used by org.apache.zookeeper.server.upgrade
DataTree
          This class maintains the tree data structure.
 

Classes in org.apache.zookeeper.server used by org.apache.zookeeper.server.util
DataTree
          This class maintains the tree data structure.
 



Copyright © 2011 The Apache Software Foundation