Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
protected List<KetchReplica> |
KetchSystem.createReplicas(KetchLeader leader,
Repository repo)
Get the collection of replicas for a repository.
|
Constructor and Description |
---|
KetchPreReceive(KetchLeader leader)
Construct a hook executing updates through a
KetchLeader . |
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.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.