gpt4 book ai didi

org.objectweb.howl.log.xa.XACommittingTx.setLogKey()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-21 17:29:05 27 4
gpt4 key购买 nike

本文整理了Java中org.objectweb.howl.log.xa.XACommittingTx.setLogKey()方法的一些代码示例,展示了XACommittingTx.setLogKey()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XACommittingTx.setLogKey()方法的具体详情如下:
包路径:org.objectweb.howl.log.xa.XACommittingTx
类名称:XACommittingTx
方法名:setLogKey

XACommittingTx.setLogKey介绍

[英]sets the log key associated with the COMMIT record for this transaction.

also updates LogKeyBytes with byte[] form of logKey for subsequent recording in XADONE record.
[中]设置与此事务的提交记录关联的日志密钥。
还使用字节[]形式的logKey更新LogKeyBytes,以便在XADONE记录中进行后续记录。

代码示例

代码示例来源:origin: apache/felix

tx.setLogKey(lr.key);

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl

tx.setLogKey(lr.key);

代码示例来源:origin: org.apache.servicemix.transaction/org.apache.servicemix.transaction

tx.setLogKey(lr.key);

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl

tx.setLogKey(0); // prevent duplicate entries in log BUG: 303907 
availableTx[atxPut] = tx;
atxPut = (atxPut + 1) % activeTx.length;

代码示例来源:origin: apache/felix

tx.setLogKey(0); // prevent duplicate entries in log BUG: 303907 
availableTx[atxPut] = tx;
atxPut = (atxPut + 1) % activeTx.length;

代码示例来源:origin: org.apache.servicemix.transaction/org.apache.servicemix.transaction

tx.setLogKey(0); // prevent duplicate entries in log BUG: 303907 
availableTx[atxPut] = tx;
atxPut = (atxPut + 1) % activeTx.length;

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl

tx.setLogKey(key);
tx.setRecord(record);
tx.setDone(false);

代码示例来源:origin: org.apache.servicemix.transaction/org.apache.servicemix.transaction

tx.setLogKey(key);
tx.setRecord(record);
tx.setDone(false);

代码示例来源:origin: apache/felix

tx.setLogKey(key);
tx.setRecord(record);
tx.setDone(false);

代码示例来源:origin: apache/felix

tx.setLogKey(txKey);
tx.setMoving(false);

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl

tx.setLogKey(txKey);
tx.setMoving(false);

代码示例来源:origin: org.apache.servicemix.transaction/org.apache.servicemix.transaction

tx.setLogKey(txKey);
tx.setMoving(false);

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com