Uses of Class
io.trino.hive.thrift.metastore.SetPartitionsStatsRequest
-
Uses of SetPartitionsStatsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SetPartitionsStatsRequestModifier and TypeMethodDescriptionSetPartitionsStatsRequest.deepCopy()ThriftHiveMetastore.update_partition_column_statistics_req_args.getReq()ThriftHiveMetastore.update_table_column_statistics_req_args.getReq()ThriftHiveMetastore.set_aggr_stats_for_args.getRequest()SetPartitionsStatsRequest.setColStats(List<ColumnStatistics> colStats) SetPartitionsStatsRequest.setNeedMerge(boolean needMerge) SetPartitionsStatsRequest.setValidWriteIdList(String validWriteIdList) SetPartitionsStatsRequest.setWriteId(long writeId) Methods in io.trino.hive.thrift.metastore with parameters of type SetPartitionsStatsRequestModifier and TypeMethodDescriptionintSetPartitionsStatsRequest.compareTo(SetPartitionsStatsRequest other) booleanSetPartitionsStatsRequest.equals(SetPartitionsStatsRequest that) voidThriftHiveMetastore.Client.sendSetAggrStatsFor(SetPartitionsStatsRequest request) voidThriftHiveMetastore.Client.sendUpdatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) voidThriftHiveMetastore.Client.sendUpdateTableColumnStatisticsReq(SetPartitionsStatsRequest req) voidThriftHiveMetastore.AsyncClient.setAggrStatsFor(SetPartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) voidThriftHiveMetastore.AsyncIface.setAggrStatsFor(SetPartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) booleanThriftHiveMetastore.Client.setAggrStatsFor(SetPartitionsStatsRequest request) booleanThriftHiveMetastore.Iface.setAggrStatsFor(SetPartitionsStatsRequest request) ThriftHiveMetastore.update_partition_column_statistics_req_args.setReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.update_table_column_statistics_req_args.setReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.set_aggr_stats_for_args.setRequest(SetPartitionsStatsRequest request) voidThriftHiveMetastore.AsyncClient.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) ThriftHiveMetastore.Client.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.Iface.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) voidThriftHiveMetastore.AsyncClient.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) ThriftHiveMetastore.Client.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.Iface.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type SetPartitionsStatsRequestModifierConstructorDescriptionset_aggr_stats_for_call(SetPartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<Boolean> 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.update_partition_column_statistics_req_call(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) update_table_column_statistics_req_call(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)