Uses of Class
io.trino.hive.thrift.metastore.RuntimeStat
-
Uses of RuntimeStat in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return RuntimeStatModifier and TypeMethodDescriptionRuntimeStat.deepCopy()ThriftHiveMetastore.add_runtime_stats_args.getStat()RuntimeStat.setCreateTime(int createTime) RuntimeStat.setPayload(byte[] payload) RuntimeStat.setPayload(ByteBuffer payload) RuntimeStat.setWeight(int weight) Methods in io.trino.hive.thrift.metastore that return types with arguments of type RuntimeStatModifier and TypeMethodDescriptionThriftHiveMetastore.AsyncClient.get_runtime_stats_call.getResult()org.apache.thrift.async.AsyncMethodCallback<List<RuntimeStat>>ThriftHiveMetastore.AsyncProcessor.get_runtime_stats.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.Client.getRuntimeStats(GetRuntimeStatsRequest rqst) ThriftHiveMetastore.Iface.getRuntimeStats(GetRuntimeStatsRequest rqst) ThriftHiveMetastore.get_runtime_stats_result.getSuccess()ThriftHiveMetastore.get_runtime_stats_result.getSuccessIterator()ThriftHiveMetastore.Client.recvGetRuntimeStats()Methods in io.trino.hive.thrift.metastore with parameters of type RuntimeStatModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addRuntimeStats(RuntimeStat stat, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.addRuntimeStats(RuntimeStat stat, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.addRuntimeStats(RuntimeStat stat) voidThriftHiveMetastore.Iface.addRuntimeStats(RuntimeStat stat) voidThriftHiveMetastore.get_runtime_stats_result.addToSuccess(RuntimeStat elem) intRuntimeStat.compareTo(RuntimeStat other) booleanRuntimeStat.equals(RuntimeStat that) voidThriftHiveMetastore.Client.sendAddRuntimeStats(RuntimeStat stat) ThriftHiveMetastore.add_runtime_stats_args.setStat(RuntimeStat stat) Method parameters in io.trino.hive.thrift.metastore with type arguments of type RuntimeStatModifier and TypeMethodDescriptionvoidThriftHiveMetastore.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.get_runtime_stats_result.setSuccess(List<RuntimeStat> success) voidThriftHiveMetastore.AsyncProcessor.get_runtime_stats.start(I iface, ThriftHiveMetastore.get_runtime_stats_args args, org.apache.thrift.async.AsyncMethodCallback<List<RuntimeStat>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type RuntimeStatModifierConstructorDescriptionadd_runtime_stats_call(RuntimeStat stat, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) RuntimeStat(RuntimeStat other) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type RuntimeStatModifierConstructorDescriptionget_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) get_runtime_stats_result(List<RuntimeStat> success, MetaException o1)