- 使用 Spring Initializr 创建 Spring Boot 应用程序
- 在Spring Boot中配置Cassandra
- 在 Spring Boot 上配置 Tomcat 连接池
- 将Camel消息路由到嵌入WildFly的Artemis上
本文整理了Java中com.arjuna.ats.jta.recovery.XARecoveryResource.recoverable()
方法的一些代码示例,展示了XARecoveryResource.recoverable()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XARecoveryResource.recoverable()
方法的具体详情如下:
包路径:com.arjuna.ats.jta.recovery.XARecoveryResource
类名称:XARecoveryResource
方法名:recoverable
[英]If we don't have an XAResource then we cannot recover at this stage. The XAResource will have to be provided for us and then we can retry. Because recovery happens periodically, it is possible that it takes a snapshot of a transaction that is still running and will vanish from the log anyway. If that happens, then we don't need to (and can't) run recovery on it.
[中]如果我们没有资源,那么我们在这个阶段就无法恢复。必须为我们提供XAResource,然后我们可以重试。因为恢复是周期性的,所以它可能会对仍在运行的事务进行快照,并且无论如何都会从日志中消失。如果发生这种情况,那么我们就不需要(也不能)对其运行恢复。
代码示例来源:origin: org.jboss.jbossts.jta/narayana-jta
switch (record.recoverable())
代码示例来源:origin: org.jboss.jbossts/jbossjta
switch (record.recoverable())
代码示例来源:origin: jbosstm/narayana
switch (record.recoverable())
代码示例来源:origin: org.jboss.narayana.jta/jta
switch (record.recoverable())
代码示例来源:origin: org.jboss.narayana.jts/narayana-jts-idlj
switch (record.recoverable())
代码示例来源:origin: jbosstm/narayana
switch (record.recoverable())
代码示例来源:origin: jboss.jbossts/jbossjts
switch (record.recoverable())
本文整理了Java中com.arjuna.ats.jta.recovery.XARecoveryResource.recoverable()方法的一些代码示例,展示了XARecoveryResourc
本文整理了Java中com.arjuna.ats.jta.recovery.XARecoveryResource.getXid()方法的一些代码示例,展示了XARecoveryResource.get
本文整理了Java中com.arjuna.ats.jta.recovery.XARecoveryResource.get_uid()方法的一些代码示例,展示了XARecoveryResource.ge
本文整理了Java中com.arjuna.ats.jta.recovery.XARecoveryResource.recover()方法的一些代码示例,展示了XARecoveryResource.re
我是一名优秀的程序员,十分优秀!