Uses of Class
org.eclipse.jgit.internal.ketch.KetchLeader.State
-
Packages that use KetchLeader.State Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchLeader.State in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch declared as KetchLeader.State Modifier and Type Field Description private KetchLeader.State
KetchLeader. state
(package private) KetchLeader.State
LeaderSnapshot. state
Methods in org.eclipse.jgit.internal.ketch that return KetchLeader.State Modifier and Type Method 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.
-