org.apache.accumulo.test.continuous
public static enum ContinuousVerify.Counts extends Enum<ContinuousVerify.Counts>
| Enum Constant and Description |
|---|
CORRUPT |
REFERENCED |
UNDEFINED |
UNREFERENCED |
| Modifier and Type | Method and Description |
|---|---|
static ContinuousVerify.Counts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContinuousVerify.Counts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContinuousVerify.Counts UNREFERENCED
public static final ContinuousVerify.Counts UNDEFINED
public static final ContinuousVerify.Counts REFERENCED
public static final ContinuousVerify.Counts CORRUPT
public static ContinuousVerify.Counts[] values()
for (ContinuousVerify.Counts c : ContinuousVerify.Counts.values()) System.out.println(c);
public static ContinuousVerify.Counts 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 © 2011–2016 The Apache Software Foundation. All rights reserved.