public abstract class AbstractTransactionStoreManager extends Object implements TransactionStoreManager
TransactionStoreManager.LogOperation| 构造器和说明 |
|---|
AbstractTransactionStoreManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteSessionpublic GlobalSession readSession(String xid)
TransactionStoreManagerreadSession 在接口中 TransactionStoreManagerxid - the xidpublic GlobalSession readSession(String xid, boolean withBranchSessions)
TransactionStoreManagerreadSession 在接口中 TransactionStoreManagerxid - the xidwithBranchSessions - the withBranchSessionspublic List<GlobalSession> readSession(GlobalStatus[] statuses, boolean withBranchSessions)
TransactionStoreManagerreadSession 在接口中 TransactionStoreManagerstatuses - the statuseswithBranchSessions - the withBranchSessionspublic List<GlobalSession> readSession(SessionCondition sessionCondition)
TransactionStoreManagerreadSession 在接口中 TransactionStoreManagersessionCondition - the session conditionpublic void shutdown()
TransactionStoreManagershutdown 在接口中 TransactionStoreManagerCopyright © 2022 Seata. All rights reserved.