@InterfaceAudience.Private public enum HiveInputCounters extends Enum<HiveInputCounters>
| Enum Constant and Description |
|---|
GROUPED_INPUT_SPLITS |
INPUT_DIRECTORIES |
INPUT_FILES |
RAW_INPUT_SPLITS |
| Modifier and Type | Method and Description |
|---|---|
static HiveInputCounters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveInputCounters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveInputCounters RAW_INPUT_SPLITS
public static final HiveInputCounters GROUPED_INPUT_SPLITS
public static final HiveInputCounters INPUT_FILES
public static final HiveInputCounters INPUT_DIRECTORIES
public static HiveInputCounters[] values()
for (HiveInputCounters c : HiveInputCounters.values()) System.out.println(c);
public static HiveInputCounters 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 © 2019 The Apache Software Foundation. All Rights Reserved.