跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractCheckAuthHandler - io.seata.server.auth中的类
 
AbstractCheckAuthHandler() - 类 的构造器io.seata.server.auth.AbstractCheckAuthHandler
 
AbstractCore - io.seata.server.coordinator中的类
The type abstract core.
AbstractCore(RemotingServer) - 类 的构造器io.seata.server.coordinator.AbstractCore
 
AbstractLockManager - io.seata.server.lock中的类
The type Abstract lock manager.
AbstractLockManager() - 类 的构造器io.seata.server.lock.AbstractLockManager
 
AbstractSessionManager - io.seata.server.session中的类
The type Abstract session manager.
AbstractSessionManager() - 类 的构造器io.seata.server.session.AbstractSessionManager
Instantiates a new Abstract session manager.
AbstractSessionManager(String) - 类 的构造器io.seata.server.session.AbstractSessionManager
Instantiates a new Abstract session manager.
AbstractTCInboundHandler - io.seata.server中的类
The type Abstract tc inbound handler.
AbstractTCInboundHandler() - 类 的构造器io.seata.server.AbstractTCInboundHandler
 
AbstractTransactionStoreManager - io.seata.server.store中的类
The type Abstract transaction store manager.
AbstractTransactionStoreManager() - 类 的构造器io.seata.server.store.AbstractTransactionStoreManager
 
acquireDistributedLock(String) - 类 中的静态方法io.seata.server.session.SessionHolder
acquire lock
acquireLock(BranchSession) - 类 中的方法io.seata.server.lock.AbstractLockManager
 
acquireLock(BranchSession, boolean, boolean) - 类 中的方法io.seata.server.lock.AbstractLockManager
 
acquireLock(BranchSession) - 接口 中的方法io.seata.server.lock.LockManager
Acquire lock boolean.
acquireLock(BranchSession, boolean, boolean) - 接口 中的方法io.seata.server.lock.LockManager
Acquire lock boolean.
acquireLock(DistributedLockDO) - 类 中的方法io.seata.server.storage.db.lock.DataBaseDistributedLocker
 
acquireLock(List<RowLock>) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
 
acquireLock(List<RowLock>, boolean, boolean) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
 
acquireLock(LockDO) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
acquireLock(List<LockDO>) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
acquireLock(List<LockDO>, boolean, boolean) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
acquireLock(List<RowLock>) - 类 中的方法io.seata.server.storage.file.lock.FileLocker
 
acquireLock(List<RowLock>, boolean, boolean) - 类 中的方法io.seata.server.storage.file.lock.FileLocker
 
acquireLock(DistributedLockDO) - 类 中的方法io.seata.server.storage.redis.lock.RedisDistributedLocker
Acquire the distributed lock
acquireLock(List<RowLock>) - 类 中的方法io.seata.server.storage.redis.lock.RedisLocker
 
acquireLock(List<RowLock>, boolean, boolean) - 类 中的方法io.seata.server.storage.redis.lock.RedisLocker
 
add(BranchSession) - 类 中的方法io.seata.server.session.GlobalSession
Add boolean.
addBranch(BranchSession) - 类 中的方法io.seata.server.session.GlobalSession
 
