Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<Leader.Proposal> |
ZKDatabase.committedLog |
Modifier and Type | Method and Description |
---|---|
java.util.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 © 2016 The Apache Software Foundation