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 MTable.getSd()
           
 MStorageDescriptor MPartition.getSd()
           
 MStorageDescriptor MIndex.getSd()
           
 

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

Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MStorageDescriptor
MIndex(String indexName, MTable baseTable, int createTime, int lastAccessTime, Map<String,String> parameters, MTable indexTable, MStorageDescriptor sd, String indexHandlerClass, boolean deferredRebuild)
           
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 © 2011 The Apache Software Foundation