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
Methods in org.eclipse.jgit.internal.ketch that return MonotonicClock Modifier and Type Method Description MonotonicClock
KetchSystem. getClock()
Get clock to obtain timestamps from.Constructors in org.eclipse.jgit.internal.ketch with parameters of type MonotonicClock Constructor Description KetchSystem(ScheduledExecutorService executor, MonotonicClock clock, 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 MonotonicClock
MockSystemReader. 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 class
MonotonicFakeClock
FakeMonotonicClock
for 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 MonotonicClock
SystemReader. 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 class
MonotonicSystemClock
AMonotonicClock
based onSystem.currentTimeMillis
.
-