Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.ql.security.authorization.plugin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | |
org.apache.hive.hcatalog.common | |
org.apache.hive.service.cli.session |
Modifier and Type | Class and Description |
---|---|
class |
HiveMetaStoreClient
Hive Metastore Client.
|
Modifier and Type | Method and Description |
---|---|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(HiveConf hiveConf) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(HiveConf hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
Map<String,Long> metaCallTimeMap,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(HiveConf hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
String mscClassName) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
String mscClassName) |
static IMetaStoreClient |
HiveMetaStoreClient.newSynchronizedClient(IMetaStoreClient client)
Creates a synchronized wrapper for any
IMetaStoreClient . |
Modifier and Type | Method and Description |
---|---|
static IMetaStoreClient |
HiveMetaStoreClient.newSynchronizedClient(IMetaStoreClient client)
Creates a synchronized wrapper for any
IMetaStoreClient . |
Constructor and Description |
---|
RetryingMetaStoreClient(HiveConf hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
Map<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
RetryingMetaStoreClient(HiveConf hiveConf,
HiveMetaHookLoader hookLoader,
Map<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
Modifier and Type | Class and Description |
---|---|
class |
SessionHiveMetaStoreClient |
Modifier and Type | Method and Description |
---|---|
IMetaStoreClient |
Hive.getMSC() |
Modifier and Type | Method and Description |
---|---|
IMetaStoreClient |
HiveMetastoreClientFactoryImpl.getHiveMetastoreClient() |
IMetaStoreClient |
HiveMetastoreClientFactory.getHiveMetastoreClient() |
Modifier and Type | Method and Description |
---|---|
static List<HiveObjectPrivilege> |
RevokePrivAuthUtils.authorizeAndGetRevokePrivileges(List<HivePrincipal> principals,
List<HivePrivilege> hivePrivileges,
HivePrivilegeObject hivePrivObject,
boolean grantOption,
IMetaStoreClient mClient,
String userName) |
static List<HiveRoleGrant> |
SQLStdHiveAccessController.getHiveRoleGrants(IMetaStoreClient client,
String roleName) |
Modifier and Type | Method and Description |
---|---|
static IMetaStoreClient |
HCatUtil.getHiveMetastoreClient(HiveConf hiveConf)
Get or create a hive client depending on whether it exits in cache or not
|
Modifier and Type | Method and Description |
---|---|
static void |
HCatUtil.closeHiveClientQuietly(IMetaStoreClient client) |
static Table |
HCatUtil.getTable(IMetaStoreClient client,
String dbName,
String tableName) |
Modifier and Type | Method and Description |
---|---|
IMetaStoreClient |
HiveSessionImpl.getMetaStoreClient() |
IMetaStoreClient |
HiveSession.getMetaStoreClient() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.