| Package | Description |
|---|---|
| org.apache.kyuubi.shaded.hive.metastore |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveMetaStoreClient
Hive Metastore Client.
|
| Modifier and Type | Method and Description |
|---|---|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
ConcurrentHashMap<String,Long> metaCallTimeMap,
String mscClassName)
This constructor is meant for Hive internal use only.
|
| Constructor and Description |
|---|
RetryingMetaStoreClient(org.apache.hadoop.conf.Configuration conf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
ConcurrentHashMap<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.