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.StateKetchLeader. state(package private) KetchLeader.StateLeaderSnapshot. stateMethods in org.eclipse.jgit.internal.ketch that return KetchLeader.State Modifier and Type Method Description KetchLeader.StateLeaderSnapshot. getState()Get current state of the leader.static KetchLeader.StateKetchLeader.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.
-