Uses of Class
io.trino.hive.thrift.metastore.PartitionsStatsRequest
-
Uses of PartitionsStatsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PartitionsStatsRequestModifier and TypeMethodDescriptionPartitionsStatsRequest.deepCopy()ThriftHiveMetastore.get_aggr_stats_for_args.getRequest()ThriftHiveMetastore.get_partitions_statistics_req_args.getRequest()PartitionsStatsRequest.setCatName(String catName) PartitionsStatsRequest.setColNames(List<String> colNames) PartitionsStatsRequest.setPartNames(List<String> partNames) PartitionsStatsRequest.setTblName(String tblName) Methods in io.trino.hive.thrift.metastore with parameters of type PartitionsStatsRequestModifier and TypeMethodDescriptionintPartitionsStatsRequest.compareTo(PartitionsStatsRequest other) booleanPartitionsStatsRequest.equals(PartitionsStatsRequest that) voidThriftHiveMetastore.AsyncClient.getAggrStatsFor(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<AggrStats> resultHandler) voidThriftHiveMetastore.AsyncIface.getAggrStatsFor(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<AggrStats> resultHandler) ThriftHiveMetastore.Client.getAggrStatsFor(PartitionsStatsRequest request) ThriftHiveMetastore.Iface.getAggrStatsFor(PartitionsStatsRequest request) voidThriftHiveMetastore.AsyncClient.getPartitionsStatisticsReq(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<PartitionsStatsResult> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsStatisticsReq(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<PartitionsStatsResult> resultHandler) ThriftHiveMetastore.Client.getPartitionsStatisticsReq(PartitionsStatsRequest request) ThriftHiveMetastore.Iface.getPartitionsStatisticsReq(PartitionsStatsRequest request) voidThriftHiveMetastore.Client.sendGetAggrStatsFor(PartitionsStatsRequest request) voidThriftHiveMetastore.Client.sendGetPartitionsStatisticsReq(PartitionsStatsRequest request) ThriftHiveMetastore.get_aggr_stats_for_args.setRequest(PartitionsStatsRequest request) ThriftHiveMetastore.get_partitions_statistics_req_args.setRequest(PartitionsStatsRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type PartitionsStatsRequestModifierConstructorDescriptionget_aggr_stats_for_call(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<AggrStats> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_statistics_req_call(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<PartitionsStatsResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.