Uses of Class
org.eclipse.jgit.util.time.ProposedTimestamp
-
Packages that use ProposedTimestamp Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git.org.eclipse.jgit.junit.time org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.util.time -
-
Uses of ProposedTimestamp in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch with type parameters of type ProposedTimestamp Modifier and Type Field Description private java.util.List<ProposedTimestamp>Proposal. timestampsMethods in org.eclipse.jgit.internal.ketch that return types with arguments of type ProposedTimestamp Modifier and Type Method Description java.util.List<ProposedTimestamp>Proposal. getProposedTimestamps()Get timestamps that Ketch must block for.Methods in org.eclipse.jgit.internal.ketch with parameters of type ProposedTimestamp Modifier and Type Method Description ProposalProposal. addProposedTimestamp(ProposedTimestamp ts)Request the proposal to wait for the affected timestamps to resolve.private voidElectionRound. blockUntil(ProposedTimestamp ts)private voidProposalRound. blockUntil(ProposedTimestamp ts)private ObjectIdElectionRound. bumpTerm(Repository git, ProposedTimestamp ts, ObjectInserter inserter)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)PersonIdentKetchSystem. newCommitter(ProposedTimestamp time)Create new committerPersonIdentfor ketch systemprivate voidLocalReplica. update(Repository git, ReplicaPushRequest req, ProposedTimestamp ts) -
Uses of ProposedTimestamp in org.eclipse.jgit.junit.time
Methods in org.eclipse.jgit.junit.time that return ProposedTimestamp Modifier and Type Method Description ProposedTimestampMonotonicFakeClock. propose()Obtain a timestamp close to "now". -
Uses of ProposedTimestamp in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type ProposedTimestamp Modifier and Type Field Description private java.util.List<ProposedTimestamp>BatchRefUpdate. timestampsAssociated timestamps that should be blocked on before update.Methods in org.eclipse.jgit.lib that return types with arguments of type ProposedTimestamp Modifier and Type Method Description java.util.List<ProposedTimestamp>BatchRefUpdate. getProposedTimestamps()Get list of timestamps the batch must wait for.Methods in org.eclipse.jgit.lib with parameters of type ProposedTimestamp Modifier and Type Method Description BatchRefUpdateBatchRefUpdate. addProposedTimestamp(ProposedTimestamp ts)Request the batch to wait for the affected timestamps to resolve.Constructors in org.eclipse.jgit.lib with parameters of type ProposedTimestamp Constructor Description PersonIdent(java.lang.String aName, java.lang.String aEmailAddress, ProposedTimestamp when)Construct a newPersonIdentwith current time. -
Uses of ProposedTimestamp in org.eclipse.jgit.util.time
Methods in org.eclipse.jgit.util.time that return ProposedTimestamp Modifier and Type Method Description ProposedTimestampMonotonicClock. propose()Obtain a timestamp close to "now".ProposedTimestampMonotonicSystemClock. propose()Obtain a timestamp close to "now".Method parameters in org.eclipse.jgit.util.time with type arguments of type ProposedTimestamp Modifier and Type Method Description static voidProposedTimestamp. blockUntil(java.lang.Iterable<ProposedTimestamp> times, java.time.Duration maxWait)Wait for several timestamps.
-