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
Fields in org.eclipse.jgit.internal.ketch declared as KetchSystem Modifier and Type Field Description private KetchSystem
KetchLeader. system
private KetchSystem
KetchLeaderCache. system
Methods in org.eclipse.jgit.internal.ketch that return KetchSystem Modifier and Type Method Description (package private) KetchSystem
KetchLeader. getSystem()
KetchSystem
KetchReplica. getSystem()
Get system configuration.(package private) KetchSystem
Round. getSystem()
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.
-