static enum BenchmarkReftable.Test extends java.lang.Enum<BenchmarkReftable.Test>
Enum Constant and Description |
---|
BY_ID_COLD |
BY_ID_HOT |
SCAN |
SEEK_COLD |
SEEK_HOT |
Modifier and Type | Method and Description |
---|---|
static BenchmarkReftable.Test |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BenchmarkReftable.Test[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BenchmarkReftable.Test SCAN
public static final BenchmarkReftable.Test SEEK_COLD
public static final BenchmarkReftable.Test SEEK_HOT
public static final BenchmarkReftable.Test BY_ID_COLD
public static final BenchmarkReftable.Test BY_ID_HOT
public static BenchmarkReftable.Test[] values()
for (BenchmarkReftable.Test c : BenchmarkReftable.Test.values()) System.out.println(c);
public static BenchmarkReftable.Test 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 null