Uses of Class
io.trino.hive.thrift.metastore.TxnInfo
-
Uses of TxnInfo in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TxnInfoModifier and TypeMethodDescriptionTxnInfo.deepCopy()TxnInfo.setAgentInfo(String agentInfo) TxnInfo.setHeartbeatCount(int heartbeatCount) TxnInfo.setHostname(String hostname) TxnInfo.setId(long id) TxnInfo.setLastHeartbeatTime(long lastHeartbeatTime) TxnInfo.setMetaInfo(String metaInfo) TxnInfo.setStartedTime(long startedTime) Methods in io.trino.hive.thrift.metastore that return types with arguments of type TxnInfoModifier and TypeMethodDescriptionGetOpenTxnsInfoResponse.getOpenTxns()GetOpenTxnsInfoResponse.getOpenTxnsIterator()Methods in io.trino.hive.thrift.metastore with parameters of type TxnInfoModifier and TypeMethodDescriptionvoidGetOpenTxnsInfoResponse.addToOpenTxns(TxnInfo elem) intbooleanMethod parameters in io.trino.hive.thrift.metastore with type arguments of type TxnInfoConstructors in io.trino.hive.thrift.metastore with parameters of type TxnInfoConstructor parameters in io.trino.hive.thrift.metastore with type arguments of type TxnInfoModifierConstructorDescriptionGetOpenTxnsInfoResponse(long txn_high_water_mark, List<TxnInfo> open_txns)