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
 boolean HiveMetaStore.HMSHandler.alter_partitions(StorageDescriptor sd, List<String> parts)
           
 

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

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

Methods in org.apache.hadoop.hive.metastore.api with parameters of type StorageDescriptor
 boolean ThriftHiveMetastore.Iface.alter_partitions(StorageDescriptor sd, List<String> parts)
           
 boolean ThriftHiveMetastore.Client.alter_partitions(StorageDescriptor sd, List<String> parts)
           
 boolean StorageDescriptor.equals(StorageDescriptor that)
           
 void ThriftHiveMetastore.Client.send_alter_partitions(StorageDescriptor sd, List<String> parts)
           
 void ThriftHiveMetastore.alter_partitions_args.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
Partition(List<String> values, String dbName, String tableName, int createTime, int lastAccessTime, StorageDescriptor sd, Map<String,String> parameters)
           
Table(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, StorageDescriptor sd, List<FieldSchema> partitionKeys, Map<String,String> parameters)
           
ThriftHiveMetastore.alter_partitions_args(StorageDescriptor sd, List<String> parts)
           
 



Copyright © 2009 The Apache Software Foundation