Package org.apache.hadoop.hive.metastore

Interface Summary
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.
IMetaStoreClient TODO Unnecessary when the server sides for both dbstore and filestore are merged
MetaStoreFS Define a set of APIs that may vary in different environments
RawStore  
 

Class Summary
HiveAlterHandler Hive specific implementation of alter
HiveMetaStore TODO:pc remove application logic to a separate interface.
HiveMetaStore.HMSHandler  
HiveMetaStoreClient Hive Metastore Client.
HiveMetaStoreFsImpl  
MetaStoreUtils  
ObjectStore This class is the interface between the application logic and the database store that contains the objects.
ProtectMode  
TestEmbeddedHiveMetaStore  
TestHiveMetaStore  
TestRemoteHiveMetaStore  
TServerSocketKeepAlive TServerSocketKeepAlive - like TServerSocket, but will enable keepalive for accepted sockets.
Warehouse This class represents a warehouse where data of Hive tables is stored
 

Enum Summary
TableType Typesafe enum for types of tables described by the metastore.
 

Exception Summary
HiveMetaException  
 



Copyright © 2011 The Apache Software Foundation