Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Method and Description |
---|---|
Proposal.State |
Proposal.getState()
Read the current state of the proposal.
|
static Proposal.State |
Proposal.State.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Proposal.awaitStateChange(Proposal.State notIn,
long wait,
TimeUnit unit)
Wait for the proposal to exit a state.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.