Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field | Description |
---|---|---|
protected ZooKeeperServer |
ZooKeeperServerBean.zks |
|
protected ZooKeeperServer |
NIOServerCnxn.zkServer |
|
protected ZooKeeperServer |
ServerCnxnFactory.zkServer |
Modifier and Type | Method | Description |
---|---|---|
void |
ServerCnxnFactory.setZooKeeperServer(ZooKeeperServer zk) |
|
void |
NettyServerCnxnFactory.startup(ZooKeeperServer zks) |
|
void |
NIOServerCnxnFactory.startup(ZooKeeperServer zks) |
|
abstract void |
ServerCnxnFactory.startup(ZooKeeperServer zkServer) |
Constructor | Description |
---|---|
ConnectionBean(ServerCnxn connection,
ZooKeeperServer zk) |
|
FinalRequestProcessor(ZooKeeperServer zks) |
|
NIOServerCnxn(ZooKeeperServer zk,
java.nio.channels.SocketChannel sock,
java.nio.channels.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 | 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 | Description |
---|---|---|
ZooKeeperServer |
QuorumPeer.getActiveServer() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
ReadOnlyZooKeeperServer.unregisterJMX(ZooKeeperServer zks) |
Constructor | Description |
---|---|
FollowerBean(Follower follower,
ZooKeeperServer zks) |
|
LeaderBean(Leader leader,
ZooKeeperServer zks) |
|
ReadOnlyBean(ZooKeeperServer zks) |
|
ReadOnlyRequestProcessor(ZooKeeperServer zks,
RequestProcessor nextProcessor) |
Copyright © 2018 The Apache Software Foundation