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 LinkedList<Leader.Proposal> |
ZKDatabase.committedLog |
Modifier and Type | Method and Description |
---|---|
LinkedList<Leader.Proposal> |
ZKDatabase.getCommittedLog() |
Modifier and Type | Method and Description |
---|---|
Leader.Proposal |
Leader.propose(Request request)
create a proposal and send it out to all the members
|
Modifier and Type | Method and Description |
---|---|
void |
Leader.inform(Leader.Proposal proposal)
Create an inform packet and send it to all observers.
|
Copyright © 2017 The Apache Software Foundation