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