Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Method and Description |
---|---|
KetchReplica.CommitSpeed |
ReplicaConfig.getCommitSpeed()
Get how quickly should Ketch commit.
|
KetchReplica.CommitSpeed |
KetchReplica.getCommitSpeed()
Get when Ketch will commit to the repository.
|
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.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.