| 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 |
|---|---|
void |
Learner.addListener(Learner.Listener listener)
Adds a Listener to the existing set of listeners, so that it can be
informed of the outcome of election results.
|
| Constructor and Description |
|---|
Elections(ElectionsConfig config,
Learner.Listener listener,
Acceptor.SuggestionGenerator suggestionGenerator)
Creates an instance of Elections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MasterChangeListener
The Listener registered with Elections to learn about new Masters
|
Copyright © 2024. All rights reserved.