Uses of Class
org.apache.hadoop.hive.metastore.Warehouse

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

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

Fields in org.apache.hadoop.hive.metastore declared as Warehouse
protected static Warehouse TestHiveMetaStore.warehouse
           
 

Methods in org.apache.hadoop.hive.metastore that return Warehouse
 Warehouse HiveMetaStore.HMSHandler.getWh()
           
 

Methods in org.apache.hadoop.hive.metastore with parameters of type Warehouse
 Partition AlterHandler.alterPartition(RawStore msdb, Warehouse wh, String dbname, String name, List<String> part_vals, Partition new_part)
          handles alter partition
 Partition HiveAlterHandler.alterPartition(RawStore msdb, Warehouse wh, String dbname, String name, List<String> part_vals, Partition new_part)
           
 List<Partition> AlterHandler.alterPartitions(RawStore msdb, Warehouse wh, String dbname, String name, List<Partition> new_part)
          handles alter partitions
 List<Partition> HiveAlterHandler.alterPartitions(RawStore msdb, Warehouse wh, String dbname, String name, List<Partition> new_parts)
           
 void AlterHandler.alterTable(RawStore msdb, Warehouse wh, String dbname, String name, Table newTable)
          handles alter table
 void HiveAlterHandler.alterTable(RawStore msdb, Warehouse wh, String dbname, String name, Table newt)
           
 



Copyright © 2011 The Apache Software Foundation