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 |
Modifier and Type | Field and Description |
---|---|
private MonotonicClock |
KetchSystem.clock |
Modifier and Type | Method and Description |
---|---|
MonotonicClock |
KetchSystem.getClock()
Get clock to obtain timestamps from.
|
Constructor and Description |
---|
KetchSystem(java.util.concurrent.ScheduledExecutorService executor,
MonotonicClock clock,
java.lang.String txnNamespace)
Create a Ketch system with the provided executor service.
|
Modifier and Type | Method and Description |
---|---|
MonotonicClock |
MockSystemReader.getClock()
Get clock instance preferred by this system.
|
Modifier and Type | Class and Description |
---|---|
class |
MonotonicFakeClock
Fake
MonotonicClock for testing code that
uses Clock. |
Modifier and Type | Method and Description |
---|---|
MonotonicClock |
SystemReader.getClock()
Get clock instance preferred by this system.
|
Modifier and Type | Class and Description |
---|---|
class |
MonotonicSystemClock
A
MonotonicClock based on
System.currentTimeMillis . |