Uses of Class
org.apache.hadoop.hive.metastore.model.MStorageDescriptor

Packages that use MStorageDescriptor
org.apache.hadoop.hive.metastore.model   
 

Uses of MStorageDescriptor in org.apache.hadoop.hive.metastore.model
 

Methods in org.apache.hadoop.hive.metastore.model that return MStorageDescriptor
 MStorageDescriptor MPartition.getSd()
           
 MStorageDescriptor MTable.getSd()
           
 

Methods in org.apache.hadoop.hive.metastore.model with parameters of type MStorageDescriptor
 void MPartition.setSd(MStorageDescriptor sd)
           
 void MTable.setSd(MStorageDescriptor sd)
           
 

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MStorageDescriptor
MPartition(String partitionName, MTable table, List<String> values, int createTime, int lastAccessTime, MStorageDescriptor sd, Map<String,String> parameters)
           
MTable(String tableName, MDatabase database, MStorageDescriptor sd, String owner, int createTime, int lastAccessTime, int retention, List<MFieldSchema> partitionKeys, Map<String,String> parameters, String viewOriginalText, String viewExpandedText, String tableType)
           
 



Copyright © 2010 The Apache Software Foundation