Uses of Class
io.trino.hive.thrift.metastore.SetPartitionsStatsResponse
-
Uses of SetPartitionsStatsResponse in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SetPartitionsStatsResponseModifier and TypeMethodDescriptionSetPartitionsStatsResponse.deepCopy()ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_req_call.getResult()ThriftHiveMetastore.AsyncClient.update_table_column_statistics_req_call.getResult()ThriftHiveMetastore.update_partition_column_statistics_req_result.getSuccess()ThriftHiveMetastore.update_table_column_statistics_req_result.getSuccess()ThriftHiveMetastore.Client.recvUpdatePartitionColumnStatisticsReq()ThriftHiveMetastore.Client.recvUpdateTableColumnStatisticsReq()SetPartitionsStatsResponse.setResult(boolean result) ThriftHiveMetastore.Client.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.Iface.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.Client.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.Iface.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req) Methods in io.trino.hive.thrift.metastore that return types with arguments of type SetPartitionsStatsResponseModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse>ThriftHiveMetastore.AsyncProcessor.update_partition_column_statistics_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse>ThriftHiveMetastore.AsyncProcessor.update_table_column_statistics_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type SetPartitionsStatsResponseModifier and TypeMethodDescriptionintSetPartitionsStatsResponse.compareTo(SetPartitionsStatsResponse other) booleanSetPartitionsStatsResponse.equals(SetPartitionsStatsResponse that) ThriftHiveMetastore.update_partition_column_statistics_req_result.setSuccess(SetPartitionsStatsResponse success) ThriftHiveMetastore.update_table_column_statistics_req_result.setSuccess(SetPartitionsStatsResponse success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type SetPartitionsStatsResponseModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncProcessor.update_partition_column_statistics_req.start(I iface, ThriftHiveMetastore.update_partition_column_statistics_req_args args, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) voidThriftHiveMetastore.AsyncProcessor.update_table_column_statistics_req.start(I iface, ThriftHiveMetastore.update_table_column_statistics_req_args args, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) voidThriftHiveMetastore.AsyncClient.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) voidThriftHiveMetastore.AsyncClient.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type SetPartitionsStatsResponseModifierConstructorDescriptionPerforms a deep copy on other.update_partition_column_statistics_req_result(SetPartitionsStatsResponse success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4) update_table_column_statistics_req_result(SetPartitionsStatsResponse success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4) Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type SetPartitionsStatsResponseModifierConstructorDescriptionupdate_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)