private static enum TestRegionNormalizerWorkQueue.Action extends Enum<TestRegionNormalizerWorkQueue.Action>
| Enum Constant and Description |
|---|
PUT |
PUT_ALL |
PUT_ALL_FIRST |
PUT_FIRST |
| Modifier and Type | Method and Description |
|---|---|
static TestRegionNormalizerWorkQueue.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRegionNormalizerWorkQueue.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRegionNormalizerWorkQueue.Action PUT
public static final TestRegionNormalizerWorkQueue.Action PUT_FIRST
public static final TestRegionNormalizerWorkQueue.Action PUT_ALL
public static final TestRegionNormalizerWorkQueue.Action PUT_ALL_FIRST
public static TestRegionNormalizerWorkQueue.Action[] values()
for (TestRegionNormalizerWorkQueue.Action c : TestRegionNormalizerWorkQueue.Action.values()) System.out.println(c);
public static TestRegionNormalizerWorkQueue.Action 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 © 2007–2020 The Apache Software Foundation. All rights reserved.