Uses of Class
org.eclipse.jgit.internal.ketch.ReplicaSnapshot
-
Packages that use ReplicaSnapshot Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of ReplicaSnapshot in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch with type parameters of type ReplicaSnapshot Modifier and Type Field Description (package private) java.util.List<ReplicaSnapshot>
LeaderSnapshot. replicas
Methods in org.eclipse.jgit.internal.ketch that return ReplicaSnapshot Modifier and Type Method Description (package private) ReplicaSnapshot
KetchReplica. snapshot()
Methods in org.eclipse.jgit.internal.ketch that return types with arguments of type ReplicaSnapshot Modifier and Type Method Description java.util.Collection<ReplicaSnapshot>
LeaderSnapshot. getReplicas()
Get unmodifiable view of configured replicas.Methods in org.eclipse.jgit.internal.ketch with parameters of type ReplicaSnapshot Modifier and Type Method Description private static void
LeaderSnapshot. debug(java.lang.StringBuilder b, ReplicaSnapshot s)
-