Uses of Class
org.eclipse.jgit.internal.ketch.LogIndex
-
Packages that use LogIndex Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of LogIndex in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch declared as LogIndex Modifier and Type Field Description (package private) LogIndexRound. acceptedNewIndex(package private) LogIndexRound. acceptedOldIndexprivate LogIndexKetchLeader. committedIndexLeader knows this (and all prior) states are committed.(package private) LogIndexLeaderSnapshot. committedIndexprivate LogIndexKetchLeader. headIndexEnd of the leader's log.(package private) LogIndexLeaderSnapshot. headIndexMethods in org.eclipse.jgit.internal.ketch that return LogIndex Modifier and Type Method Description (package private) LogIndexKetchLeader. getCommitted()LogIndexLeaderSnapshot. getCommitted()Get state the leader knows is committed on a majority of participant replicas(package private) LogIndexKetchLeader. getHead()LogIndexLeaderSnapshot. getHead()Get end of the leader's log(package private) LogIndexLogIndex. nextIndex(AnyObjectId id)(package private) static LogIndexLogIndex. unknown(AnyObjectId id)Methods in org.eclipse.jgit.internal.ketch with parameters of type LogIndex Modifier and Type Method Description private static booleanKetchReplica. equals(ObjectId a, LogIndex b)(package private) booleanKetchReplica. hasAccepted(LogIndex id)(package private) booleanLogIndex. isBefore(LogIndex c)Check if this log position committed before another log position.(package private) voidKetchReplica. pushCommitAsync(LogIndex committed)(package private) booleanKetchReplica. shouldPushUnbatchedCommit(LogIndex committed, boolean leaderIdle)Constructors in org.eclipse.jgit.internal.ketch with parameters of type LogIndex Constructor Description ElectionRound(KetchLeader leader, LogIndex head)ProposalRound(KetchLeader leader, LogIndex head, java.util.List<Proposal> todo, RefTree tree)Round(KetchLeader leader, LogIndex head)
-