Package | Description |
---|---|
org.multiverse.commitbarriers |
Modifier and Type | Field and Description |
---|---|
private CommitBarrier.Status |
CommitBarrier.status |
Modifier and Type | Method and Description |
---|---|
protected CommitBarrier.Status |
CommitBarrier.getStatus() |
static CommitBarrier.Status |
CommitBarrier.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommitBarrier.Status[] |
CommitBarrier.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CommitBarrier(CommitBarrier.Status status,
boolean fair)
Creates a new CommitBarrier.
|