Uses of Class
org.eclipse.jgit.internal.ketch.KetchSystem
-
Packages that use KetchSystem Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchSystem in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch that return KetchSystem Modifier and Type Method Description KetchSystem
KetchReplica. getSystem()
Get system configuration.Constructors in org.eclipse.jgit.internal.ketch with parameters of type KetchSystem Constructor Description KetchLeader(KetchSystem system)
Construct a leader for a Ketch instance.KetchLeaderCache(KetchSystem system)
Initialize a new leader cache.
-