Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field and Description |
---|---|
protected ZooKeeperServer |
ZooKeeperServerBean.zks |
protected ZooKeeperServer |
ServerCnxnFactory.zkServer |
Modifier and Type | Method and Description |
---|---|
void |
ServerCnxnFactory.setZooKeeperServer(ZooKeeperServer zk) |
void |
NettyServerCnxnFactory.startup(ZooKeeperServer zks) |
abstract void |
ServerCnxnFactory.startup(ZooKeeperServer zkServer) |
void |
NIOServerCnxnFactory.startup(ZooKeeperServer zks) |
Constructor and Description |
---|
ConnectionBean(ServerCnxn connection,
ZooKeeperServer zk) |
FinalRequestProcessor(ZooKeeperServer zks) |
NIOServerCnxn(ZooKeeperServer zk,
SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory 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.
|
class |
ReadOnlyZooKeeperServer
A ZooKeeperServer which comes into play when peer is partitioned from the
majority.
|
Modifier and Type | Method and Description |
---|---|
ZooKeeperServer |
QuorumPeer.getActiveServer() |
Modifier and Type | Method and Description |
---|---|
protected void |
ReadOnlyZooKeeperServer.unregisterJMX(ZooKeeperServer zks) |
Constructor and Description |
---|
FollowerBean(Follower follower,
ZooKeeperServer zks) |
LeaderBean(Leader leader,
ZooKeeperServer zks) |
ReadOnlyBean(ZooKeeperServer zks) |
ReadOnlyRequestProcessor(ZooKeeperServer zks,
RequestProcessor nextProcessor) |
Copyright © 2017 The Apache Software Foundation