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
Fields in org.eclipse.jgit.internal.ketch declared as KetchReplica.State Modifier and Type Field Description private KetchReplica.State
KetchReplica. state
What is happening with this replica.(package private) KetchReplica.State
ReplicaSnapshot. state
Methods in org.eclipse.jgit.internal.ketch that return KetchReplica.State Modifier and Type Method Description (package private) KetchReplica.State
LagCheck. check(ObjectId acceptId, ReceiveCommand acceptCmd)
KetchReplica.State
ReplicaSnapshot. getState()
Get current state of the replicastatic KetchReplica.State
KetchReplica.State. valueOf(java.lang.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.
-