| Package | Description |
|---|---|
| io.seata.core.model | |
| io.seata.core.protocol.transaction | |
| io.seata.rm | |
| io.seata.rm.datasource | |
| io.seata.rm.datasource.xa | |
| io.seata.rm.tcc | |
| io.seata.saga.rm | |
| io.seata.saga.tm |
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
ResourceManagerInbound.branchCommit(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
Commit a branch transaction.
|
BranchStatus |
ResourceManagerInbound.branchRollback(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
Rollback a branch transaction.
|
static BranchStatus |
BranchStatus.get(byte code)
Get branch status.
|
static BranchStatus |
BranchStatus.get(int code)
Get branch status.
|
static BranchStatus |
BranchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchStatus[] |
BranchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceManagerOutbound.branchReport(BranchType branchType,
String xid,
long branchId,
BranchStatus status,
String applicationData)
Branch report.
|
| Modifier and Type | Field and Description |
|---|---|
protected BranchStatus |
AbstractBranchEndResponse.branchStatus
The Branch status.
|
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
AbstractBranchEndResponse.getBranchStatus()
Gets branch status.
|
BranchStatus |
BranchReportRequest.getStatus()
Gets status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBranchEndResponse.setBranchStatus(BranchStatus branchStatus)
Sets branch status.
|
void |
BranchReportRequest.setStatus(BranchStatus status)
Sets status.
|
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
DefaultResourceManager.branchCommit(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData) |
BranchStatus |
DefaultResourceManager.branchRollback(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData) |
static BranchStatus |
BaseDataSourceResource.getBranchStatus(String xaBranchXid) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultResourceManager.branchReport(BranchType branchType,
String xid,
long branchId,
BranchStatus status,
String applicationData) |
void |
AbstractResourceManager.branchReport(BranchType branchType,
String xid,
long branchId,
BranchStatus status,
String applicationData)
report branch status
|
static void |
BaseDataSourceResource.setBranchStatus(String xaBranchXid,
BranchStatus branchStatus) |
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
DataSourceManager.branchCommit(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData) |
BranchStatus |
AsyncWorker.branchCommit(String xid,
long branchId,
String resourceId) |
BranchStatus |
DataSourceManager.branchRollback(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData) |
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
ResourceManagerXA.branchCommit(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData) |
BranchStatus |
ResourceManagerXA.branchRollback(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData) |
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
TCCResourceManager.branchCommit(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
TCC branch commit
|
BranchStatus |
TCCResourceManager.branchRollback(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
TCC branch rollback
|
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
SagaResourceManager.branchCommit(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
SAGA branch commit
|
BranchStatus |
SagaResourceManager.branchRollback(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
SAGA branch rollback
|
| Modifier and Type | Method and Description |
|---|---|
void |
SagaTransactionalTemplate.branchReport(String xid,
long branchId,
BranchStatus status,
String applicationData) |
void |
DefaultSagaTransactionalTemplate.branchReport(String xid,
long branchId,
BranchStatus status,
String applicationData) |
Copyright © 2023 Seata. All rights reserved.