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 | Class and Description |
---|---|
class |
ObserverBean
ObserverBean
|
Modifier and Type | Field and Description |
---|---|
protected ZooKeeperServerBean |
ZooKeeperServer.jmxServerBean |
Modifier and Type | Class and Description |
---|---|
class |
FollowerBean
Follower MBean interface implementation
|
class |
LeaderBean
Leader MBean interface implementation.
|
class |
ReadOnlyBean
ReadOnly MX Bean interface, implemented by ReadOnlyBean
|
Modifier and Type | Method and Description |
---|---|
void |
LearnerZooKeeperServer.registerJMX(ZooKeeperServerBean serverBean,
LocalPeerBean localPeerBean) |
void |
ReadOnlyZooKeeperServer.registerJMX(ZooKeeperServerBean serverBean,
LocalPeerBean localPeerBean) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.