Uses of Class
io.trino.hive.thrift.metastore.GetRuntimeStatsRequest
-
Uses of GetRuntimeStatsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetRuntimeStatsRequestModifier and TypeMethodDescriptionGetRuntimeStatsRequest.deepCopy()ThriftHiveMetastore.get_runtime_stats_args.getRqst()GetRuntimeStatsRequest.setMaxCreateTime(int maxCreateTime) GetRuntimeStatsRequest.setMaxWeight(int maxWeight) Methods in io.trino.hive.thrift.metastore with parameters of type GetRuntimeStatsRequestModifier and TypeMethodDescriptionintGetRuntimeStatsRequest.compareTo(GetRuntimeStatsRequest other) booleanGetRuntimeStatsRequest.equals(GetRuntimeStatsRequest that) voidThriftHiveMetastore.AsyncClient.getRuntimeStats(GetRuntimeStatsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<List<RuntimeStat>> resultHandler) voidThriftHiveMetastore.AsyncIface.getRuntimeStats(GetRuntimeStatsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<List<RuntimeStat>> resultHandler) ThriftHiveMetastore.Client.getRuntimeStats(GetRuntimeStatsRequest rqst) ThriftHiveMetastore.Iface.getRuntimeStats(GetRuntimeStatsRequest rqst) voidThriftHiveMetastore.Client.sendGetRuntimeStats(GetRuntimeStatsRequest rqst) ThriftHiveMetastore.get_runtime_stats_args.setRqst(GetRuntimeStatsRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type GetRuntimeStatsRequestModifierConstructorDescriptionget_runtime_stats_call(GetRuntimeStatsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<List<RuntimeStat>> 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.