Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.cache | |
org.apache.hive.service.server |
Modifier and Type | Class and Description |
---|---|
class |
ObjectStore
This class is the interface between the application logic and the database
store that contains the objects.
|
Modifier and Type | Method and Description |
---|---|
RawStore |
IHMSHandler.getMS()
Get a reference to the underlying RawStore.
|
RawStore |
HiveMetaStore.HMSHandler.getMS()
Get a cached RawStore.
|
static RawStore |
HiveMetaStore.HMSHandler.getMSForConf(org.apache.hadoop.conf.Configuration conf) |
static RawStore |
RawStoreProxy.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
org.apache.hadoop.conf.Configuration conf,
String rawStoreClassName,
int id) |
static RawStore |
HiveMetaStore.HMSHandler.getRawStore() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.metastore.api.Partition |
AlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext)
Deprecated.
As of release 2.2.0. Replaced by
#alterPartition(RawStore, Warehouse, String,
String, List, Partition, EnvironmentContext, IHMSHandler)
handles alter partition |
org.apache.hadoop.hive.metastore.api.Partition |
HiveAlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
org.apache.hadoop.hive.metastore.api.Partition |
AlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler)
handles alter partition
|
org.apache.hadoop.hive.metastore.api.Partition |
HiveAlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
List<org.apache.hadoop.hive.metastore.api.Partition> |
AlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext)
Deprecated.
As of release 3.0.0. Replaced by
AlterHandler.alterPartitions(RawStore, Warehouse, String,
String, String, List, EnvironmentContext, IHMSHandler)
handles alter partitions |
List<org.apache.hadoop.hive.metastore.api.Partition> |
HiveAlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
List<org.apache.hadoop.hive.metastore.api.Partition> |
AlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler)
handles alter partitions
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
HiveAlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
default void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newTable,
org.apache.hadoop.hive.metastore.api.EnvironmentContext envContext)
Deprecated.
As of release 2.2.0. Replaced by
AlterHandler.alterTable(RawStore, Warehouse, String,
String, String, Table, EnvironmentContext, IHMSHandler)
handles alter table, the changes could be cascaded to partitions if applicable |
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newTable,
org.apache.hadoop.hive.metastore.api.EnvironmentContext envContext,
IHMSHandler handler)
handles alter table, the changes could be cascaded to partitions if applicable
|
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newt,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
static void |
HiveMetaStore.HMSHandler.createDefaultCatalog(RawStore ms,
Warehouse wh) |
static Map<String,String> |
MetaStoreListenerNotifier.notifyEvent(List<? extends MetaStoreEventListener> listeners,
EventMessage.EventType eventType,
ListenerEvent event,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
Map<String,String> parameters,
RawStore ms)
Notify a list of listeners about a specific metastore event.
|
Constructor and Description |
---|
FileMetadataManager(RawStore tlms,
org.apache.hadoop.conf.Configuration conf) |
Constructor and Description |
---|
RawStoreProxy(org.apache.hadoop.conf.Configuration hiveConf,
org.apache.hadoop.conf.Configuration conf,
Class<? extends RawStore> rawStoreClass,
int id) |
Modifier and Type | Class and Description |
---|---|
class |
CachedStore |
Modifier and Type | Method and Description |
---|---|
RawStore |
CachedStore.getRawStore() |
Modifier and Type | Method and Description |
---|---|
void |
CachedStore.setRawStore(RawStore rawStore) |
Modifier and Type | Method and Description |
---|---|
static Map<Long,RawStore> |
ThreadFactoryWithGarbageCleanup.getThreadRawStoreMap() |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.