Uses of Class
io.trino.hive.thrift.metastore.TableStatsResult
-
Uses of TableStatsResult in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TableStatsResultModifier and TypeMethodDescriptionTableStatsResult.deepCopy()ThriftHiveMetastore.AsyncClient.get_table_statistics_req_call.getResult()ThriftHiveMetastore.get_table_statistics_req_result.getSuccess()ThriftHiveMetastore.Client.getTableStatisticsReq(TableStatsRequest request) ThriftHiveMetastore.Iface.getTableStatisticsReq(TableStatsRequest request) ThriftHiveMetastore.Client.recvGetTableStatisticsReq()TableStatsResult.setTableStats(List<ColumnStatisticsObj> tableStats) Methods in io.trino.hive.thrift.metastore that return types with arguments of type TableStatsResultModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<TableStatsResult>ThriftHiveMetastore.AsyncProcessor.get_table_statistics_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type TableStatsResultModifier and TypeMethodDescriptionintTableStatsResult.compareTo(TableStatsResult other) booleanTableStatsResult.equals(TableStatsResult that) ThriftHiveMetastore.get_table_statistics_req_result.setSuccess(TableStatsResult success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type TableStatsResultModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getTableStatisticsReq(TableStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler) voidThriftHiveMetastore.AsyncIface.getTableStatisticsReq(TableStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_table_statistics_req.start(I iface, ThriftHiveMetastore.get_table_statistics_req_args args, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type TableStatsResultModifierConstructorDescriptionget_table_statistics_req_result(TableStatsResult success, NoSuchObjectException o1, MetaException o2) TableStatsResult(TableStatsResult other) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type TableStatsResultModifierConstructorDescriptionget_table_statistics_req_call(TableStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)