public static enum TermUnblocker.Status extends java.lang.Enum<TermUnblocker.Status>
Enum Constant and Description |
---|
NO_ACTION
No action has been taken during operation.
|
UNBLOCKED
The term has been unblocked so that the log can progress.
|
UNBLOCKED_TO_END
The term has been unblocked from the offset until the end of the term.
|
Modifier and Type | Method and Description |
---|---|
static TermUnblocker.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermUnblocker.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermUnblocker.Status NO_ACTION
public static final TermUnblocker.Status UNBLOCKED
public static final TermUnblocker.Status UNBLOCKED_TO_END
public static TermUnblocker.Status[] values()
for (TermUnblocker.Status c : TermUnblocker.Status.values()) System.out.println(c);
public static TermUnblocker.Status valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2014-2018 Real Logic Ltd. All Rights Reserved.