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.Participation
KetchReplica. participation
private KetchReplica.Participation
ReplicaConfig. participation
Methods in org.eclipse.jgit.internal.ketch that return KetchReplica.Participation Modifier and Type Method Description KetchReplica.Participation
KetchReplica. getParticipation()
Get how the replica participates in this Ketch system.KetchReplica.Participation
ReplicaConfig. getParticipation()
Get participation of the replica in the system.static KetchReplica.Participation
KetchReplica.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.
-