Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalReplica
Ketch replica running on the same system as the
KetchLeader . |
class |
RemoteGitReplica
Representation of a Git repository on a remote replica system.
|
Modifier and Type | Method and Description |
---|---|
KetchReplica |
ReplicaSnapshot.getReplica()
Get the replica this snapshot describes the state of
|
Modifier and Type | Method and Description |
---|---|
protected List<KetchReplica> |
KetchSystem.createReplicas(KetchLeader leader,
Repository repo)
Get the collection of replicas for a repository.
|
Modifier and Type | Method and Description |
---|---|
void |
KetchLeader.setReplicas(Collection<KetchReplica> replicas)
Configure the replicas used by this Ketch instance.
|
Constructor and Description |
---|
ReplicaPushRequest(KetchReplica replica,
Collection<ReceiveCommand> commands)
Construct a new push request for a replica.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.