Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Method and Description |
---|---|
KetchLeader.State |
LeaderSnapshot.getState()
Get current state of the leader.
|
static KetchLeader.State |
KetchLeader.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KetchLeader.State[] |
KetchLeader.State.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.