Uses of Class
org.eclipse.jgit.internal.ketch.Proposal.State
-
Packages that use Proposal.State Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of Proposal.State in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch with type parameters of type Proposal.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Proposal.State>
Proposal. state
Methods in org.eclipse.jgit.internal.ketch that return Proposal.State Modifier and Type Method Description Proposal.State
Proposal. getState()
Read the current state of the proposal.static Proposal.State
Proposal.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Proposal.State[]
Proposal.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.internal.ketch with parameters of type Proposal.State Modifier and Type Method Description boolean
Proposal. awaitStateChange(Proposal.State notIn, long wait, java.util.concurrent.TimeUnit unit)
Wait for the proposal to exit a state.(package private) void
Proposal. notifyState(Proposal.State s)
-