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