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