Uses of Class
org.apache.hadoop.hive.metastore.api.Table

Packages that use Table
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
org.apache.hadoop.hive.ql.metadata   
 

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

Methods in org.apache.hadoop.hive.metastore that return Table
static Table MetaStoreUtils.createColumnsetSchema(String name, List<String> columns, List<String> partCols, org.apache.hadoop.conf.Configuration conf)
           
 Table HiveMetaStore.HMSHandler.get_table(String dbname, String name)
           
static Table MetaStoreUtils.getTable(org.apache.hadoop.conf.Configuration conf, Properties schema)
           
 Table MetaStoreClient.getTable(String tableName)
           
 Table IMetaStoreClient.getTable(String tableName)
          Get a table object.
 Table HiveMetaStoreClient.getTable(String tableName)
           
 Table ObjectStore.getTable(String dbName, String tableName)
           
 Table MetaStoreClient.getTable(String dbName, String tableName)
          This operation is unsupported in this metastore.
 Table IMetaStoreClient.getTable(String dbName, String tableName)
          Get a table object.
 Table HiveMetaStoreClient.getTable(String dbname, String name)
           
 Table RawStore.getTable(String dbName, String tableName)
           
 Table FileStore.getTable(String dbName, String tableName)
           
 

Methods in org.apache.hadoop.hive.metastore with parameters of type Table
 void HiveMetaStore.HMSHandler.alter_table(String dbname, String name, Table newTable)
           
 void MetaStoreClient.alter_table(String defaultDatabaseName, String tblName, Table table)
           
 void IMetaStoreClient.alter_table(String defaultDatabaseName, String tblName, Table table)
           
 void HiveMetaStoreClient.alter_table(String dbname, String tbl_name, Table new_tbl)
           
 void ObjectStore.alterTable(String dbname, String name, Table newTable)
           
 void RawStore.alterTable(String dbname, String name, Table newTable)
           
 void FileStore.alterTable(String dbname, String name, Table newTable)
           
 void HiveMetaStore.HMSHandler.create_table(Table tbl)
           
 void ObjectStore.createTable(Table tbl)
           
 void MetaStoreClient.createTable(Table tbl)
           
 void IMetaStoreClient.createTable(Table tbl)
           
 void HiveMetaStoreClient.createTable(Table tbl)
           
 void RawStore.createTable(Table tbl)
           
 void FileStore.createTable(Table tbl)
           
static Deserializer MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf, Table table)
          getDeserializer Get the Deserializer for a table.
static Properties MetaStoreUtils.getSchema(Table tbl)
           
 

Uses of Table in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return Table
 Table ThriftHiveMetastore.Iface.get_table(String dbname, String tbl_name)
           
 Table ThriftHiveMetastore.Client.get_table(String dbname, String tbl_name)
           
 Table ThriftHiveMetastore.alter_table_args.getNew_tbl()
           
 Table ThriftHiveMetastore.get_table_result.getSuccess()
           
 Table ThriftHiveMetastore.create_table_args.getTbl()
           
 Table ThriftHiveMetastore.Client.recv_get_table()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Table
 void ThriftHiveMetastore.Iface.alter_table(String dbname, String tbl_name, Table new_tbl)
           
 void ThriftHiveMetastore.Client.alter_table(String dbname, String tbl_name, Table new_tbl)
           
 void ThriftHiveMetastore.Iface.create_table(Table tbl)
           
 void ThriftHiveMetastore.Client.create_table(Table tbl)
           
 boolean Table.equals(Table that)
           
 void ThriftHiveMetastore.Client.send_alter_table(String dbname, String tbl_name, Table new_tbl)
           
 void ThriftHiveMetastore.Client.send_create_table(Table tbl)
           
 void ThriftHiveMetastore.alter_table_args.setNew_tbl(Table new_tbl)
           
 void ThriftHiveMetastore.get_table_result.setSuccess(Table success)
           
 void ThriftHiveMetastore.create_table_args.setTbl(Table tbl)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Table
ThriftHiveMetastore.alter_table_args(String dbname, String tbl_name, Table new_tbl)
           
ThriftHiveMetastore.create_table_args(Table tbl)
           
ThriftHiveMetastore.get_table_result(Table success, MetaException o1, NoSuchObjectException o2)
           
 

Uses of Table in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return Table
 Table Table.getTTable()
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type Table
protected  void Table.setTTable(Table table)
           
 



Copyright © 2009 The Apache Software Foundation