Uses of Package
org.apache.hadoop.hive.metastore

Packages that use org.apache.hadoop.hive.metastore
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.events   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.service   
 

Classes in org.apache.hadoop.hive.metastore used by org.apache.hadoop.hive.metastore
AlterHandler
          Interface for Alter Table and Alter Partition code
HiveMetaHook
          HiveMetaHook defines notification methods which are invoked as part of transactions against the metastore, allowing external catalogs such as HBase to be kept in sync with Hive's metastore.
HiveMetaHookLoader
          HiveMetaHookLoader is responsible for loading a HiveMetaHook for a given table.
HiveMetaStore.HMSHandler.Command
          A Command is a closure used to pass a block of code from individual functions to executeWithRetry, which centralizes connection error handling.
HiveMetaStoreClient
          Hive Metastore Client.
IMetaStoreClient
          TODO Unnecessary when the server sides for both dbstore and filestore are merged
MetaStoreEndFunctionContext
          Base class which provides context to implementations of MetaStoreEndFunctionListener
MetaStoreEventListener
          This abstract class needs to be extended to provide implementation of actions that needs to be performed when a particular event occurs on a metastore.
MetaStoreFS
          Define a set of APIs that may vary in different environments
ProtectMode
           
RawStore
           
TableType
          Typesafe enum for types of tables described by the metastore.
TestHiveMetaStore
           
TestMarkPartition
           
Warehouse
          This class represents a warehouse where data of Hive tables is stored
 

Classes in org.apache.hadoop.hive.metastore used by org.apache.hadoop.hive.metastore.events
HiveMetaStore.HMSHandler
           
 

Classes in org.apache.hadoop.hive.metastore used by org.apache.hadoop.hive.ql.metadata
HiveMetaHook
          HiveMetaHook defines notification methods which are invoked as part of transactions against the metastore, allowing external catalogs such as HBase to be kept in sync with Hive's metastore.
ProtectMode
           
TableType
          Typesafe enum for types of tables described by the metastore.
 

Classes in org.apache.hadoop.hive.metastore used by org.apache.hadoop.hive.service
HiveMetaStore.HMSHandler
           
 



Copyright © 2011 The Apache Software Foundation