protected static enum AbstractQueuedStreamView.BackpointerOp extends Enum<AbstractQueuedStreamView.BackpointerOp>
Enum Constant and Description |
---|
EXCLUDE
Include this address.
|
INCLUDE |
INCLUDE_STOP
Exclude this address.
|
Modifier and Type | Method and Description |
---|---|
static AbstractQueuedStreamView.BackpointerOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractQueuedStreamView.BackpointerOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractQueuedStreamView.BackpointerOp INCLUDE
public static final AbstractQueuedStreamView.BackpointerOp EXCLUDE
public static final AbstractQueuedStreamView.BackpointerOp INCLUDE_STOP
public static AbstractQueuedStreamView.BackpointerOp[] values()
for (AbstractQueuedStreamView.BackpointerOp c : AbstractQueuedStreamView.BackpointerOp.values()) System.out.println(c);
public static AbstractQueuedStreamView.BackpointerOp 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 © 2019 CorfuDB. All rights reserved.