Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.util |
Utility classes.
|
org.eclipse.jgit.util.time |
Modifier and Type | Method and Description |
---|---|
MonotonicClock |
KetchSystem.getClock()
Get clock to obtain timestamps from.
|
Constructor and Description |
---|
KetchSystem(ScheduledExecutorService executor,
MonotonicClock clock,
String txnNamespace)
Create a Ketch system with the provided executor service.
|
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 . |
Copyright © 2018 Eclipse JGit Project. All rights reserved.