Uses of Class
org.eclipse.jgit.internal.ketch.KetchLeader
-
Packages that use KetchLeader Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchLeader in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch that return KetchLeader Modifier and Type Method Description KetchLeader
KetchSystem. createLeader(Repository repo)
Construct the KetchLeader instance of a repository.KetchLeader
KetchLeaderCache. get(Repository repo)
Lookup the leader instance for a given repository.KetchLeader
KetchReplica. getLeader()
Get leader instance this replica follows.Methods in org.eclipse.jgit.internal.ketch with parameters of type KetchLeader Modifier and Type Method Description protected List<KetchReplica>
KetchSystem. createReplicas(KetchLeader leader, Repository repo)
Get the collection of replicas for a repository.Constructors in org.eclipse.jgit.internal.ketch with parameters of type KetchLeader Constructor Description KetchPreReceive(KetchLeader leader)
Construct a hook executing updates through aKetchLeader
.KetchReplica(KetchLeader leader, String name, ReplicaConfig cfg)
Configure a replica representation.LocalReplica(KetchLeader leader, String name, ReplicaConfig cfg)
Configure a local replica.RemoteGitReplica(KetchLeader leader, String name, URIish uri, ReplicaConfig cfg, RemoteConfig rc)
Configure a new remote.
-