Uses of Interface
org.apache.hadoop.hive.metastore.RawStore

Packages that use RawStore
org.apache.hadoop.hive.metastore   
 

Uses of RawStore in org.apache.hadoop.hive.metastore
 

Classes in org.apache.hadoop.hive.metastore that implement RawStore
 class ObjectStore
          This class is the interface between the application logic and the database store that contains the objects.
 

Methods in org.apache.hadoop.hive.metastore with parameters of type RawStore
 void HiveAlterHandler.alterTable(RawStore msdb, Warehouse wh, String dbname, String name, Table newt)
           
 void AlterHandler.alterTable(RawStore msdb, Warehouse wh, String dbname, String name, Table newTable)
          handles alter table
 



Copyright © 2009 The Apache Software Foundation