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

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

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

Methods in org.apache.hadoop.hive.metastore with parameters of type SerDeInfo
static void MetaStoreUtils.setSerdeParam(SerDeInfo sdi, Properties schema, String param)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return SerDeInfo
 SerDeInfo SerDeInfo.deepCopy()
           
 SerDeInfo StorageDescriptor.getSerdeInfo()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type SerDeInfo
 int SerDeInfo.compareTo(SerDeInfo other)
           
 boolean SerDeInfo.equals(SerDeInfo that)
           
 void StorageDescriptor.setSerdeInfo(SerDeInfo serdeInfo)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type SerDeInfo
SerDeInfo(SerDeInfo other)
          Performs a deep copy on other.
StorageDescriptor(List<FieldSchema> cols, String location, String inputFormat, String outputFormat, boolean compressed, int numBuckets, SerDeInfo serdeInfo, List<String> bucketCols, List<Order> sortCols, Map<String,String> parameters)
           
 



Copyright © 2012 The Apache Software Foundation