public static enum HiveProtoLoggingHook.ExecutionMode extends Enum<HiveProtoLoggingHook.ExecutionMode>
| Modifier and Type | Method and Description |
|---|---|
static HiveProtoLoggingHook.ExecutionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveProtoLoggingHook.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveProtoLoggingHook.ExecutionMode MR
public static final HiveProtoLoggingHook.ExecutionMode TEZ
public static final HiveProtoLoggingHook.ExecutionMode LLAP
public static final HiveProtoLoggingHook.ExecutionMode SPARK
public static final HiveProtoLoggingHook.ExecutionMode NONE
public static HiveProtoLoggingHook.ExecutionMode[] values()
for (HiveProtoLoggingHook.ExecutionMode c : HiveProtoLoggingHook.ExecutionMode.values()) System.out.println(c);
public static HiveProtoLoggingHook.ExecutionMode 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.