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

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

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

Fields in org.apache.hadoop.hive.metastore declared as DB
protected  DB ROTable.parent_
           
 

Methods in org.apache.hadoop.hive.metastore that return DB
static DB DB.createDB(String name, org.apache.hadoop.conf.Configuration conf)
           
 

Methods in org.apache.hadoop.hive.metastore with parameters of type DB
static Table RWTable.create(DB parent, String tableName, Properties schema, org.apache.hadoop.conf.Configuration conf)
          create
 void FileStore.drop(DB db, String tableName)
           
 ArrayList<String> FileStore.getTablesByPattern(DB parent, String tablePattern)
          getTablesByPattern Looks at metastore directories
protected  Properties FileStore.load(DB parent, String tableName)
           
protected  void FileStore.rename(DB parent, String tableName, DB newParent, String newTableName)
           
protected  void FileStore.store(DB parent, String tableName, Properties schema, boolean overwrite)
           
 

Constructors in org.apache.hadoop.hive.metastore with parameters of type DB
ROTable(DB parent, String tableName, org.apache.hadoop.conf.Configuration conf)
           
RWTable(DB parent, String tableName, org.apache.hadoop.conf.Configuration conf, boolean o_rdonly)
           
Table(DB parent, String tableName, org.apache.hadoop.conf.Configuration conf, boolean o_rdonly)
           
 



Copyright © 2009 The Apache Software Foundation