public static enum SSTableReader.OpenReason extends java.lang.Enum<SSTableReader.OpenReason>
Enum Constant and Description |
---|
EARLY |
METADATA_CHANGE |
MOVED_START |
NORMAL |
Modifier and Type | Method and Description |
---|---|
static SSTableReader.OpenReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSTableReader.OpenReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSTableReader.OpenReason NORMAL
public static final SSTableReader.OpenReason EARLY
public static final SSTableReader.OpenReason METADATA_CHANGE
public static final SSTableReader.OpenReason MOVED_START
public static SSTableReader.OpenReason[] values()
for (SSTableReader.OpenReason c : SSTableReader.OpenReason.values()) System.out.println(c);
public static SSTableReader.OpenReason 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 © 2017 The Apache Software Foundation