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 |
Constructor and Description |
---|
ObserverBean(Observer observer,
ZooKeeperServer zks) |
Modifier and Type | Field and Description |
---|---|
Observer |
QuorumPeer.observer |
Modifier and Type | Method and Description |
---|---|
Observer |
ObserverZooKeeperServer.getObserver() |
protected Observer |
QuorumPeer.makeObserver(FileTxnSnapLog logFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
QuorumPeer.setObserver(Observer newObserver) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.