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 ObjectId
ProposalRound. insertMultiProposal(Repository git, ProposedTimestamp ts, ObjectInserter inserter)
private ObjectId
ProposalRound. insertProposals(Repository git, ProposedTimestamp ts)
private ObjectId
ProposalRound. insertSingleProposal(Repository git, ProposedTimestamp ts, ObjectInserter inserter)
-