| Package | Description |
|---|---|
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Modifier and Type | Method and Description |
|---|---|
Acceptor.SuggestionGenerator.Ranking |
Acceptor.SuggestionGenerator.getRanking(Proposer.Proposal proposal)
The importance associated with the above suggestion.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Acceptor.SuggestionGenerator.Ranking.compareTo(Acceptor.SuggestionGenerator.Ranking o) |
| Constructor and Description |
|---|
Promise(Proposer.Proposal highestProposal,
Protocol.Value value,
Protocol.Value suggestion,
Acceptor.SuggestionGenerator.Ranking suggestionRanking,
int priority,
int logVersion,
JEVersion jeVersion) |
| Modifier and Type | Method and Description |
|---|---|
Acceptor.SuggestionGenerator.Ranking |
MasterSuggestionGenerator.getRanking(Proposer.Proposal proposal) |
Copyright © 2024. All rights reserved.