public static enum TermUnblocker.Status extends Enum<TermUnblocker.Status>
TermUnblocker.unblock(UnsafeBuffer, UnsafeBuffer, int, int, int)
operation.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(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014-2021 Real Logic Limited. All Rights Reserved.