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 KetchSystemKetchLeader. systemprivate KetchSystemKetchLeaderCache. systemMethods in org.eclipse.jgit.internal.ketch that return KetchSystem Modifier and Type Method Description (package private) KetchSystemKetchLeader. getSystem()KetchSystemKetchReplica. getSystem()Get system configuration.(package private) KetchSystemRound. 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.
-