Uses of Class
org.eclipse.jgit.internal.ketch.KetchReplica.CommitSpeed
-
Packages that use KetchReplica.CommitSpeed Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchReplica.CommitSpeed in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch that return KetchReplica.CommitSpeed Modifier and Type Method Description KetchReplica.CommitSpeed
KetchReplica. getCommitSpeed()
Get when Ketch will commit to the repository.KetchReplica.CommitSpeed
ReplicaConfig. getCommitSpeed()
Get how quickly should Ketch commit.static KetchReplica.CommitSpeed
KetchReplica.CommitSpeed. valueOf(String name)
Returns the enum constant of this type with the specified name.static KetchReplica.CommitSpeed[]
KetchReplica.CommitSpeed. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-