Uses of Interface
org.eclipse.jgit.util.time.MonotonicClock
-
Packages that use MonotonicClock Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git.org.eclipse.jgit.junit org.eclipse.jgit.junit.time org.eclipse.jgit.util Utility classes.org.eclipse.jgit.util.time -
-
Uses of MonotonicClock in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch declared as MonotonicClock Modifier and Type Field Description private MonotonicClockKetchSystem. clockMethods in org.eclipse.jgit.internal.ketch that return MonotonicClock Modifier and Type Method Description MonotonicClockKetchSystem. getClock()Get clock to obtain timestamps from.Constructors in org.eclipse.jgit.internal.ketch with parameters of type MonotonicClock Constructor Description KetchSystem(java.util.concurrent.ScheduledExecutorService executor, MonotonicClock clock, java.lang.String txnNamespace)Create a Ketch system with the provided executor service. -
Uses of MonotonicClock in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that return MonotonicClock Modifier and Type Method Description MonotonicClockMockSystemReader. getClock()Get clock instance preferred by this system. -
Uses of MonotonicClock in org.eclipse.jgit.junit.time
Classes in org.eclipse.jgit.junit.time that implement MonotonicClock Modifier and Type Class Description classMonotonicFakeClockFakeMonotonicClockfor testing code that uses Clock. -
Uses of MonotonicClock in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return MonotonicClock Modifier and Type Method Description MonotonicClockSystemReader. getClock()Get clock instance preferred by this system. -
Uses of MonotonicClock in org.eclipse.jgit.util.time
Classes in org.eclipse.jgit.util.time that implement MonotonicClock Modifier and Type Class Description classMonotonicSystemClockAMonotonicClockbased onSystem.currentTimeMillis.
-