org.apache.hadoop.hive.metastore
Class Table

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.ROTable
      extended by org.apache.hadoop.hive.metastore.RWTable
          extended by org.apache.hadoop.hive.metastore.Table

public class Table
extends RWTable


Field Summary
 
Fields inherited from class org.apache.hadoop.hive.metastore.RWTable
o_rdonly_
 
Fields inherited from class org.apache.hadoop.hive.metastore.ROTable
conf_, LOG, parent_, schema_, store_, tableName_, whPath_
 
Constructor Summary
protected Table()
           
protected Table(DB parent, String tableName, org.apache.hadoop.conf.Configuration conf, boolean o_rdonly)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.metastore.RWTable
alter, create, createPartition, drop, drop, save, truncate, truncate
 
Methods inherited from class org.apache.hadoop.hive.metastore.ROTable
equals, getPartitions, getPath, getSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

protected Table()

Table

protected Table(DB parent,
                String tableName,
                org.apache.hadoop.conf.Configuration conf,
                boolean o_rdonly)
         throws UnknownTableException,
                MetaException
Throws:
UnknownTableException
MetaException


Copyright © 2009 The Apache Software Foundation