Uses of Class
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_args

Packages that use ThriftHiveMetastore.update_table_column_statistics_args
org.apache.hadoop.hive.metastore.api   
 

Uses of ThriftHiveMetastore.update_table_column_statistics_args in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return ThriftHiveMetastore.update_table_column_statistics_args
 ThriftHiveMetastore.update_table_column_statistics_args ThriftHiveMetastore.update_table_column_statistics_args.deepCopy()
           
 ThriftHiveMetastore.update_table_column_statistics_args ThriftHiveMetastore.Processor.update_table_column_statistics.getEmptyArgsInstance()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type ThriftHiveMetastore.update_table_column_statistics_args
 int ThriftHiveMetastore.update_table_column_statistics_args.compareTo(ThriftHiveMetastore.update_table_column_statistics_args other)
           
 boolean ThriftHiveMetastore.update_table_column_statistics_args.equals(ThriftHiveMetastore.update_table_column_statistics_args that)
           
 ThriftHiveMetastore.update_table_column_statistics_result ThriftHiveMetastore.Processor.update_table_column_statistics.getResult(I iface, ThriftHiveMetastore.update_table_column_statistics_args args)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type ThriftHiveMetastore.update_table_column_statistics_args
ThriftHiveMetastore.update_table_column_statistics_args(ThriftHiveMetastore.update_table_column_statistics_args other)
          Performs a deep copy on other.
 



Copyright © 2011 The Apache Software Foundation