Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ElectionRound
The initial
Round for a leaderless repository, used to establish a
leader. |
(package private) class |
ProposalRound
|
Modifier and Type | Field and Description |
---|---|
private Round |
KetchLeader.runningRound
Current round the leader is preparing and waiting for a vote on.
|
Modifier and Type | Method and Description |
---|---|
private void |
KetchLeader.notifySuccess(Round round) |
(package private) void |
KetchReplica.pushTxnAcceptedAsync(Round round)
Schedule a proposal round with the replica.
|
(package private) void |
KetchLeader.runAsync(Round round) |