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) classElectionRoundThe initialRoundfor a leaderless repository, used to establish a leader.(package private) classProposalRoundFields in org.eclipse.jgit.internal.ketch declared as Round Modifier and Type Field Description private RoundKetchLeader. runningRoundCurrent 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 voidKetchLeader. notifySuccess(Round round)(package private) voidKetchReplica. pushTxnAcceptedAsync(Round round)Schedule a proposal round with the replica.(package private) voidKetchLeader. runAsync(Round round)
-