Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Method and 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(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.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.