Uses of Class
org.eclipse.jgit.internal.ketch.KetchReplica.Participation
-
Packages that use KetchReplica.Participation Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchReplica.Participation in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch declared as KetchReplica.Participation Modifier and Type Field Description private KetchReplica.ParticipationKetchReplica. participationprivate KetchReplica.ParticipationReplicaConfig. participationMethods in org.eclipse.jgit.internal.ketch that return KetchReplica.Participation Modifier and Type Method Description KetchReplica.ParticipationKetchReplica. getParticipation()Get how the replica participates in this Ketch system.KetchReplica.ParticipationReplicaConfig. getParticipation()Get participation of the replica in the system.static KetchReplica.ParticipationKetchReplica.Participation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KetchReplica.Participation[]KetchReplica.Participation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-