public static enum DummyHiveMetastoreAuthorizationProvider.AuthCallContextType extends java.lang.Enum<DummyHiveMetastoreAuthorizationProvider.AuthCallContextType>
| Enum Constant and Description |
|---|
DB |
PARTITION |
TABLE |
TABLE_AND_PARTITION |
USER |
| Modifier and Type | Method and Description |
|---|---|
static DummyHiveMetastoreAuthorizationProvider.AuthCallContextType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DummyHiveMetastoreAuthorizationProvider.AuthCallContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DummyHiveMetastoreAuthorizationProvider.AuthCallContextType USER
public static final DummyHiveMetastoreAuthorizationProvider.AuthCallContextType DB
public static final DummyHiveMetastoreAuthorizationProvider.AuthCallContextType TABLE
public static final DummyHiveMetastoreAuthorizationProvider.AuthCallContextType PARTITION
public static final DummyHiveMetastoreAuthorizationProvider.AuthCallContextType TABLE_AND_PARTITION
public static DummyHiveMetastoreAuthorizationProvider.AuthCallContextType[] values()
for (DummyHiveMetastoreAuthorizationProvider.AuthCallContextType c : DummyHiveMetastoreAuthorizationProvider.AuthCallContextType.values()) System.out.println(c);
public static DummyHiveMetastoreAuthorizationProvider.AuthCallContextType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2012 The Apache Software Foundation