public interface TransactionStoreManager
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
TransactionStoreManager.LogOperation
The enum Log operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GlobalSession> |
readSession(GlobalStatus[] statuses,
boolean withBranchSessions)
Read session global session.
|
List<GlobalSession> |
readSession(SessionCondition sessionCondition)
Read session by status list.
|
GlobalSession |
readSession(String xid)
Read global session global session.
|
GlobalSession |
readSession(String xid,
boolean withBranchSessions)
Read session global session.
|
void |
shutdown()
Shutdown.
|
boolean |
writeSession(TransactionStoreManager.LogOperation logOperation,
SessionStorable session)
Write session boolean.
|
boolean writeSession(TransactionStoreManager.LogOperation logOperation, SessionStorable session)
logOperation - the log operationsession - the sessionGlobalSession readSession(String xid)
xid - the xidGlobalSession readSession(String xid, boolean withBranchSessions)
xid - the xidwithBranchSessions - the withBranchSessionsList<GlobalSession> readSession(GlobalStatus[] statuses, boolean withBranchSessions)
statuses - the statuseswithBranchSessions - the withBranchSessionsList<GlobalSession> readSession(SessionCondition sessionCondition)
sessionCondition - the session conditionvoid shutdown()
Copyright © 2022 Seata. All rights reserved.