Uses of Class
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call

Packages that use ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call
org.apache.hadoop.hive.metastore.api   
 

Uses of ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call in org.apache.hadoop.hive.metastore.api
 

Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call
 void ThriftHiveMetastore.AsyncIface.delete_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call> resultHandler)
           
 void ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call> resultHandler)
           
 

Constructor parameters in org.apache.hadoop.hive.metastore.api with type arguments of type ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call
ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
 



Copyright © 2011 The Apache Software Foundation