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

Packages that use StorageDescriptor
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
 

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

Methods in org.apache.hadoop.hive.metastore with parameters of type StorageDescriptor
static Properties MetaStoreUtils.getPartSchemaFromTableSchema(StorageDescriptor sd, StorageDescriptor tblsd, Map<String,String> parameters, String databaseName, String tableName, List<FieldSchema> partitionKeys, Properties tblSchema)
          Get partition level schema from table level schema.
static Properties MetaStoreUtils.getSchema(StorageDescriptor sd, StorageDescriptor tblsd, Map<String,String> parameters, String databaseName, String tableName, List<FieldSchema> partitionKeys)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return StorageDescriptor
 StorageDescriptor StorageDescriptor.deepCopy()
           
 StorageDescriptor Index.getSd()
           
 StorageDescriptor Partition.getSd()
           
 StorageDescriptor Table.getSd()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type StorageDescriptor
 int StorageDescriptor.compareTo(StorageDescriptor other)
           
 boolean StorageDescriptor.equals(StorageDescriptor that)
           
 void Index.setSd(StorageDescriptor sd)
           
 void Partition.setSd(StorageDescriptor sd)
           
 void Table.setSd(StorageDescriptor sd)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type StorageDescriptor
Index(String indexName, String indexHandlerClass, String dbName, String origTableName, int createTime, int lastAccessTime, String indexTableName, StorageDescriptor sd, Map<String,String> parameters, boolean deferredRebuild)
           
Partition(List<String> values, String dbName, String tableName, int createTime, int lastAccessTime, StorageDescriptor sd, Map<String,String> parameters)
           
StorageDescriptor(StorageDescriptor other)
          Performs a deep copy on other.
Table(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, StorageDescriptor sd, List<FieldSchema> partitionKeys, Map<String,String> parameters, String viewOriginalText, String viewExpandedText, String tableType)
           
 



Copyright © 2011 The Apache Software Foundation