public static enum RTBoundValidator.Stage extends java.lang.Enum<RTBoundValidator.Stage>
Enum Constant and Description |
---|
MEMTABLE |
MERGED |
PROCESSED |
PURGED |
SSTABLE |
Modifier and Type | Method and Description |
---|---|
static RTBoundValidator.Stage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RTBoundValidator.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTBoundValidator.Stage MEMTABLE
public static final RTBoundValidator.Stage SSTABLE
public static final RTBoundValidator.Stage MERGED
public static final RTBoundValidator.Stage PURGED
public static final RTBoundValidator.Stage PROCESSED
public static RTBoundValidator.Stage[] values()
for (RTBoundValidator.Stage c : RTBoundValidator.Stage.values()) System.out.println(c);
public static RTBoundValidator.Stage 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 © 2009-2019 The Apache Software Foundation