Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Method and Description |
---|---|
KetchReplica.CommitMethod |
ReplicaConfig.getCommitMethod()
Get how Ketch should apply committed changes.
|
KetchReplica.CommitMethod |
KetchReplica.getCommitMethod()
Get how Ketch will commit to the repository.
|
static KetchReplica.CommitMethod |
KetchReplica.CommitMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KetchReplica.CommitMethod[] |
KetchReplica.CommitMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.