Uses of Class
org.eclipse.jgit.internal.ketch.KetchReplica
-
Packages that use KetchReplica Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchReplica in org.eclipse.jgit.internal.ketch
Subclasses of KetchReplica in org.eclipse.jgit.internal.ketch Modifier and Type Class Description class
LocalReplica
Ketch replica running on the same system as theKetchLeader
.class
RemoteGitReplica
Representation of a Git repository on a remote replica system.Methods in org.eclipse.jgit.internal.ketch that return KetchReplica Modifier and Type Method Description KetchReplica
ReplicaSnapshot. getReplica()
Get the replica this snapshot describes the state ofMethods in org.eclipse.jgit.internal.ketch that return types with arguments of type KetchReplica Modifier and Type Method Description protected List<KetchReplica>
KetchSystem. createReplicas(KetchLeader leader, Repository repo)
Get the collection of replicas for a repository.Method parameters in org.eclipse.jgit.internal.ketch with type arguments of type KetchReplica Modifier and Type Method Description void
KetchLeader. setReplicas(Collection<KetchReplica> replicas)
Configure the replicas used by this Ketch instance.Constructors in org.eclipse.jgit.internal.ketch with parameters of type KetchReplica Constructor Description ReplicaPushRequest(KetchReplica replica, Collection<ReceiveCommand> commands)
Construct a new push request for a replica.
-