| Package | Description |
|---|---|
| com.sleepycat.je.rep.arbiter.impl |
INTERNAL: Implementation classes for the arbiter node.
|
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| Modifier and Type | Method and Description |
|---|---|
Elections |
ArbiterImpl.getElections() |
| Modifier and Type | Field and Description |
|---|---|
protected Elections |
Proposer.elections |
| Constructor and Description |
|---|
Proposer(Elections elections,
NameIdPair nameIdPair)
Initializes a proposer with the set of acceptors identified by the
sockets on which they accept proposals.
|
RankingProposer(Elections elections,
NameIdPair nameIdPair) |
| Modifier and Type | Method and Description |
|---|---|
Elections |
RepNode.getElections() |
Copyright © 2024. All rights reserved.