Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Field and Description |
---|---|
private KetchLeader.State |
KetchLeader.state |
(package private) KetchLeader.State |
LeaderSnapshot.state |
Modifier and Type | Method and Description |
---|---|
KetchLeader.State |
LeaderSnapshot.getState()
Get current state of the leader.
|
static KetchLeader.State |
KetchLeader.State.valueOf(java.lang.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.
|