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 voidKetchReplica. blockingFetch(Repository repo, ReplicaFetchRequest req)Fetch objects from the remote using the calling thread.protected voidLocalReplica. blockingFetch(Repository repo, ReplicaFetchRequest req)Fetch objects from the remote using the calling thread.protected voidRemoteGitReplica. blockingFetch(Repository repo, ReplicaFetchRequest req)Fetch objects from the remote using the calling thread.private voidRemoteGitReplica. fetch(Transport transport, ReplicaFetchRequest req)
-