public static enum HiveMetaStoreClientWithLocalCache.KeyType extends Enum<HiveMetaStoreClientWithLocalCache.KeyType>
| Modifier and Type | Method and Description |
|---|---|
static HiveMetaStoreClientWithLocalCache.KeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetaStoreClientWithLocalCache.KeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveMetaStoreClientWithLocalCache.KeyType CONFIG_VALUE
public static final HiveMetaStoreClientWithLocalCache.KeyType DATABASE
public static final HiveMetaStoreClientWithLocalCache.KeyType TABLE
public static final HiveMetaStoreClientWithLocalCache.KeyType PRIMARY_KEYS
public static final HiveMetaStoreClientWithLocalCache.KeyType FOREIGN_KEYS
public static final HiveMetaStoreClientWithLocalCache.KeyType UNIQUE_CONSTRAINTS
public static final HiveMetaStoreClientWithLocalCache.KeyType NOT_NULL_CONSTRAINTS
public static final HiveMetaStoreClientWithLocalCache.KeyType TABLE_COLUMN_STATS
public static final HiveMetaStoreClientWithLocalCache.KeyType AGGR_COL_STATS
public static final HiveMetaStoreClientWithLocalCache.KeyType PARTITIONS_BY_EXPR
public static final HiveMetaStoreClientWithLocalCache.KeyType PARTITIONS_SPEC_BY_EXPR
public static final HiveMetaStoreClientWithLocalCache.KeyType LIST_PARTITIONS_ALL
public static final HiveMetaStoreClientWithLocalCache.KeyType LIST_PARTITIONS
public static final HiveMetaStoreClientWithLocalCache.KeyType LIST_PARTITIONS_REQ
public static final HiveMetaStoreClientWithLocalCache.KeyType LIST_PARTITIONS_AUTH_INFO_ALL
public static final HiveMetaStoreClientWithLocalCache.KeyType LIST_PARTITIONS_AUTH_INFO
public static final HiveMetaStoreClientWithLocalCache.KeyType LIST_PARTITIONS_AUTH_INFO_REQ
public static final HiveMetaStoreClientWithLocalCache.KeyType PARTITIONS_BY_NAMES
public static final HiveMetaStoreClientWithLocalCache.KeyType VALID_WRITE_IDS
public static final HiveMetaStoreClientWithLocalCache.KeyType TABLE_ID
public static HiveMetaStoreClientWithLocalCache.KeyType[] values()
for (HiveMetaStoreClientWithLocalCache.KeyType c : HiveMetaStoreClientWithLocalCache.KeyType.values()) System.out.println(c);
public static HiveMetaStoreClientWithLocalCache.KeyType 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 © 2024 The Apache Software Foundation. All rights reserved.