Uses of Class
org.eclipse.jgit.internal.ketch.KetchReplica.State
-
Packages that use KetchReplica.State Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of KetchReplica.State in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch that return KetchReplica.State Modifier and Type Method Description KetchReplica.State
ReplicaSnapshot. getState()
Get current state of the replicastatic KetchReplica.State
KetchReplica.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static KetchReplica.State[]
KetchReplica.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-