Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field and Description |
---|---|
protected ZooKeeperServer |
ZooKeeperServerBean.zks |
Modifier and Type | Method and Description |
---|---|
ZooKeeperServer |
ZooKeeperServer.Factory.createServer() |
ZooKeeperServer |
NIOServerCnxn.Factory.getZooKeeperServer() |
Modifier and Type | Method and Description |
---|---|
void |
NIOServerCnxn.Factory.setZooKeeperServer(ZooKeeperServer zks) |
void |
NIOServerCnxn.Factory.startup(ZooKeeperServer zks) |
Constructor and Description |
---|
ConnectionBean(ServerCnxn connection,
ZooKeeperServer zk) |
FinalRequestProcessor(ZooKeeperServer zks) |
NIOServerCnxn(ZooKeeperServer zk,
java.nio.channels.SocketChannel sock,
java.nio.channels.SelectionKey sk,
NIOServerCnxn.Factory factory) |
ObserverBean(Observer observer,
ZooKeeperServer zks) |
PrepRequestProcessor(ZooKeeperServer zks,
RequestProcessor nextProcessor) |
SyncRequestProcessor(ZooKeeperServer zks,
RequestProcessor nextProcessor) |
ZooKeeperServerBean(ZooKeeperServer zks) |
Modifier and Type | Class and Description |
---|---|
class |
FollowerZooKeeperServer
Just like the standard ZooKeeperServer.
|
class |
LeaderZooKeeperServer
Just like the standard ZooKeeperServer.
|
class |
LearnerZooKeeperServer
Parent class for all ZooKeeperServers for Learners
|
class |
ObserverZooKeeperServer
A ZooKeeperServer for the Observer node type.
|
class |
QuorumZooKeeperServer
Abstract base class for all ZooKeeperServers that participate in
a quorum.
|
Modifier and Type | Method and Description |
---|---|
ZooKeeperServer |
QuorumPeer.getActiveServer() |
Constructor and Description |
---|
FollowerBean(Follower follower,
ZooKeeperServer zks) |
LeaderBean(Leader leader,
ZooKeeperServer zks) |
Copyright © 2016 The Apache Software Foundation