| Package | Description |
|---|---|
| org.apache.hadoop.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,
boolean allowEmbedded) |
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.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
HiveMetaHookLoader hookLoader,
ConcurrentHashMap<String,Long> metaCallTimeMap,
String mscClassName,
boolean allowEmbedded) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration 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 |
|---|
TableIterable(IMetaStoreClient msc,
String dbname,
List<String> tableNames,
int batchSize)
Primary constructor that fetches all tables in a given msc, given a Hive
object,a db name and a table name list.
|
TableIterable(IMetaStoreClient msc,
String catName,
String dbname,
List<String> tableNames,
int batchSize) |
| Constructor and Description |
|---|
RetryingMetaStoreClient(org.apache.hadoop.conf.Configuration conf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
ConcurrentHashMap<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.