addBranch(BranchSession) - 接口 中的方法io.seata.server.session.SessionLifecycle
Add branch.
addBranchSession(GlobalSession, BranchSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
addBranchSession(GlobalSession, BranchSession) - 接口 中的方法io.seata.server.session.SessionManager
Add branch session.
addBranchSession(GlobalSession, BranchSession) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
addBranchSession(GlobalSession, BranchSession) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
addDisposable(Disposable) - 类 中的静态方法io.seata.server.ServerRunner
 
addGlobalSession(GlobalSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
addGlobalSession(GlobalSession) - 接口 中的方法io.seata.server.session.SessionManager
Add global session.
addGlobalSession(GlobalSession) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
addGlobalSession(GlobalSession) - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
addGlobalSession(GlobalSession) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
addSessionLifecycleListener(SessionLifecycleListener) - 类 中的方法io.seata.server.session.GlobalSession
Add session lifecycle listener.
allSessions() - 接口 中的方法io.seata.server.session.SessionManager
All sessions collection.
allSessions() - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
allSessions() - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
allSessions() - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
ASYNC_COMMITTING_RETRY_PERIOD - 类 中的静态变量io.seata.server.coordinator.DefaultCoordinator
The constant ASYNC_COMMITTING_RETRY_PERIOD.
ASYNC_COMMITTING_SESSION_MANAGER_NAME - 类 中的静态变量io.seata.server.session.SessionHolder
The constant ASYNC_COMMITTING_SESSION_MANAGER_NAME.
asyncCommit() - 类 中的方法io.seata.server.session.GlobalSession
 
ATCore - io.seata.server.transaction.at中的类
The type at core.
ATCore(RemotingServer) - 类 的构造器io.seata.server.transaction.at.ATCore
 

B

begin(String, String, String, int) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
begin(String, String, String, int) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
begin() - 类 中的方法io.seata.server.session.GlobalSession
 
begin() - 接口 中的方法io.seata.server.session.SessionLifecycle
Begin.
branchCommit(GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchCommit(GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
branchCommit(GlobalSession, BranchSession) - 接口 中的方法io.seata.server.coordinator.TransactionCoordinatorOutbound
Commit a branch transaction.
branchCommitSend(BranchCommitRequest, GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchCommitSend(BranchCommitRequest, GlobalSession, BranchSession) - 类 中的方法io.seata.server.transaction.saga.SagaCore
 
branchMap - 类 中的静态变量io.seata.server.storage.redis.store.RedisTransactionStoreManager
Map for LogOperation Branch Operation
branchRegister(BranchType, String, String, String, String, String) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchRegister(BranchType, String, String, String, String, String) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
branchReport(BranchType, String, long, BranchStatus, String) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchReport(BranchType, String, long, BranchStatus, String) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
branchReport(BranchType, String, long, BranchStatus, String) - 类 中的方法io.seata.server.transaction.xa.XACore
 
branchRollback(GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchRollback(GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
branchRollback(GlobalSession, BranchSession) - 接口 中的方法io.seata.server.coordinator.TransactionCoordinatorOutbound
Rollback a branch transaction.
branchRollbackSend(BranchRollbackRequest, GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchRollbackSend(BranchRollbackRequest, GlobalSession, BranchSession) - 类 中的方法io.seata.server.transaction.saga.SagaCore
 
BranchSession - io.seata.server.session中的类
The type Branch session.
BranchSession() - 类 的构造器io.seata.server.session.BranchSession
 
branchSession - 类 中的变量io.seata.server.storage.file.lock.FileLocker
The Branch session.
BranchSessionController - io.seata.server.console.controller中的类
Branch Session Controller
BranchSessionController() - 类 的构造器io.seata.server.console.controller.BranchSessionController
 
BranchSessionDBServiceImpl - io.seata.server.console.impl.db中的类
Branch Session DataBase ServiceImpl
BranchSessionDBServiceImpl() - 类 的构造器io.seata.server.console.impl.db.BranchSessionDBServiceImpl
 
BranchSessionFileServiceImpl - io.seata.server.console.impl.file中的类
Branch Session File ServiceImpl
BranchSessionFileServiceImpl() - 类 的构造器io.seata.server.console.impl.file.BranchSessionFileServiceImpl
 
BranchSessionHandler - io.seata.server.session中的接口
The Functional Interface Branch session handler
branchSessionLock(GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchSessionLock(GlobalSession, BranchSession) - 类 中的方法io.seata.server.transaction.at.ATCore
 
BranchSessionRedisServiceImpl - io.seata.server.console.impl.redis中的类
Branch Session Redis ServiceImpl
BranchSessionRedisServiceImpl() - 类 的构造器io.seata.server.console.impl.redis.BranchSessionRedisServiceImpl
 
BranchSessionService - io.seata.server.console.service中的接口
Branch session service
branchSessionUnlock(BranchSession) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
branchSessionUnlock(BranchSession) - 类 中的方法io.seata.server.transaction.at.ATCore
 
BranchSessionVO - io.seata.server.console.vo中的类
BranchSessionVO
BranchSessionVO() - 类 的构造器io.seata.server.console.vo.BranchSessionVO
 
BranchSessionVO(String, Long, Long, String, String, String, Integer, String, String) - 类 的构造器io.seata.server.console.vo.BranchSessionVO
 
branchTable - 类 中的变量io.seata.server.storage.db.store.LogStoreDataBaseDAO
The Branch table.
BucketLockMap() - 类 的构造器io.seata.server.storage.file.lock.FileLocker.BucketLockMap
 

C

call() - 接口 中的方法io.seata.server.session.GlobalSession.LockCallable
 
call() - 接口 中的方法io.seata.server.session.SessionHolder.NoArgsFunc
 
canBeCommittedAsync() - 类 中的方法io.seata.server.session.BranchSession
 
canBeCommittedAsync() - 类 中的方法io.seata.server.session.GlobalSession
Can be committed async boolean.
changeBranchStatus(BranchSession, BranchStatus) - 类 中的方法io.seata.server.session.GlobalSession
 
changeBranchStatus(BranchSession, BranchStatus) - 接口 中的方法io.seata.server.session.SessionLifecycle
Change branch status.
changeGlobalStatus(GlobalStatus) - 类 中的方法io.seata.server.session.GlobalSession
 
changeGlobalStatus(GlobalStatus) - 接口 中的方法io.seata.server.session.SessionLifecycle
Change status.
checkLockable(Connection, List<LockDO>) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
Check lock boolean.
clean() - 类 中的方法io.seata.server.session.GlobalSession
 
cleanAllLocks() - 类 中的方法io.seata.server.lock.AbstractLockManager
 
cleanAllLocks() - 接口 中的方法io.seata.server.lock.LockManager
Clean all locks.
cleanAllLocks() - 类 中的方法io.seata.server.storage.file.lock.FileLocker
 
cleanLocker() - 类 中的静态方法io.seata.server.lock.distributed.DistributedLockerFactory
 
cleanUp() - 类 中的方法io.seata.server.ParameterParser
Clean up.
close() - 类 中的方法io.seata.server.session.GlobalSession
 
close() - 接口 中的方法io.seata.server.session.SessionLifecycle
Close.
closeAndClean() - 类 中的方法io.seata.server.session.GlobalSession
Close and clean.
collectRowLocks(BranchSession) - 类 中的方法io.seata.server.lock.AbstractLockManager
 
collectRowLocks(String, String, String) - 类 中的方法io.seata.server.lock.AbstractLockManager
Collect row locks list.
collectRowLocks(String, String, String, Long, Long) - 类 中的方法io.seata.server.lock.AbstractLockManager
Collect row locks list.
collectRowLocks(BranchSession) - 接口 中的方法io.seata.server.lock.LockManager
Collect row locks list
commit(String) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
commit(String) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
COMMITTING_RETRY_PERIOD - 类 中的静态变量io.seata.server.coordinator.DefaultCoordinator
The constant COMMITTING_RETRY_PERIOD.
compareTo(BranchSession) - 类 中的方法io.seata.server.session.BranchSession
 
CONFIG - 类 中的静态变量io.seata.server.session.SessionHolder
The constant CONFIG.
CONFIG - 类 中的静态变量io.seata.server.storage.db.lock.LockStoreDataBaseDAO
The constant CONFIG.
CONFIG - 类 中的静态变量io.seata.server.storage.db.store.DataBaseTransactionStoreManager
The constant CONFIG.
CONFIG - 类 中的静态变量io.seata.server.storage.db.store.LogStoreDataBaseDAO
The constant CONFIG.
ContainerHelper - io.seata.server.env中的类
 
ContainerHelper() - 类 的构造器io.seata.server.env.ContainerHelper
 
CONTINUE - 接口 中的静态变量io.seata.server.session.BranchSessionHandler
 
convert(ResultSet) - 类 中的静态方法io.seata.server.console.vo.BranchSessionVO
 
convert(List<RowLock>) - 类 中的静态方法io.seata.server.console.vo.GlobalLockVO
convert RowLock list to GlobalLockVO list
convert(RowLock) - 类 中的静态方法io.seata.server.console.vo.GlobalLockVO
convert RowLock to GlobalLockVO
convert(ResultSet) - 类 中的静态方法io.seata.server.console.vo.GlobalLockVO
 
convert(ResultSet) - 类 中的静态方法io.seata.server.console.vo.GlobalSessionVO
 
convertBranchSession(BranchTransactionDO) - 类 中的静态方法io.seata.server.storage.SessionConverter
 
convertBranchSession(List<BranchSession>) - 类 中的静态方法io.seata.server.storage.SessionConverter
convert BranchSession to BranchSessionVO
convertBranchTransactionDO(SessionStorable) - 类 中的静态方法io.seata.server.storage.SessionConverter
 
convertGlobalSession(GlobalTransactionDO, boolean) - 类 中的静态方法io.seata.server.storage.SessionConverter
 
convertGlobalSession(GlobalTransactionDO) - 类 中的静态方法io.seata.server.storage.SessionConverter
 
convertGlobalSession(List<GlobalSession>) - 类 中的静态方法io.seata.server.storage.SessionConverter
convert GlobalSession to GlobalSessionVO
convertGlobalTransactionDO(SessionStorable) - 类 中的静态方法io.seata.server.storage.SessionConverter
 
converToBranchSession(List<BranchSession>) - 类 中的静态方法io.seata.server.storage.SessionConverter
 
convertToGlobalSessionVo(List<GlobalSessionVO>, List<GlobalSession>) - 类 中的静态方法io.seata.server.storage.SessionConverter
 
Core - io.seata.server.coordinator中的接口
The interface Core.
countByGlobalSessions(GlobalStatus[]) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
count GlobalSession total by status
COUNTER_ACTIVE - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
COUNTER_AFTER_COMMITTED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
COUNTER_AFTER_ROLLBACKED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
COUNTER_COMMITTED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
COUNTER_ROLLBACKED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
createGlobalSession(String, String, String, int) - 类 中的静态方法io.seata.server.session.GlobalSession
Create global session global session.

D

DataBaseDistributedLocker - io.seata.server.storage.db.lock中的类
 
DataBaseDistributedLocker() - 类 的构造器io.seata.server.storage.db.lock.DataBaseDistributedLocker
Instantiates a new Log store data base dao.
DataBaseLocker - io.seata.server.storage.db.lock中的类
The type Data base locker.
DataBaseLocker() - 类 的构造器io.seata.server.storage.db.lock.DataBaseLocker
Instantiates a new Data base locker.
DataBaseLocker(DataSource) - 类 的构造器io.seata.server.storage.db.lock.DataBaseLocker
Instantiates a new Data base locker.
DataBaseLockManager - io.seata.server.storage.db.lock中的类
The type db lock manager.
DataBaseLockManager() - 类 的构造器io.seata.server.storage.db.lock.DataBaseLockManager
 
DataBaseSessionManager - io.seata.server.storage.db.session中的类
The Data base session manager.
DataBaseSessionManager() - 类 的构造器io.seata.server.storage.db.session.DataBaseSessionManager
Instantiates a new Data base session manager.
DataBaseSessionManager(String) - 类 的构造器io.seata.server.storage.db.session.DataBaseSessionManager
Instantiates a new Data base session manager.
DataBaseTransactionStoreManager - io.seata.server.storage.db.store中的类
The type Database transaction store manager.
DbcpDataSourceProvider - io.seata.server.store中的类
The dbcp datasource provider
DbcpDataSourceProvider() - 类 的构造器io.seata.server.store.DbcpDataSourceProvider
 
dbType - 类 中的变量io.seata.server.storage.db.lock.LockStoreDataBaseDAO
The Db type.
decode(byte[]) - 类 中的方法io.seata.server.session.BranchSession
 
decode(byte[]) - 类 中的方法io.seata.server.session.GlobalSession
 
decode(byte[]) - 类 中的方法io.seata.server.storage.file.TransactionWriteStore
 
decode(byte[]) - 接口 中的方法io.seata.server.store.SessionStorable
Decode.
DEFAULT_SESSION_STORE_FILE_DIR - 类 中的静态变量io.seata.server.session.SessionHolder
The default session store dir
DefaultCheckAuthHandler - io.seata.server.auth中的类
 
DefaultCheckAuthHandler() - 类 的构造器io.seata.server.auth.DefaultCheckAuthHandler
 
DefaultCoordinator - io.seata.server.coordinator中的类
The type Default coordinator.
DefaultCore - io.seata.server.coordinator中的类
The type Default core.
DefaultCore(RemotingServer) - 类 的构造器io.seata.server.coordinator.DefaultCore
get the Default core.
deleteBranchTransactionDO(BranchTransactionDO) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
deleteGlobalTransactionDO(GlobalTransactionDO) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
destroy() - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
destroy() - 类 中的方法io.seata.server.ServerRunner
 
destroy() - 类 中的方法io.seata.server.session.AbstractSessionManager
 
destroy() - 类 中的静态方法io.seata.server.session.SessionHolder
 
destroy() - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
distributedLockAndExecute(String, SessionHolder.NoArgsFunc) - 类 中的静态方法io.seata.server.session.SessionHolder
Execute the function after get the distribute lock
DistributedLockerFactory - io.seata.server.lock.distributed中的类
 
DistributedLockerFactory() - 类 的构造器io.seata.server.lock.distributed.DistributedLockerFactory
 
doAcquireLock(Connection, LockDO) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
Do acquire lock boolean.
doAcquireLocks(Connection, List<LockDO>) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
Do acquire lock boolean.
doBranchRegister(BranchRegisterRequest, BranchRegisterResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do branch register.
doBranchRegister(BranchRegisterRequest, BranchRegisterResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doBranchRemoveAllAsync(GlobalSession) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Asynchronous remove all branch
doBranchRemoveAsync(GlobalSession, BranchSession) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Asynchronous remove branch
doBranchReport(BranchReportRequest, BranchReportResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do branch report.
doBranchReport(BranchReportRequest, BranchReportResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doGlobalBegin(GlobalBeginRequest, GlobalBeginResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do global begin.
doGlobalBegin(GlobalBeginRequest, GlobalBeginResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doGlobalCommit(GlobalCommitRequest, GlobalCommitResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do global commit.
doGlobalCommit(GlobalSession, boolean) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
doGlobalCommit(GlobalSession, boolean) - 接口 中的方法io.seata.server.coordinator.Core
Do global commit.
doGlobalCommit(GlobalCommitRequest, GlobalCommitResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doGlobalCommit(GlobalSession, boolean) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
doGlobalCommit(GlobalSession, boolean) - 类 中的方法io.seata.server.transaction.saga.SagaCore
 
doGlobalReport(GlobalReportRequest, GlobalReportResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do global report.
doGlobalReport(GlobalSession, String, GlobalStatus) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
doGlobalReport(GlobalSession, String, GlobalStatus) - 接口 中的方法io.seata.server.coordinator.Core
Do global report.
doGlobalReport(GlobalReportRequest, GlobalReportResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doGlobalReport(GlobalSession, String, GlobalStatus) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
doGlobalReport(GlobalSession, String, GlobalStatus) - 类 中的方法io.seata.server.transaction.saga.SagaCore
 
doGlobalRollback(GlobalRollbackRequest, GlobalRollbackResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do global rollback.
doGlobalRollback(GlobalSession, boolean) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
doGlobalRollback(GlobalSession, boolean) - 接口 中的方法io.seata.server.coordinator.Core
Do global rollback.
doGlobalRollback(GlobalRollbackRequest, GlobalRollbackResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doGlobalRollback(GlobalSession, boolean) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
doGlobalRollback(GlobalSession, boolean) - 类 中的方法io.seata.server.transaction.saga.SagaCore
 
doGlobalStatus(GlobalStatusRequest, GlobalStatusResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do global status.
doGlobalStatus(GlobalStatusRequest, GlobalStatusResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doLockCheck(GlobalLockQueryRequest, GlobalLockQueryResponse, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
Do lock check.
doLockCheck(GlobalLockQueryRequest, GlobalLockQueryResponse, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
doRegResourceManagerCheck(RegisterRMRequest) - 类 中的方法io.seata.server.auth.AbstractCheckAuthHandler
 
doRegResourceManagerCheck(RegisterRMRequest) - 类 中的方法io.seata.server.auth.DefaultCheckAuthHandler
 
doRegTransactionManagerCheck(RegisterTMRequest) - 类 中的方法io.seata.server.auth.AbstractCheckAuthHandler
 
doRegTransactionManagerCheck(RegisterTMRequest) - 类 中的方法io.seata.server.auth.DefaultCheckAuthHandler
 
DruidDataSourceProvider - io.seata.server.store中的类
The druid datasource provider
DruidDataSourceProvider() - 类 的构造器io.seata.server.store.DruidDataSourceProvider
 

E

encode() - 类 中的方法io.seata.server.session.BranchSession
 
encode() - 类 中的方法io.seata.server.session.GlobalSession
 
encode() - 类 中的方法io.seata.server.storage.file.TransactionWriteStore
 
encode() - 接口 中的方法io.seata.server.store.SessionStorable
Encode byte [ ].
end() - 类 中的方法io.seata.server.session.GlobalSession
 
end() - 接口 中的方法io.seata.server.session.SessionLifecycle
end.
endCommitFailed(GlobalSession, boolean) - 类 中的静态方法io.seata.server.session.SessionHelper
End commit failed.
endCommitted(GlobalSession, boolean) - 类 中的静态方法io.seata.server.session.SessionHelper
End committed.
endRollbacked(GlobalSession, boolean) - 类 中的静态方法io.seata.server.session.SessionHelper
End rollbacked.
endRollbackFailed(GlobalSession, boolean) - 类 中的静态方法io.seata.server.session.SessionHelper
End rollback failed.
EnhancedLogstashEncoder - io.seata.server.logging.logback.appender中的类
The type Enhanced logstash encoder
EnhancedLogstashEncoder() - 类 的构造器io.seata.server.logging.logback.appender.EnhancedLogstashEncoder
 
equals(Object) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
equals(Object) - 类 中的方法io.seata.server.metrics.MetricsSubscriber
 
equals(Object) - 类 中的方法io.seata.server.storage.file.lock.FileLocker.BucketLockMap
 
EventBusManager - io.seata.server.event中的类
Manager hold the singleton event bus instance.
EventBusManager() - 类 的构造器io.seata.server.event.EventBusManager
 
ExtendedWhitespaceThrowableProxyConverter - io.seata.server.logging.logback中的类
ExtendedThrowableProxyConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter() - 类 的构造器io.seata.server.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 

F

FileLocker - io.seata.server.storage.file.lock中的类
The type Memory locker.
FileLocker(BranchSession) - 类 的构造器io.seata.server.storage.file.lock.FileLocker
Instantiates a new Memory locker.
FileLocker.BucketLockMap - io.seata.server.storage.file.lock中的类
Because bucket lock map will be key of HashMap(lockHolder), however ConcurrentHashMap overwrites Object##hashCode() and Object##equals(Object), that leads to hash key conflict in lockHolder.
FileLockManager - io.seata.server.storage.file.lock中的类
The type file lock manager.
FileLockManager() - 类 的构造器io.seata.server.storage.file.lock.FileLockManager
 
FileSessionManager - io.seata.server.storage.file.session中的类
The type File based session manager.
FileSessionManager(String, String) - 类 的构造器io.seata.server.storage.file.session.FileSessionManager
Instantiates a new File based session manager.
FileTransactionStoreManager - io.seata.server.storage.file.store中的类
The type File transaction store manager.
FileTransactionStoreManager(String, SessionManager) - 类 的构造器io.seata.server.storage.file.store.FileTransactionStoreManager
Instantiates a new File transaction store manager.
findBranchSessionByXid(String) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
 
findDiskMode(String) - 枚举 中的静态方法io.seata.server.storage.file.FlushDiskMode
 
findGlobalSession(String) - 类 中的静态方法io.seata.server.session.SessionHolder
Find global session.
findGlobalSession(String, boolean) - 类 中的静态方法io.seata.server.session.SessionHolder
Find global session.
findGlobalSession(String) - 接口 中的方法io.seata.server.session.SessionManager
Find global session global session.
findGlobalSession(String, boolean) - 接口 中的方法io.seata.server.session.SessionManager
Find global session global session.
findGlobalSession(String) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
findGlobalSession(String, boolean) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
findGlobalSession(String) - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
findGlobalSession(String, boolean) - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
findGlobalSession(String) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
findGlobalSession(String, boolean) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
findGlobalSessionByPage(int, int, boolean) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
query globalSession by page
findGlobalSessions(SessionCondition) - 接口 中的方法io.seata.server.session.SessionManager
Find global sessions list.
findGlobalSessions(SessionCondition) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
findGlobalSessions(SessionCondition) - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
findGlobalSessions(SessionCondition) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
FlushDiskMode - io.seata.server.storage.file中的枚举
 
forEach(Collection<GlobalSession>, GlobalSessionHandler) - 类 中的静态方法io.seata.server.session.SessionHelper
Foreach global sessions.
forEach(Collection<BranchSession>, BranchSessionHandler) - 类 中的静态方法io.seata.server.session.SessionHelper
Foreach branch sessions.

G

generate() - 类 中的方法io.seata.server.store.DbcpDataSourceProvider
 
generate() - 类 中的方法io.seata.server.store.DruidDataSourceProvider
 
generate() - 类 中的方法io.seata.server.store.HikariDataSourceProvider
 
generateUUID() - 类 中的静态方法io.seata.server.UUIDGenerator
generate UUID using snowflake algorithm
get() - 类 中的静态方法io.seata.server.event.EventBusManager
 
get() - 类 中的静态方法io.seata.server.metrics.MetricsManager
 
getApplicationData() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getApplicationData() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getApplicationData() - 类 中的方法io.seata.server.session.BranchSession
Gets application data.
getApplicationData() - 类 中的方法io.seata.server.session.GlobalSession
Gets application data.
getApplicationId() - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
getApplicationId() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getApplicationId() - 类 中的方法io.seata.server.session.GlobalSession
Gets application id.
getAsyncCommittingSessionManager() - 类 中的静态方法io.seata.server.session.SessionHolder
已过时。
getBeginTime() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getBeginTime() - 类 中的方法io.seata.server.session.GlobalSession
Gets begin time.
getBranch(long) - 类 中的方法io.seata.server.session.GlobalSession
Gets branch.
getBranchId() - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
getBranchId() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getBranchId() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getBranchId() - 类 中的方法io.seata.server.session.BranchSession
Gets branch id.
getBranchSessions() - 类 中的方法io.seata.server.session.GlobalSession
 
getBranchSessionVOs() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getBranchType() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getBranchType() - 类 中的方法io.seata.server.session.BranchSession
Gets branch type.
getClientId() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getClientId() - 类 中的方法io.seata.server.session.BranchSession
Gets client id.
getCode() - 枚举 中的方法io.seata.server.store.TransactionStoreManager.LogOperation
Gets code.
getConfig(String) - 类 中的方法io.seata.server.test.TestService
 
getCore(BranchType) - 类 中的方法io.seata.server.coordinator.DefaultCore
get core
getCurrentMaxSessionId(long, long) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
getDistributedLockDO(Connection, String) - 类 中的方法io.seata.server.storage.db.lock.DataBaseDistributedLocker
 
getDistributedLocker(String) - 类 中的静态方法io.seata.server.lock.distributed.DistributedLockerFactory
Get the distributed locker by lockerType
getEnv() - 类 中的静态方法io.seata.server.env.ContainerHelper
Gets env from container.
getFileWriteBufferCacheSize() - 类 中的静态方法io.seata.server.store.StoreConfig
 
getFlushDiskMode() - 类 中的静态方法io.seata.server.store.StoreConfig
 
getGmtCreate() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getGmtCreate() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getGmtCreate() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getGmtModified() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getGmtModified() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getGmtModified() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getHandleBranchType() - 类 中的方法io.seata.server.coordinator.AbstractCore
 
getHandleBranchType() - 类 中的方法io.seata.server.transaction.at.ATCore
 
getHandleBranchType() - 类 中的方法io.seata.server.transaction.saga.SagaCore
 
getHandleBranchType() - 类 中的方法io.seata.server.transaction.tcc.TccCore
 
getHandleBranchType() - 类 中的方法io.seata.server.transaction.xa.XACore
 
getHost() - 类 中的静态方法io.seata.server.env.ContainerHelper
Gets host from container.
getHost() - 类 中的方法io.seata.server.ParameterParser
Gets host.
getInstance(RemotingServer) - 类 中的静态方法io.seata.server.coordinator.DefaultCoordinator
 
getInstance() - 类 中的静态方法io.seata.server.coordinator.DefaultCoordinator
 
getInstance() - 类 中的静态方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
Get the instance.
getInstance() - 类 中的静态方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
Get the instance.
getJedisInstance() - 类 中的静态方法io.seata.server.storage.redis.JedisPooledFactory
get an instance of Jedis (connection) from the connection pool
getJedisPoolInstance(JedisPoolAbstract...) - 类 中的静态方法io.seata.server.storage.redis.JedisPooledFactory
get the RedisPool instance (singleton)
getLocker() - 类 中的方法io.seata.server.lock.AbstractLockManager
Gets locker.
getLocker(BranchSession) - 类 中的方法io.seata.server.lock.AbstractLockManager
Gets locker.
getLocker(BranchSession) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLockManager
 
getLocker(BranchSession) - 类 中的方法io.seata.server.storage.file.lock.FileLockManager
 
getLocker(BranchSession) - 类 中的方法io.seata.server.storage.redis.lock.RedisLockManager
 
getLockHolder() - 类 中的方法io.seata.server.session.BranchSession
Gets lock holder.
getLockKey() - 类 中的方法io.seata.server.session.BranchSession
Gets lock key.
getLockManager() - 类 中的静态方法io.seata.server.lock.LockerManagerFactory
Get lock manager.
getLockStatus() - 类 中的方法io.seata.server.session.BranchSession
 
getLockStoreMode() - 类 中的静态方法io.seata.server.env.ContainerHelper
Gets lock store mode from container.
getLockStoreMode() - 类 中的方法io.seata.server.ParameterParser
Gets lock store mode.
getLogOperationByCode(byte) - 枚举 中的静态方法io.seata.server.store.TransactionStoreManager.LogOperation
Gets log operation by code.
getMaxBranchSessionSize() - 类 中的静态方法io.seata.server.store.StoreConfig
 
getMaxGlobalSessionSize() - 类 中的静态方法io.seata.server.store.StoreConfig
 
getOperate() - 类 中的方法io.seata.server.storage.file.TransactionWriteStore
Gets operate.
getOrder() - 类 中的方法io.seata.server.ServerApplicationListener
higher than LoggingApplicationListener
getOverTimeAliveMills() - 类 中的方法io.seata.server.session.SessionCondition
Gets over time alive mills.
getPk() - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
getPk() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getPort() - 类 中的静态方法io.seata.server.env.ContainerHelper
Gets port from container.
getPort() - 类 中的方法io.seata.server.ParameterParser
Gets port.
getPortFromConfigFile() - 类 中的静态方法io.seata.server.env.PortHelper
get config from configFile -Dspring.config.location > classpath:application.properties > classpath:application.yml
getPortFromEnvOrStartup(String[]) - 类 中的静态方法io.seata.server.env.PortHelper
 
getRegistry() - 类 中的方法io.seata.server.metrics.MetricsManager
 
getResourceGroupId() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getResourceGroupId() - 类 中的方法io.seata.server.session.BranchSession
Gets resource group id.
getResourceId() - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
getResourceId() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getResourceId() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getResourceId() - 类 中的方法io.seata.server.session.BranchSession
Gets resource id.
getRetryCommittingSessionManager() - 类 中的静态方法io.seata.server.session.SessionHolder
已过时。
getRetryRollbackingSessionManager() - 类 中的静态方法io.seata.server.session.SessionHolder
已过时。
getReverseSortedBranches() - 类 中的方法io.seata.server.session.GlobalSession
Gets reverse sorted branches.
getRootSessionManager() - 类 中的静态方法io.seata.server.session.SessionHolder
Gets root session manager.
getRowKey() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getSeataEnv() - 类 中的方法io.seata.server.ParameterParser
Gets seata env
getServerNode() - 类 中的静态方法io.seata.server.env.ContainerHelper
Gets server node from container.
getServerNode() - 类 中的方法io.seata.server.ParameterParser
Gets server node.
getSessionRequest() - 类 中的方法io.seata.server.storage.file.TransactionWriteStore
Gets session request.
getSessionStoreMode() - 类 中的静态方法io.seata.server.env.ContainerHelper
Gets session store mode from container.
getSessionStoreMode() - 类 中的方法io.seata.server.ParameterParser
Gets session store mode.
getSortedBranches() - 类 中的方法io.seata.server.session.GlobalSession
Gets sorted branches.
getStatus() - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
getStatus() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getStatus() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getStatus(String) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
getStatus(String) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
getStatus() - 类 中的方法io.seata.server.session.BranchSession
Gets status.
getStatus() - 类 中的方法io.seata.server.session.GlobalSession
Gets status.
getStatus() - 类 中的方法io.seata.server.session.SessionCondition
Gets status.
getStatuses() - 类 中的方法io.seata.server.session.SessionCondition
 
getStoreMode() - 类 中的静态方法io.seata.server.env.ContainerHelper
Gets store mode from container.
getStoreMode() - 类 中的方法io.seata.server.ParameterParser
Gets store mode.
getTableName() - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
getTableName() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getTimeout() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getTimeout() - 类 中的方法io.seata.server.session.GlobalSession
Gets timeout.
getTransactionId() - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
getTransactionId() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getTransactionId() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getTransactionId() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getTransactionId() - 类 中的方法io.seata.server.session.BranchSession
Gets transaction id.
getTransactionId() - 类 中的方法io.seata.server.session.GlobalSession
Gets transaction id.
getTransactionId() - 类 中的方法io.seata.server.session.SessionCondition
 
getTransactionName() - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
getTransactionName() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getTransactionName() - 类 中的方法io.seata.server.session.GlobalSession
Gets transaction name.
getTransactionNameColumnSize() - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
getTransactionServiceGroup() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getTransactionServiceGroup() - 类 中的方法io.seata.server.session.GlobalSession
Gets transaction service group.
getXid() - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
getXid() - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
getXid() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
getXid() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
getXid() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
getXid() - 类 中的方法io.seata.server.session.BranchSession
Gets xid.
getXid() - 类 中的方法io.seata.server.session.GlobalSession
Gets xid.
getXid() - 类 中的方法io.seata.server.session.SessionCondition
 
GlobalLockController - io.seata.server.console.controller中的类
Global Lock Controller
GlobalLockController() - 类 的构造器io.seata.server.console.controller.GlobalLockController
 
GlobalLockDBServiceImpl - io.seata.server.console.impl.db中的类
Global Lock DB ServiceImpl
GlobalLockDBServiceImpl() - 类 的构造器io.seata.server.console.impl.db.GlobalLockDBServiceImpl
 
GlobalLockFileServiceImpl - io.seata.server.console.impl.file中的类
Global Lock File ServiceImpl
GlobalLockFileServiceImpl() - 类 的构造器io.seata.server.console.impl.file.GlobalLockFileServiceImpl
 
GlobalLockParam - io.seata.server.console.param中的类
 
GlobalLockParam() - 类 的构造器io.seata.server.console.param.GlobalLockParam
 
GlobalLockRedisServiceImpl - io.seata.server.console.impl.redis中的类
Global Lock Redis Service Impl
GlobalLockRedisServiceImpl() - 类 的构造器io.seata.server.console.impl.redis.GlobalLockRedisServiceImpl
 
GlobalLockService - io.seata.server.console.service中的接口
Global lock service
GlobalLockVO - io.seata.server.console.vo中的类
GlobalLockVO
GlobalLockVO() - 类 的构造器io.seata.server.console.vo.GlobalLockVO
 
globalMap - 类 中的静态变量io.seata.server.storage.redis.store.RedisTransactionStoreManager
Map for LogOperation Global Operation
globalReport(String, GlobalStatus) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
globalReport(String, GlobalStatus) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
GlobalSession - io.seata.server.session中的类
The type Global session.
GlobalSession() - 类 的构造器io.seata.server.session.GlobalSession
Instantiates a new Global session.
GlobalSession(String, String, String, int, boolean) - 类 的构造器io.seata.server.session.GlobalSession
Instantiates a new Global session.
GlobalSession(String, String, String, int) - 类 的构造器io.seata.server.session.GlobalSession
Instantiates a new Global session.
GlobalSession.LockCallable<V> - io.seata.server.session中的接口
 
GlobalSession.LockRunnable - io.seata.server.session中的接口
 
GlobalSessionController - io.seata.server.console.controller中的类
Global Session Controller
GlobalSessionController() - 类 的构造器io.seata.server.console.controller.GlobalSessionController
 
GlobalSessionDBServiceImpl - io.seata.server.console.impl.db中的类
Global Session DataBase ServiceImpl
GlobalSessionDBServiceImpl() - 类 的构造器io.seata.server.console.impl.db.GlobalSessionDBServiceImpl
 
GlobalSessionFileServiceImpl - io.seata.server.console.impl.file中的类
Global Session File ServiceImpl
GlobalSessionFileServiceImpl() - 类 的构造器io.seata.server.console.impl.file.GlobalSessionFileServiceImpl
 
GlobalSessionHandler - io.seata.server.session中的接口
The Functional Interface Global session handler
GlobalSessionParam - io.seata.server.console.param中的类
 
GlobalSessionParam() - 类 的构造器io.seata.server.console.param.GlobalSessionParam
 
GlobalSessionRedisServiceImpl - io.seata.server.console.impl.redis中的类
Global Session Redis ServiceImpl
GlobalSessionRedisServiceImpl() - 类 的构造器io.seata.server.console.impl.redis.GlobalSessionRedisServiceImpl
 
GlobalSessionService - io.seata.server.console.service中的接口
Global session service
globalSessionStatusCheck(GlobalSession) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
globalSessionStatusCheck(GlobalSession) - 类 中的方法io.seata.server.transaction.saga.SagaCore
 
GlobalSessionVO - io.seata.server.console.vo中的类
GlobalSessionVO
GlobalSessionVO() - 类 的构造器io.seata.server.console.vo.GlobalSessionVO
 
GlobalSessionVO(String, Long, Integer, String, String, String, Long, Long, String, Set<BranchSessionVO>) - 类 的构造器io.seata.server.console.vo.GlobalSessionVO
 
globalTable - 类 中的变量io.seata.server.storage.db.store.LogStoreDataBaseDAO
The Global table.

H

handle(GlobalBeginRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(GlobalCommitRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(GlobalRollbackRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(BranchRegisterRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(BranchReportRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(GlobalLockQueryRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(GlobalStatusRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(GlobalReportRequest, RpcContext) - 类 中的方法io.seata.server.AbstractTCInboundHandler
 
handle(BranchSession) - 接口 中的方法io.seata.server.session.BranchSessionHandler
Handle branch session.
handle(GlobalSession) - 接口 中的方法io.seata.server.session.GlobalSessionHandler
Handle global session.
handleAsyncCommitting() - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Handle async committing.
handleRetryCommitting() - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Handle retry committing.
handleRetryRollbacking() - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Handle retry rollbacking.
hasATBranch() - 类 中的方法io.seata.server.session.GlobalSession
Has AT branch
hasBranch() - 类 中的方法io.seata.server.session.GlobalSession
Has branch boolean.
hashCode() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
hashCode() - 类 中的方法io.seata.server.metrics.MetricsSubscriber
PMD check SuppressWarnings("checkstyle:EqualsHashCode")
hashCode() - 类 中的方法io.seata.server.storage.file.lock.FileLocker.BucketLockMap
 
hasRemaining(boolean) - 接口 中的方法io.seata.server.storage.file.ReloadableStore
Has remaining boolean.
hasRemaining(boolean) - 类 中的方法io.seata.server.storage.file.store.FileTransactionStoreManager
 
HealthController - io.seata.server.controller中的类
 
HealthController() - 类 的构造器io.seata.server.controller.HealthController
 
HikariDataSourceProvider - io.seata.server.store中的类
The hikari datasource provider
HikariDataSourceProvider() - 类 的构造器io.seata.server.store.HikariDataSourceProvider
 

I

init() - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Init.
init() - 类 中的静态方法io.seata.server.lock.LockerManagerFactory
 
init(String) - 类 中的静态方法io.seata.server.lock.LockerManagerFactory
 
init() - 类 中的方法io.seata.server.metrics.MetricsManager
 
init(String) - 类 中的静态方法io.seata.server.session.SessionHolder
Init.
init() - 类 中的方法io.seata.server.storage.db.lock.DataBaseLockManager
 
init() - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
init() - 类 中的方法io.seata.server.storage.redis.lock.RedisLockManager
 
init() - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
init(Long) - 类 中的静态方法io.seata.server.UUIDGenerator
init IdWorker
initBranchMap() - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
init branchMap
initGlobalMap() - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
init globalMap
initTransactionNameSize() - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
the public modifier only for test
insertBranchTransactionDO(BranchTransactionDO) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
insertDistribute(Connection, DistributedLockDO) - 类 中的方法io.seata.server.storage.db.lock.DataBaseDistributedLocker
 
insertGlobalTransactionDO(GlobalTransactionDO) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
io.seata.server - 程序包 io.seata.server
 
io.seata.server.auth - 程序包 io.seata.server.auth
 
io.seata.server.console.controller - 程序包 io.seata.server.console.controller
 
io.seata.server.console.impl.db - 程序包 io.seata.server.console.impl.db
 
io.seata.server.console.impl.file - 程序包 io.seata.server.console.impl.file
 
io.seata.server.console.impl.redis - 程序包 io.seata.server.console.impl.redis
 
io.seata.server.console.param - 程序包 io.seata.server.console.param
 
io.seata.server.console.service - 程序包 io.seata.server.console.service
 
io.seata.server.console.vo - 程序包 io.seata.server.console.vo
 
io.seata.server.controller - 程序包 io.seata.server.controller
 
io.seata.server.coordinator - 程序包 io.seata.server.coordinator
 
io.seata.server.env - 程序包 io.seata.server.env
 
io.seata.server.event - 程序包 io.seata.server.event
 
io.seata.server.lock - 程序包 io.seata.server.lock
 
io.seata.server.lock.distributed - 程序包 io.seata.server.lock.distributed
 
io.seata.server.logging.listener - 程序包 io.seata.server.logging.listener
 
io.seata.server.logging.logback - 程序包 io.seata.server.logging.logback
 
io.seata.server.logging.logback.appender - 程序包 io.seata.server.logging.logback.appender
 
io.seata.server.metrics - 程序包 io.seata.server.metrics
 
io.seata.server.session - 程序包 io.seata.server.session
 
io.seata.server.storage - 程序包 io.seata.server.storage
 
io.seata.server.storage.db.lock - 程序包 io.seata.server.storage.db.lock
 
io.seata.server.storage.db.session - 程序包 io.seata.server.storage.db.session
 
io.seata.server.storage.db.store - 程序包 io.seata.server.storage.db.store
 
io.seata.server.storage.file - 程序包 io.seata.server.storage.file
 
io.seata.server.storage.file.lock - 程序包 io.seata.server.storage.file.lock
 
io.seata.server.storage.file.session - 程序包 io.seata.server.storage.file.session
 
io.seata.server.storage.file.store - 程序包 io.seata.server.storage.file.store
 
io.seata.server.storage.redis - 程序包 io.seata.server.storage.redis
 
io.seata.server.storage.redis.lock - 程序包 io.seata.server.storage.redis.lock
 
io.seata.server.storage.redis.session - 程序包 io.seata.server.storage.redis.session
 
io.seata.server.storage.redis.store - 程序包 io.seata.server.storage.redis.store
 
io.seata.server.store - 程序包 io.seata.server.store
 
io.seata.server.test - 程序包 io.seata.server.test
 
io.seata.server.transaction.at - 程序包 io.seata.server.transaction.at
 
io.seata.server.transaction.saga - 程序包 io.seata.server.transaction.saga
 
io.seata.server.transaction.tcc - 程序包 io.seata.server.transaction.tcc
 
io.seata.server.transaction.xa - 程序包 io.seata.server.transaction.xa
 
isActive() - 类 中的方法io.seata.server.session.GlobalSession
 
isActive() - 接口 中的方法io.seata.server.session.SessionLifecycle
Is active boolean.
isCommitGlobalStatus(GlobalStatus) - 类 中的静态方法io.seata.server.session.SessionStatusValidator
is commit global status
isDeadSession() - 类 中的方法io.seata.server.session.GlobalSession
prevent could not handle committing and rollbacking transaction
isHelp() - 类 中的方法io.seata.server.ParameterParser
Is help boolean.
isLazyLoadBranch() - 类 中的方法io.seata.server.session.GlobalSession
 
isLazyLoadBranch() - 类 中的方法io.seata.server.session.SessionCondition
 
isLockable(String, String, String) - 类 中的方法io.seata.server.lock.AbstractLockManager
 
isLockable(String, String, String) - 接口 中的方法io.seata.server.lock.LockManager
Is lockable boolean.
isLockable(List<RowLock>) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
 
isLockable(List<LockDO>) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
isLockable(List<RowLock>) - 类 中的方法io.seata.server.storage.file.lock.FileLocker
 
isLockable(List<RowLock>) - 类 中的方法io.seata.server.storage.redis.lock.RedisLocker
 
isResetResistant() - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
isRollbackGlobalStatus(GlobalStatus) - 类 中的静态方法io.seata.server.session.SessionStatusValidator
is rollback global status
isSaga() - 类 中的方法io.seata.server.session.GlobalSession
Is saga type transaction
isStarted() - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
isSuccessEnd() - 类 中的方法io.seata.server.session.GlobalSession
 
isTimeout() - 类 中的方法io.seata.server.session.GlobalSession
Is timeout boolean.
isTimeoutGlobalStatus(GlobalStatus) - 类 中的静态方法io.seata.server.session.SessionStatusValidator
is timeout global status
isWithBranch() - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 

J

JedisPooledFactory - io.seata.server.storage.redis中的类
 
JedisPooledFactory() - 类 的构造器io.seata.server.storage.redis.JedisPooledFactory
 

L

loadBranchs() - 类 中的方法io.seata.server.session.GlobalSession
 
lock() - 类 中的方法io.seata.server.session.BranchSession
 
lock(boolean, boolean) - 类 中的方法io.seata.server.session.BranchSession
 
lock() - 类 中的方法io.seata.server.session.GlobalSession
 
lock() - 接口 中的方法io.seata.server.session.Lockable
Lock boolean.
Lockable - io.seata.server.session中的接口
The interface Lockable.
lockAndExecute(GlobalSession, GlobalSession.LockCallable<T>) - 类 中的静态方法io.seata.server.session.SessionHolder
lock and execute
lockAndExecute(GlobalSession, GlobalSession.LockCallable<T>) - 接口 中的方法io.seata.server.session.SessionManager
lock and execute
lockAndExecute(GlobalSession, GlobalSession.LockCallable<T>) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
lockAndExecute(GlobalSession, GlobalSession.LockCallable<T>) - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
lockAndExecute(GlobalSession, GlobalSession.LockCallable<T>) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
LockerManagerFactory - io.seata.server.lock中的类
The type Lock manager factory.
LockerManagerFactory() - 类 的构造器io.seata.server.lock.LockerManagerFactory
 
lockManager - 类 中的变量io.seata.server.coordinator.AbstractCore
 
LockManager - io.seata.server.lock中的接口
The interface Lock manager.
lockQuery(BranchType, String, String, String) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
lockQuery(BranchType, String, String, String) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
lockQuery(BranchType, String, String, String) - 类 中的方法io.seata.server.transaction.at.ATCore
 
LockStoreDataBaseDAO - io.seata.server.storage.db.lock中的类
The type Data base lock store.
LockStoreDataBaseDAO(DataSource) - 类 的构造器io.seata.server.storage.db.lock.LockStoreDataBaseDAO
Instantiates a new Data base lock store dao.
lockStoreDataSource - 类 中的变量io.seata.server.storage.db.lock.LockStoreDataBaseDAO
The Lock store data source.
lockTable - 类 中的变量io.seata.server.storage.db.lock.LockStoreDataBaseDAO
The Lock table.
LOGGER - 类 中的静态变量io.seata.server.coordinator.AbstractCore
 
LOGGER - 类 中的静态变量io.seata.server.lock.AbstractLockManager
The constant LOGGER.
LOGGER - 类 中的静态变量io.seata.server.session.AbstractSessionManager
The constant LOGGER.
LOGGER - 类 中的静态变量io.seata.server.storage.db.session.DataBaseSessionManager
The constant LOGGER.
LOGGER - 类 中的静态变量io.seata.server.storage.redis.JedisPooledFactory
The constant LOGGER.
LOGGER - 类 中的静态变量io.seata.server.storage.redis.lock.RedisDistributedLocker
 
LOGGER - 类 中的静态变量io.seata.server.storage.redis.session.RedisSessionManager
The constant LOGGER.
logQueryLimit - 类 中的变量io.seata.server.storage.db.store.DataBaseTransactionStoreManager
The Log query limit.
logStore - 类 中的变量io.seata.server.storage.db.store.DataBaseTransactionStoreManager
The Log store.
LogStoreDataBaseDAO - io.seata.server.storage.db.store中的类
The type Log store data base dao.
LogStoreDataBaseDAO(DataSource) - 类 的构造器io.seata.server.storage.db.store.LogStoreDataBaseDAO
Instantiates a new Log store data base dao.
logStoreDataSource - 类 中的变量io.seata.server.storage.db.store.LogStoreDataBaseDAO
The Log store data source.

M

main(String[]) - 类 中的静态方法io.seata.server.ServerApplication
 
MeterIdConstants - io.seata.server.metrics中的接口
Constants for meter id in tc
MetricsManager - io.seata.server.metrics中的类
Metrics manager for init
MetricsManager() - 类 的构造器io.seata.server.metrics.MetricsManager
 
MetricsPublisher - io.seata.server.metrics中的类
The type Metrics publisher.
MetricsPublisher() - 类 的构造器io.seata.server.metrics.MetricsPublisher
 
MetricsSubscriber - io.seata.server.metrics中的类
Event subscriber for metrics
MetricsSubscriber(Registry) - 类 的构造器io.seata.server.metrics.MetricsSubscriber
 
mockCore(BranchType, AbstractCore) - 类 中的方法io.seata.server.coordinator.DefaultCore
only for mock

N

name - 类 中的变量io.seata.server.session.AbstractSessionManager
The Name.
newBranch(BranchType, String, long, String, String) - 类 中的静态方法io.seata.server.session.SessionHelper
New branch
newBranchByGlobal(GlobalSession, BranchType, String, String, String) - 类 中的静态方法io.seata.server.session.SessionHelper
 
newBranchByGlobal(GlobalSession, BranchType, String, String, String, String) - 类 中的静态方法io.seata.server.session.SessionHelper
New branch by global branch session.

O

onAddBranch(GlobalSession, BranchSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onAddBranch(GlobalSession, BranchSession) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On add branch.
onApplicationEvent(ApplicationEvent) - 类 中的方法io.seata.server.ServerApplicationListener
 
onBegin(GlobalSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onBegin(GlobalSession) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On begin.
onBranchStatusChange(GlobalSession, BranchSession, BranchStatus) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onBranchStatusChange(GlobalSession, BranchSession, BranchStatus) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On branch status change.
onClose(GlobalSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onClose(GlobalSession) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On close.
onFailEnd(GlobalSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onFailEnd(GlobalSession) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On fail end.
onLevelChange(Logger, Level) - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
onRemoveBranch(GlobalSession, BranchSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onRemoveBranch(GlobalSession, BranchSession) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On remove branch.
onRequest(AbstractMessage, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
onReset(LoggerContext) - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
onResponse(AbstractResultMessage, RpcContext) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
 
onStart(LoggerContext) - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
onStatusChange(GlobalSession, GlobalStatus) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onStatusChange(GlobalSession, GlobalStatus) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On status change.
onStop(LoggerContext) - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
onSuccessEnd(GlobalSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
onSuccessEnd(GlobalSession) - 接口 中的方法io.seata.server.session.SessionLifecycleListener
On end.

P

ParameterParser - io.seata.server中的类
The type Parameter parser.
ParameterParser(String...) - 类 的构造器io.seata.server.ParameterParser
Instantiates a new Parameter parser.
PortHelper - io.seata.server.env中的类
 
PortHelper() - 类 的构造器io.seata.server.env.PortHelper
 
postSessionDoingEvent(GlobalSession, boolean) - 类 中的静态方法io.seata.server.metrics.MetricsPublisher
Post session doing event.
postSessionDoingEvent(GlobalSession, String, boolean, boolean) - 类 中的静态方法io.seata.server.metrics.MetricsPublisher
Post session doing event.
postSessionDoneEvent(GlobalSession, boolean, boolean) - 类 中的静态方法io.seata.server.metrics.MetricsPublisher
post end event
postSessionDoneEvent(GlobalSession, GlobalStatus, boolean, boolean) - 类 中的静态方法io.seata.server.metrics.MetricsPublisher
post end event (force specified state)
postSessionDoneEvent(GlobalSession, String, boolean, long, boolean) - 类 中的静态方法io.seata.server.metrics.MetricsPublisher
Post session done event.

Q

query(GlobalLockParam) - 类 中的方法io.seata.server.console.controller.GlobalLockController
Query locks by param
query(GlobalSessionParam) - 类 中的方法io.seata.server.console.controller.GlobalSessionController
Query all globalSession
query(GlobalLockParam) - 类 中的方法io.seata.server.console.impl.db.GlobalLockDBServiceImpl
 
query(GlobalSessionParam) - 类 中的方法io.seata.server.console.impl.db.GlobalSessionDBServiceImpl
 
query(GlobalLockParam) - 类 中的方法io.seata.server.console.impl.file.GlobalLockFileServiceImpl
 
query(GlobalSessionParam) - 类 中的方法io.seata.server.console.impl.file.GlobalSessionFileServiceImpl
 
query(GlobalLockParam) - 类 中的方法io.seata.server.console.impl.redis.GlobalLockRedisServiceImpl
 
query(GlobalSessionParam) - 类 中的方法io.seata.server.console.impl.redis.GlobalSessionRedisServiceImpl
 
query(GlobalLockParam) - 接口 中的方法io.seata.server.console.service.GlobalLockService
Query locks by param
query(GlobalSessionParam) - 接口 中的方法io.seata.server.console.service.GlobalSessionService
Query global session
queryBranchTransactionDO(String) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
queryBranchTransactionDO(List<String>) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
queryByXid(String) - 类 中的方法io.seata.server.console.impl.db.BranchSessionDBServiceImpl
 
queryByXid(String) - 类 中的方法io.seata.server.console.impl.file.BranchSessionFileServiceImpl
 
queryByXid(String) - 类 中的方法io.seata.server.console.impl.redis.BranchSessionRedisServiceImpl
 
queryByXid(String) - 接口 中的方法io.seata.server.console.service.BranchSessionService
Query branch session by xid
queryGlobalTransactionDO(String) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
queryGlobalTransactionDO(long) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
queryGlobalTransactionDO(int[], int) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
queueToRetryCommit() - 类 中的方法io.seata.server.session.GlobalSession
 
queueToRetryRollback() - 类 中的方法io.seata.server.session.GlobalSession
 

R

readSession(Long) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
Read session global session.
readSession(String) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
Read session global session.
readSession(String, boolean) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
Read session global session.
readSession(GlobalStatus[], boolean) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
Read session list.
readSession(SessionCondition) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
 
readSession(String) - 类 中的方法io.seata.server.storage.file.store.FileTransactionStoreManager
 
readSession(SessionCondition) - 类 中的方法io.seata.server.storage.file.store.FileTransactionStoreManager
 
readSession(String, boolean) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
Read session global session.
readSession(String) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
Read session global session.
readSession(GlobalStatus[], boolean) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
Read globalSession list by global status
readSession(SessionCondition) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
read the global session list by different condition
readSession(String) - 类 中的方法io.seata.server.store.AbstractTransactionStoreManager
 
readSession(String, boolean) - 类 中的方法io.seata.server.store.AbstractTransactionStoreManager
 
readSession(GlobalStatus[], boolean) - 类 中的方法io.seata.server.store.AbstractTransactionStoreManager
 
readSession(SessionCondition) - 类 中的方法io.seata.server.store.AbstractTransactionStoreManager
 
readSession(String) - 接口 中的方法io.seata.server.store.TransactionStoreManager
Read global session global session.
readSession(String, boolean) - 接口 中的方法io.seata.server.store.TransactionStoreManager
Read session global session.
readSession(GlobalStatus[], boolean) - 接口 中的方法io.seata.server.store.TransactionStoreManager
Read session global session.
readSession(SessionCondition) - 接口 中的方法io.seata.server.store.TransactionStoreManager
Read session by status list.
readSessionStatusByPage(GlobalSessionParam) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
query GlobalSession by status with page
readWriteStore(int, boolean) - 接口 中的方法io.seata.server.storage.file.ReloadableStore
Read write store.
readWriteStore(int, boolean) - 类 中的方法io.seata.server.storage.file.store.FileTransactionStoreManager
 
recordGlobalTransactionEventForMetrics(GlobalTransactionEvent) - 类 中的方法io.seata.server.metrics.MetricsSubscriber
 
RedisDistributedLocker - io.seata.server.storage.redis.lock中的类
 
RedisDistributedLocker() - 类 的构造器io.seata.server.storage.redis.lock.RedisDistributedLocker
 
RedisLocker - io.seata.server.storage.redis.lock中的类
The redis lock store operation
RedisLocker() - 类 的构造器io.seata.server.storage.redis.lock.RedisLocker
Instantiates a new Redis locker.
RedisLockManager - io.seata.server.storage.redis.lock中的类
 
RedisLockManager() - 类 的构造器io.seata.server.storage.redis.lock.RedisLockManager
 
RedisSessionManager - io.seata.server.storage.redis.session中的类
 
RedisSessionManager() - 类 的构造器io.seata.server.storage.redis.session.RedisSessionManager
Instantiates a new Data base session manager.
RedisSessionManager(String) - 类 的构造器io.seata.server.storage.redis.session.RedisSessionManager
Instantiates a new Data base session manager.
RedisTransactionStoreManager - io.seata.server.storage.redis.store中的类
The redis transaction store manager
RedisTransactionStoreManager() - 类 的构造器io.seata.server.storage.redis.store.RedisTransactionStoreManager
init map to constructor
regResourceManagerCheckAuth(RegisterRMRequest) - 类 中的方法io.seata.server.auth.AbstractCheckAuthHandler
 
regTransactionManagerCheckAuth(RegisterTMRequest) - 类 中的方法io.seata.server.auth.AbstractCheckAuthHandler
 
releaseDistributedLock(String) - 类 中的静态方法io.seata.server.session.SessionHolder
release lock
releaseGlobalSessionLock(GlobalSession) - 接口 中的方法io.seata.server.lock.LockManager
Un lock boolean.
releaseGlobalSessionLock(GlobalSession) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLockManager
 
releaseGlobalSessionLock(GlobalSession) - 类 中的方法io.seata.server.storage.file.lock.FileLockManager
 
releaseGlobalSessionLock(GlobalSession) - 类 中的方法io.seata.server.storage.redis.lock.RedisLockManager
 
releaseLock(BranchSession) - 类 中的方法io.seata.server.lock.AbstractLockManager
 
releaseLock(BranchSession) - 接口 中的方法io.seata.server.lock.LockManager
Un lock boolean.
releaseLock(DistributedLockDO) - 类 中的方法io.seata.server.storage.db.lock.DataBaseDistributedLocker
 
releaseLock(List<RowLock>) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
 
releaseLock(String, Long) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
 
releaseLock(String) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
 
releaseLock(BranchSession) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLockManager
 
releaseLock(List<RowLock>) - 类 中的方法io.seata.server.storage.file.lock.FileLocker
 
releaseLock(DistributedLockDO) - 类 中的方法io.seata.server.storage.redis.lock.RedisDistributedLocker
Release the distributed lock
releaseLock(List<RowLock>) - 类 中的方法io.seata.server.storage.redis.lock.RedisLocker
 
releaseLock(String) - 类 中的方法io.seata.server.storage.redis.lock.RedisLocker
 
releaseLock(String, Long) - 类 中的方法io.seata.server.storage.redis.lock.RedisLocker
 
releaseLock(BranchSession) - 类 中的方法io.seata.server.storage.redis.lock.RedisLockManager
 
reload() - 接口 中的方法io.seata.server.session.Reloadable
Reload states.
reload(StoreMode) - 类 中的静态方法io.seata.server.session.SessionHolder
Reload.
reload() - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
Reloadable - io.seata.server.session中的接口
Service contains states which can be reloaded.
ReloadableStore - io.seata.server.storage.file中的接口
The interface Reloadable store.
remotingServer - 类 中的变量io.seata.server.coordinator.AbstractCore
 
remove(BranchSession) - 类 中的方法io.seata.server.session.GlobalSession
Remove boolean.
removeAllBranch(GlobalSession, boolean) - 类 中的静态方法io.seata.server.session.SessionHelper
remove branchSession from globalSession
removeBranch(BranchSession) - 类 中的方法io.seata.server.session.GlobalSession
 
removeBranch(GlobalSession, BranchSession, boolean) - 类 中的静态方法io.seata.server.session.SessionHelper
remove branchSession from globalSession
removeBranch(BranchSession) - 接口 中的方法io.seata.server.session.SessionLifecycle
Remove branch.
removeBranchSession(GlobalSession, BranchSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
removeBranchSession(GlobalSession, BranchSession) - 接口 中的方法io.seata.server.session.SessionManager
Remove branch session.
removeBranchSession(GlobalSession, BranchSession) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
removeBranchSession(GlobalSession, BranchSession) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
removeGlobalSession(GlobalSession) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
removeGlobalSession(GlobalSession) - 接口 中的方法io.seata.server.session.SessionManager
Remove global session.
removeGlobalSession(GlobalSession) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
remove globalSession 1. rootSessionManager remove normal globalSession 2. retryCommitSessionManager and retryRollbackSessionManager remove retry expired globalSession
removeGlobalSession(GlobalSession) - 类 中的方法io.seata.server.storage.file.session.FileSessionManager
 
removeGlobalSession(GlobalSession) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
remove globalSession 1. rootSessionManager remove normal globalSession 2. retryCommitSessionManager and retryRollbackSessionManager remove retry expired globalSession
removeSessionLifecycleListener(SessionLifecycleListener) - 类 中的方法io.seata.server.session.GlobalSession
Remove session lifecycle listener.
RETRY_COMMITTING_SESSION_MANAGER_NAME - 类 中的静态变量io.seata.server.session.SessionHolder
The constant RETRY_COMMITTING_SESSION_MANAGER_NAME.
RETRY_ROLLBACKING_SESSION_MANAGER_NAME - 类 中的静态变量io.seata.server.session.SessionHolder
The constant RETRY_ROLLBACKING_SESSION_MANAGER_NAME.
rollback(String) - 类 中的方法io.seata.server.coordinator.AbstractCore
 
rollback(String) - 类 中的方法io.seata.server.coordinator.DefaultCore
 
ROLLBACKING_RETRY_PERIOD - 类 中的静态变量io.seata.server.coordinator.DefaultCoordinator
The constant ROLLBACKING_RETRY_PERIOD.
ROOT_SESSION_MANAGER_NAME - 类 中的静态变量io.seata.server.session.SessionHolder
The constant ROOT_SESSION_MANAGER_NAME.
run(String...) - 类 中的方法io.seata.server.ServerRunner
 
run() - 接口 中的方法io.seata.server.session.GlobalSession.LockRunnable
 

S

SagaCore - io.seata.server.transaction.saga中的类
The type saga core.
SagaCore(RemotingServer) - 类 的构造器io.seata.server.transaction.saga.SagaCore
 
Server - io.seata.server中的类
The type Server.
Server() - 类 的构造器io.seata.server.Server
 
ServerApplication - io.seata.server中的类
 
ServerApplication() - 类 的构造器io.seata.server.ServerApplication
 
ServerApplicationListener - io.seata.server中的类
 
ServerApplicationListener() - 类 的构造器io.seata.server.ServerApplicationListener
 
ServerRunner - io.seata.server中的类
 
ServerRunner() - 类 的构造器io.seata.server.ServerRunner
 
SessionCondition - io.seata.server.session中的类
The type Session condition.
SessionCondition() - 类 的构造器io.seata.server.session.SessionCondition
Instantiates a new Session condition.
SessionCondition(String) - 类 的构造器io.seata.server.session.SessionCondition
Instantiates a new Session condition.
SessionCondition(GlobalStatus) - 类 的构造器io.seata.server.session.SessionCondition
Instantiates a new Session condition.
SessionCondition(GlobalStatus...) - 类 的构造器io.seata.server.session.SessionCondition
Instantiates a new Session condition.
SessionCondition(long) - 类 的构造器io.seata.server.session.SessionCondition
Instantiates a new Session condition.
SessionConverter - io.seata.server.storage中的类
The session converter
SessionConverter() - 类 的构造器io.seata.server.storage.SessionConverter
 
SessionHelper - io.seata.server.session中的类
The type Session helper.
SessionHolder - io.seata.server.session中的类
The type Session holder.
SessionHolder() - 类 的构造器io.seata.server.session.SessionHolder
 
SessionHolder.NoArgsFunc - io.seata.server.session中的接口
 
SessionLifecycle - io.seata.server.session中的接口
The interface Session lifecycle.
SessionLifecycleListener - io.seata.server.session中的接口
The interface Session lifecycle listener.
SessionManager - io.seata.server.session中的接口
The interface Session manager.
SessionStatusValidator - io.seata.server.session中的类
The type change status validator.
SessionStatusValidator() - 类 的构造器io.seata.server.session.SessionStatusValidator
 
SessionStorable - io.seata.server.store中的接口
The interface Session storable.
setActive(boolean) - 类 中的方法io.seata.server.session.GlobalSession
Sets active.
setApplicationData(String) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setApplicationData(String) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setApplicationData(String) - 类 中的方法io.seata.server.session.BranchSession
Sets application data.
setApplicationData(String) - 类 中的方法io.seata.server.session.GlobalSession
Sets application data.
setApplicationId(String) - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
setApplicationId(String) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setBeginTime(Long) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setBeginTime(long) - 类 中的方法io.seata.server.session.GlobalSession
Sets begin time.
setBranchId(String) - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
setBranchId(Long) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setBranchId(Long) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setBranchId(long) - 类 中的方法io.seata.server.session.BranchSession
Sets branch id.
setBranchSessionVOs(Set<BranchSessionVO>) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setBranchTable(String) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
Sets branch table.
setBranchType(String) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setBranchType(BranchType) - 类 中的方法io.seata.server.session.BranchSession
Sets branch type.
setClientId(String) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setClientId(String) - 类 中的方法io.seata.server.session.BranchSession
Sets client id.
setDbType(String) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
Sets db type.
setDbType(String) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
Sets db type.
setExcludeProvider(String) - 类 中的方法io.seata.server.logging.logback.appender.EnhancedLogstashEncoder
set exclude provider
setGlobalTable(String) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
Sets global table.
setGmtCreate(Long) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setGmtCreate(Long) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setGmtCreate(Long) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setGmtModified(Long) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setGmtModified(Long) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setGmtModified(Long) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setLazyLoadBranch(boolean) - 类 中的方法io.seata.server.session.SessionCondition
 
setLockKey(String) - 类 中的方法io.seata.server.session.BranchSession
Sets lock key.
setLockStatus(LockStatus) - 类 中的方法io.seata.server.session.BranchSession
 
setLockStore(LockStore) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
Sets lock store.
setLockTable(String) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
Sets lock table.
setLogQueryLimit(int) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
Sets log query limit.
setLogQueryLimit(int) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
Sets log query limit.
setLogStore(LogStore) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
Sets log store.
setLogStoreDataSource(DataSource) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
Sets log store data source.
setLogStoreDataSource(DataSource) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
Sets log store data source.
setOperate(TransactionStoreManager.LogOperation) - 类 中的方法io.seata.server.storage.file.TransactionWriteStore
Sets operate.
setOverTimeAliveMills(Long) - 类 中的方法io.seata.server.session.SessionCondition
Sets over time alive mills.
setPk(String) - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
setPk(String) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setRemotingServer(RemotingServer) - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
only used for mock test
setResourceGroupId(String) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setResourceGroupId(String) - 类 中的方法io.seata.server.session.BranchSession
Sets resource group id.
setResourceId(String) - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
setResourceId(String) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setResourceId(String) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setResourceId(String) - 类 中的方法io.seata.server.session.BranchSession
Sets resource id.
setRowKey(String) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setSessionRequest(SessionStorable) - 类 中的方法io.seata.server.storage.file.TransactionWriteStore
Sets session request.
setStatus(Integer) - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
setStatus(Integer) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setStatus(Integer) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setStatus(BranchStatus) - 类 中的方法io.seata.server.session.BranchSession
Sets status.
setStatus(GlobalStatus) - 类 中的方法io.seata.server.session.GlobalSession
Sets status.
setStatus(GlobalStatus) - 类 中的方法io.seata.server.session.SessionCondition
Sets status.
setStatuses(GlobalStatus...) - 类 中的方法io.seata.server.session.SessionCondition
 
setTableName(String) - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
setTableName(String) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setTimeout(Long) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setTransactionId(String) - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
setTransactionId(Long) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setTransactionId(Long) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setTransactionId(Long) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setTransactionId(long) - 类 中的方法io.seata.server.session.BranchSession
Sets transaction id.
setTransactionId(long) - 类 中的方法io.seata.server.session.GlobalSession
Sets transaction id.
setTransactionId(Long) - 类 中的方法io.seata.server.session.SessionCondition
 
setTransactionName(String) - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
setTransactionName(String) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setTransactionServiceGroup(String) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setTransactionStoreManager(TransactionStoreManager) - 类 中的方法io.seata.server.session.AbstractSessionManager
Sets transaction store manager.
setWithBranch(boolean) - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
setXid(String) - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
setXid(String) - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
setXid(String) - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
setXid(String) - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
setXid(String) - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
setXid(String) - 类 中的方法io.seata.server.session.BranchSession
Sets xid.
setXid(String) - 类 中的方法io.seata.server.session.GlobalSession
Sets xid.
setXid(String) - 类 中的方法io.seata.server.session.SessionCondition
 
shutdown() - 类 中的方法io.seata.server.storage.file.store.FileTransactionStoreManager
 
shutdown() - 类 中的方法io.seata.server.store.AbstractTransactionStoreManager
 
shutdown() - 接口 中的方法io.seata.server.store.TransactionStoreManager
Shutdown.
start() - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
start(String[]) - 类 中的静态方法io.seata.server.Server
The entry point of application.
started() - 类 中的方法io.seata.server.ServerRunner
 
stop() - 类 中的方法io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 
StoreConfig - io.seata.server.store中的类
 
StoreConfig() - 类 的构造器io.seata.server.store.StoreConfig
 
SUMMARY_AFTER_COMMITTED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
SUMMARY_AFTER_ROLLBACKED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
SUMMARY_COMMITTED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
SUMMARY_FAILED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
SUMMARY_ROLLBACKED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
SUMMARY_TWO_PHASE_TIMEOUT - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
supportsEventType(ResolvableType) - 类 中的方法io.seata.server.ServerApplicationListener
 
SystemPropertyLoggerContextListener - io.seata.server.logging.listener中的类
 
SystemPropertyLoggerContextListener() - 类 的构造器io.seata.server.logging.listener.SystemPropertyLoggerContextListener
 

T

taskName - 类 中的变量io.seata.server.storage.db.session.DataBaseSessionManager
The Task name.
taskName - 类 中的变量io.seata.server.storage.redis.session.RedisSessionManager
The Task name.
TccCore - io.seata.server.transaction.tcc中的类
The type tcc core.
TccCore(RemotingServer) - 类 的构造器io.seata.server.transaction.tcc.TccCore
 
TestService - io.seata.server.test中的类
 
TestService() - 类 的构造器io.seata.server.test.TestService
 
throwableProxyToString(IThrowableProxy) - 类 中的方法io.seata.server.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
TIMEOUT_RETRY_PERIOD - 类 中的静态变量io.seata.server.coordinator.DefaultCoordinator
The constant TIMEOUT_RETRY_PERIOD.
timeoutCheck() - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Timeout check.
TIMER_AFTER_COMMITTED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
TIMER_AFTER_ROLLBACKED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
TIMER_COMMITTED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
TIMER_FAILED - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
TIMER_ROLLBACK - 接口 中的静态变量io.seata.server.metrics.MeterIdConstants
 
toString() - 类 中的方法io.seata.server.console.param.GlobalLockParam
 
toString() - 类 中的方法io.seata.server.console.param.GlobalSessionParam
 
toString() - 类 中的方法io.seata.server.console.vo.BranchSessionVO
 
toString() - 类 中的方法io.seata.server.console.vo.GlobalLockVO
 
toString() - 类 中的方法io.seata.server.console.vo.GlobalSessionVO
 
toString() - 类 中的方法io.seata.server.session.BranchSession
 
toString() - 类 中的方法io.seata.server.session.GlobalSession
 
TransactionCoordinatorInbound - io.seata.server.coordinator中的接口
receive inbound request from RM or TM.
TransactionCoordinatorOutbound - io.seata.server.coordinator中的接口
send outbound request to RM.
transactionStoreManager - 类 中的变量io.seata.server.session.AbstractSessionManager
The Transaction store manager.
TransactionStoreManager - io.seata.server.store中的接口
The interface Transaction store manager.
TransactionStoreManager.LogOperation - io.seata.server.store中的枚举
The enum Log operation.
TransactionWriteStore - io.seata.server.storage.file中的类
The type Transaction write store.
TransactionWriteStore(SessionStorable, TransactionStoreManager.LogOperation) - 类 的构造器io.seata.server.storage.file.TransactionWriteStore
Instantiates a new Transaction write store.
TransactionWriteStore() - 类 的构造器io.seata.server.storage.file.TransactionWriteStore
Instantiates a new Transaction write store.

U

UNDO_LOG_DELAY_DELETE_PERIOD - 类 中的静态变量io.seata.server.coordinator.DefaultCoordinator
The Transaction undo log delay delete period
UNDO_LOG_DELETE_PERIOD - 类 中的静态变量io.seata.server.coordinator.DefaultCoordinator
The Transaction undo log delete period.
undoLogDelete() - 类 中的方法io.seata.server.coordinator.DefaultCoordinator
Undo log delete.
unlock() - 类 中的方法io.seata.server.session.BranchSession
 
unlock() - 类 中的方法io.seata.server.session.GlobalSession
 
unlock() - 接口 中的方法io.seata.server.session.Lockable
Unlock boolean.
unLock(LockDO) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
unLock(List<LockDO>) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
unLock(String, Long) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
unLock(String) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
updateBranchSessionStatus(BranchSession, BranchStatus) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
updateBranchSessionStatus(BranchSession, BranchStatus) - 接口 中的方法io.seata.server.session.SessionManager
Update branch session status.
updateBranchSessionStatus(BranchSession, BranchStatus) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
updateBranchSessionStatus(BranchSession, BranchStatus) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
updateBranchTransactionDO(BranchTransactionDO) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
updateDistributedLock(Connection, DistributedLockDO) - 类 中的方法io.seata.server.storage.db.lock.DataBaseDistributedLocker
 
updateGlobalSessionStatus(GlobalSession, GlobalStatus) - 类 中的方法io.seata.server.session.AbstractSessionManager
 
updateGlobalSessionStatus(GlobalSession, GlobalStatus) - 接口 中的方法io.seata.server.session.SessionManager
Update global session status.
updateGlobalSessionStatus(GlobalSession, GlobalStatus) - 类 中的方法io.seata.server.storage.db.session.DataBaseSessionManager
 
updateGlobalSessionStatus(GlobalSession, GlobalStatus) - 类 中的方法io.seata.server.storage.redis.session.RedisSessionManager
 
updateGlobalTransactionDO(GlobalTransactionDO) - 类 中的方法io.seata.server.storage.db.store.LogStoreDataBaseDAO
 
updateLockStatus(String, LockStatus) - 类 中的方法io.seata.server.lock.AbstractLockManager
 
updateLockStatus(String, LockStatus) - 接口 中的方法io.seata.server.lock.LockManager
update lock status.
updateLockStatus(String, LockStatus) - 类 中的方法io.seata.server.storage.db.lock.DataBaseLocker
 
updateLockStatus(String, LockStatus) - 类 中的方法io.seata.server.storage.db.lock.LockStoreDataBaseDAO
 
updateLockStatus(String, LockStatus) - 类 中的方法io.seata.server.storage.file.lock.FileLocker
 
updateLockStatus(String, LockStatus) - 类 中的方法io.seata.server.storage.redis.lock.RedisLocker
 
UUIDGenerator - io.seata.server中的类
The type Uuid generator.
UUIDGenerator() - 类 的构造器io.seata.server.UUIDGenerator
 

V

validateUpdateStatus(GlobalStatus, GlobalStatus) - 类 中的静态方法io.seata.server.session.SessionStatusValidator
check the relation of before status and after status
valueOf(String) - 枚举 中的静态方法io.seata.server.storage.file.FlushDiskMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.server.store.TransactionStoreManager.LogOperation
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.seata.server.storage.file.FlushDiskMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.server.store.TransactionStoreManager.LogOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeSession(TransactionStoreManager.LogOperation, SessionStorable) - 类 中的方法io.seata.server.storage.db.store.DataBaseTransactionStoreManager
 
writeSession(TransactionStoreManager.LogOperation, SessionStorable) - 类 中的方法io.seata.server.storage.file.store.FileTransactionStoreManager
 
writeSession(TransactionStoreManager.LogOperation, SessionStorable) - 类 中的方法io.seata.server.storage.redis.store.RedisTransactionStoreManager
 
writeSession(TransactionStoreManager.LogOperation, SessionStorable) - 接口 中的方法io.seata.server.store.TransactionStoreManager
Write session boolean.

X

XACore - io.seata.server.transaction.xa中的类
The type XA core.
XACore(RemotingServer) - 类 的构造器io.seata.server.transaction.xa.XACore
 
A B C D E F G H I J L M N O P Q R S T U V W X 
跳过导航链接

Copyright © 2022 Seata. All rights reserved.