Uses of Class
org.eclipse.jgit.internal.ketch.Round
-
Packages that use Round Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of Round in org.eclipse.jgit.internal.ketch
Subclasses of Round in org.eclipse.jgit.internal.ketch Modifier and Type Class Description (package private) class
ElectionRound
The initialRound
for a leaderless repository, used to establish a leader.(package private) class
ProposalRound
Fields in org.eclipse.jgit.internal.ketch declared as Round Modifier and Type Field Description private Round
KetchLeader. runningRound
Current round the leader is preparing and waiting for a vote on.Methods in org.eclipse.jgit.internal.ketch with parameters of type Round Modifier and Type Method 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)
-