Uses of Class
io.trino.hive.thrift.metastore.HeartbeatRequest
-
Uses of HeartbeatRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return HeartbeatRequestModifier and TypeMethodDescriptionHeartbeatRequest.deepCopy()ThriftHiveMetastore.heartbeat_args.getIds()HeartbeatRequest.setLockid(long lockid) HeartbeatRequest.setTxnid(long txnid) Methods in io.trino.hive.thrift.metastore with parameters of type HeartbeatRequestModifier and TypeMethodDescriptionintHeartbeatRequest.compareTo(HeartbeatRequest other) booleanHeartbeatRequest.equals(HeartbeatRequest that) voidThriftHiveMetastore.AsyncClient.heartbeat(HeartbeatRequest ids, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.heartbeat(HeartbeatRequest ids, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.heartbeat(HeartbeatRequest ids) voidThriftHiveMetastore.Iface.heartbeat(HeartbeatRequest ids) voidThriftHiveMetastore.Client.sendHeartbeat(HeartbeatRequest ids) ThriftHiveMetastore.heartbeat_args.setIds(HeartbeatRequest ids) Constructors in io.trino.hive.thrift.metastore with parameters of type HeartbeatRequestModifierConstructorDescriptionheartbeat_call(HeartbeatRequest ids, 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) HeartbeatRequest(HeartbeatRequest other) Performs a deep copy on other.