@Configuration
@Inject(value="${seata.client.rm}",
required=false)
public class RmProperties
extends Object
| Constructor and Description |
|---|
RmProperties() |
public int getAsyncCommitBufferLimit()
public RmProperties setAsyncCommitBufferLimit(int asyncCommitBufferLimit)
public int getReportRetryCount()
public RmProperties setReportRetryCount(int reportRetryCount)
public boolean isTableMetaCheckEnable()
public RmProperties setTableMetaCheckEnable(boolean tableMetaCheckEnable)
public boolean isReportSuccessEnable()
public RmProperties setReportSuccessEnable(boolean reportSuccessEnable)
public boolean isSagaBranchRegisterEnable()
public void setSagaBranchRegisterEnable(boolean sagaBranchRegisterEnable)
public String getSagaJsonParser()
public void setSagaJsonParser(String sagaJsonParser)
public long getTableMetaCheckerInterval()
public void setTableMetaCheckerInterval(long tableMetaCheckerInterval)
public boolean isSagaRetryPersistModeUpdate()
public void setSagaRetryPersistModeUpdate(boolean sagaRetryPersistModeUpdate)
public boolean isSagaCompensatePersistModeUpdate()
public void setSagaCompensatePersistModeUpdate(boolean sagaCompensatePersistModeUpdate)
public int getTccActionInterceptorOrder()
public RmProperties setTccActionInterceptorOrder(int tccActionInterceptorOrder)
public String getSqlParserType()
public RmProperties setSqlParserType(String sqlParserType)
public int getBranchExecutionTimeoutXA()
public void setBranchExecutionTimeoutXA(int branchExecutionTimeoutXA)
public int getConnectionTwoPhaseHoldTimeoutXA()
public void setConnectionTwoPhaseHoldTimeoutXA(int connectionTwoPhaseHoldTimeoutXA)
public Boolean getApplicationDataLimitCheck()
public void setApplicationDataLimitCheck(Boolean applicationDataLimitCheck)
public Integer getApplicationDataLimit()
public void setApplicationDataLimit(Integer applicationDataLimit)
Copyright © 2025. All rights reserved.