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

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

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

Methods in org.apache.hadoop.hive.metastore.model that return types with arguments of type MStringList
 Map<MStringList,String> MStorageDescriptor.getSkewedColValueLocationMaps()
           
 List<MStringList> MStorageDescriptor.getSkewedColValues()
           
 

Method parameters in org.apache.hadoop.hive.metastore.model with type arguments of type MStringList
 void MStorageDescriptor.setSkewedColValueLocationMaps(Map<MStringList,String> listBucketColValuesMapping)
           
 void MStorageDescriptor.setSkewedColValues(List<MStringList> skewedColValues)
           
 

Constructor parameters in org.apache.hadoop.hive.metastore.model with type arguments of type MStringList
MStorageDescriptor(MColumnDescriptor cd, String location, String inputFormat, String outputFormat, boolean isCompressed, int numBuckets, MSerDeInfo serDeInfo, List<String> bucketCols, List<MOrder> sortOrder, Map<String,String> parameters, List<String> skewedColNames, List<MStringList> skewedColValues, Map<MStringList,String> skewedColValueLocationMaps, boolean storedAsSubDirectories)
           
MStorageDescriptor(MColumnDescriptor cd, String location, String inputFormat, String outputFormat, boolean isCompressed, int numBuckets, MSerDeInfo serDeInfo, List<String> bucketCols, List<MOrder> sortOrder, Map<String,String> parameters, List<String> skewedColNames, List<MStringList> skewedColValues, Map<MStringList,String> skewedColValueLocationMaps, boolean storedAsSubDirectories)
           
 



Copyright © 2012 The Apache Software Foundation