Uses of Class
org.eclipse.jgit.internal.ketch.ReplicaFetchRequest
-
Packages that use ReplicaFetchRequest Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of ReplicaFetchRequest in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch with parameters of type ReplicaFetchRequest Modifier and Type Method Description protected abstract void
KetchReplica. blockingFetch(Repository repo, ReplicaFetchRequest req)
Fetch objects from the remote using the calling thread.protected void
LocalReplica. blockingFetch(Repository repo, ReplicaFetchRequest req)
Fetch objects from the remote using the calling thread.protected void
RemoteGitReplica. blockingFetch(Repository repo, ReplicaFetchRequest req)
Fetch objects from the remote using the calling thread.private void
RemoteGitReplica. fetch(Transport transport, ReplicaFetchRequest req)
-