Uses of Class
org.eclipse.jgit.internal.ketch.ProposalRound.NoOp
-
Packages that use ProposalRound.NoOp Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of ProposalRound.NoOp in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch that throw ProposalRound.NoOp Modifier and Type Method Description private ObjectIdProposalRound. insertMultiProposal(Repository git, ProposedTimestamp ts, ObjectInserter inserter)private ObjectIdProposalRound. insertProposals(Repository git, ProposedTimestamp ts)private ObjectIdProposalRound. insertSingleProposal(Repository git, ProposedTimestamp ts, ObjectInserter inserter)
-