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

A

AbstractBranchEndRequest - io.seata.core.protocol.transaction中的类
The type Abstract branch end request.
AbstractBranchEndRequest() - 类 的构造器io.seata.core.protocol.transaction.AbstractBranchEndRequest
 
AbstractBranchEndResponse - io.seata.core.protocol.transaction中的类
The type Abstract branch end response.
AbstractBranchEndResponse() - 类 的构造器io.seata.core.protocol.transaction.AbstractBranchEndResponse
 
AbstractCallback() - 类 的构造器io.seata.core.exception.AbstractExceptionHandler.AbstractCallback
 
AbstractDataSourceGenerator - io.seata.core.store.db中的类
The type Abstract data source generator.
AbstractDataSourceGenerator() - 类 的构造器io.seata.core.store.db.AbstractDataSourceGenerator
 
AbstractExceptionHandler - io.seata.core.exception中的类
The type Abstract exception handler.
AbstractExceptionHandler() - 类 的构造器io.seata.core.exception.AbstractExceptionHandler
 
AbstractExceptionHandler.AbstractCallback<T extends AbstractTransactionRequest,S extends AbstractTransactionResponse> - io.seata.core.exception中的类
 
AbstractExceptionHandler.Callback<T extends AbstractTransactionRequest,S extends AbstractTransactionResponse> - io.seata.core.exception中的接口
The interface Callback.
AbstractGlobalEndRequest - io.seata.core.protocol.transaction中的类
The type Abstract global end request.
AbstractGlobalEndRequest() - 类 的构造器io.seata.core.protocol.transaction.AbstractGlobalEndRequest
 
AbstractGlobalEndResponse - io.seata.core.protocol.transaction中的类
The type Abstract global end response.
AbstractGlobalEndResponse() - 类 的构造器io.seata.core.protocol.transaction.AbstractGlobalEndResponse
 
AbstractIdentifyRequest - io.seata.core.protocol中的类
The type Abstract identify request.
AbstractIdentifyRequest(String, String) - 类 的构造器io.seata.core.protocol.AbstractIdentifyRequest
Instantiates a new Abstract identify request.
AbstractIdentifyRequest(String, String, String) - 类 的构造器io.seata.core.protocol.AbstractIdentifyRequest
Instantiates a new Abstract identify request.
AbstractIdentifyResponse - io.seata.core.protocol中的类
The type Abstract identify response.
AbstractIdentifyResponse() - 类 的构造器io.seata.core.protocol.AbstractIdentifyResponse
 
AbstractLocker - io.seata.core.lock中的类
The type Abstract locker.
AbstractLocker() - 类 的构造器io.seata.core.lock.AbstractLocker
 
AbstractMessage - io.seata.core.protocol中的类
The type Abstract message.
AbstractMessage() - 类 的构造器io.seata.core.protocol.AbstractMessage
 
AbstractResultMessage - io.seata.core.protocol中的类
The type Abstract result message.
AbstractResultMessage() - 类 的构造器io.seata.core.protocol.AbstractResultMessage
 
AbstractRpcRemoting - io.seata.core.rpc.netty中的类
The type Abstract rpc remoting.
AbstractRpcRemoting(ThreadPoolExecutor) - 类 的构造器io.seata.core.rpc.netty.AbstractRpcRemoting
Instantiates a new Abstract rpc remoting.
AbstractRpcRemotingClient - io.seata.core.rpc.netty中的类
The type Rpc remoting client.
AbstractRpcRemotingClient(NettyClientConfig) - 类 的构造器io.seata.core.rpc.netty.AbstractRpcRemotingClient
Instantiates a new Rpc remoting client.
AbstractRpcRemotingClient(NettyClientConfig, EventExecutorGroup, ThreadPoolExecutor) - 类 的构造器io.seata.core.rpc.netty.AbstractRpcRemotingClient
Instantiates a new Rpc remoting client.
AbstractRpcRemotingClient.MergedSendRunnable - io.seata.core.rpc.netty中的类
The type Merged send runnable.
AbstractRpcRemotingServer - io.seata.core.rpc.netty中的类
The type Rpc remoting server.
AbstractRpcRemotingServer(NettyServerConfig) - 类 的构造器io.seata.core.rpc.netty.AbstractRpcRemotingServer
Instantiates a new Rpc remoting server.
AbstractRpcRemotingServer(NettyServerConfig, ThreadPoolExecutor, ChannelHandler...) - 类 的构造器io.seata.core.rpc.netty.AbstractRpcRemotingServer
Instantiates a new Rpc remoting server.
AbstractTransactionRequest - io.seata.core.protocol.transaction中的类
The type Abstract transaction request.
AbstractTransactionRequest() - 类 的构造器io.seata.core.protocol.transaction.AbstractTransactionRequest
 
AbstractTransactionRequestToRM - io.seata.core.protocol.transaction中的类
The type Abstract transaction request to rm.
AbstractTransactionRequestToRM() - 类 的构造器io.seata.core.protocol.transaction.AbstractTransactionRequestToRM
 
AbstractTransactionRequestToTC - io.seata.core.protocol.transaction中的类
The type Abstract transaction request to tc.
AbstractTransactionRequestToTC() - 类 的构造器io.seata.core.protocol.transaction.AbstractTransactionRequestToTC
 
AbstractTransactionResponse - io.seata.core.protocol.transaction中的类
The type Abstract transaction response.
AbstractTransactionResponse() - 类 的构造器io.seata.core.protocol.transaction.AbstractTransactionResponse
 
acquireLock(List<RowLock>) - 类 中的方法io.seata.core.lock.LocalDBLocker
 
acquireLock(List<RowLock>) - 接口 中的方法io.seata.core.lock.Locker
Acquire lock boolean.
acquireLock(LockDO) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
 
acquireLock(List<LockDO>) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
 
acquireLock(LockDO) - 接口 中的方法io.seata.core.store.LockStore
Acquire lock boolean.
acquireLock(List<LockDO>) - 接口 中的方法io.seata.core.store.LockStore
Acquire lock boolean.
activateObject(NettyPoolKey, Channel) - 类 中的方法io.seata.core.rpc.netty.NettyPoolableFactory
 
ACTIVE - 接口 中的静态变量io.seata.core.rpc.netty.ChannelAuthHealthChecker
The constant ACTIVE.
addChannelPipelineLast(Channel, ChannelHandler...) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Add channel pipeline last.
addDisposable(Disposable) - 类 中的方法io.seata.core.rpc.netty.ShutdownHook
 
addDisposable(Disposable, int) - 类 中的方法io.seata.core.rpc.netty.ShutdownHook
 
addResource(String) - 类 中的方法io.seata.core.rpc.RpcContext
Add resource.
addResources(Set<String>) - 类 中的方法io.seata.core.rpc.RpcContext
Add resources.
ALL_BRANCH_COLUMNS - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant ALL_BRANCH_COLUMNS.
ALL_COLUMNS - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant ALL_COLUMNS.
ALL_GLOBAL_COLUMNS - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant ALL_GLOBAL_COLUMNS.
applicationData - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndRequest
The Application data.
applicationId - 类 中的变量io.seata.core.protocol.AbstractIdentifyRequest
The Application id.
assertNotInGlobalTransaction() - 类 中的静态方法io.seata.core.context.RootContext
Assert not in global transaction.
ASYN_COMMITING_RETRY_DELAY - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant ASYN_COMMITING_RETRY_DELAY.

B

basketMap - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Basket map.
BATCH_DELETE_LOCK_SQL - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant BATCH_DELETE_LOCK_SQL.
begin(String, String, String, int) - 接口 中的方法io.seata.core.model.TransactionManager
Begin a new global transaction.
bind(String) - 类 中的静态方法io.seata.core.context.RootContext
Bind.
bindGlobalLockFlag() - 类 中的静态方法io.seata.core.context.RootContext
declare local transactions will use global lock check for update/delete/insert/selectForUpdate SQL
BOSS_THREAD_PREFIX - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant BOSS_THREAD_PREFIX.
brachTable - 类 中的变量io.seata.core.store.db.LogStoreDataBaseDAO
The Brach table.
BRANCH_TABLE_PLACEHOLD - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant BRANCH_TABLE_PLACEHOLD.
branchCommit(BranchType, String, long, String, String) - 接口 中的方法io.seata.core.model.ResourceManagerInbound
Commit a branch transaction.
BranchCommitRequest - io.seata.core.protocol.transaction中的类
The type Branch commit request.
BranchCommitRequest() - 类 的构造器io.seata.core.protocol.transaction.BranchCommitRequest
 
BranchCommitResponse - io.seata.core.protocol.transaction中的类
The type Branch commit response.
BranchCommitResponse() - 类 的构造器io.seata.core.protocol.transaction.BranchCommitResponse
 
branchId - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndRequest
The Branch id.
branchId - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndResponse
The Branch id.
branchRegister(BranchType, String, String, String, String, String) - 接口 中的方法io.seata.core.model.ResourceManagerOutbound
Branch register long.
BranchRegisterRequest - io.seata.core.protocol.transaction中的类
The type Branch register request.
BranchRegisterRequest() - 类 的构造器io.seata.core.protocol.transaction.BranchRegisterRequest
 
BranchRegisterResponse - io.seata.core.protocol.transaction中的类
The type Branch register response.
BranchRegisterResponse() - 类 的构造器io.seata.core.protocol.transaction.BranchRegisterResponse
 
branchReport(BranchType, String, long, BranchStatus, String) - 接口 中的方法io.seata.core.model.ResourceManagerOutbound
Branch report.
BranchReportRequest - io.seata.core.protocol.transaction中的类
The type Branch report request.
BranchReportRequest() - 类 的构造器io.seata.core.protocol.transaction.BranchReportRequest
 
BranchReportResponse - io.seata.core.protocol.transaction中的类
The type Branch report response.
BranchReportResponse() - 类 的构造器io.seata.core.protocol.transaction.BranchReportResponse
 
branchRollback(BranchType, String, long, String, String) - 接口 中的方法io.seata.core.model.ResourceManagerInbound
Rollback a branch transaction.
BranchRollbackRequest - io.seata.core.protocol.transaction中的类
The type Branch rollback request.
BranchRollbackRequest() - 类 的构造器io.seata.core.protocol.transaction.BranchRollbackRequest
 
BranchRollbackResponse - io.seata.core.protocol.transaction中的类
The type Branch rollback response.
BranchRollbackResponse() - 类 的构造器io.seata.core.protocol.transaction.BranchRollbackResponse
 
BranchStatus - io.seata.core.model中的枚举
Status of branch transaction.
branchStatus - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndResponse
The Branch status.
BranchTransactionDO - io.seata.core.store中的类
branch transaction data object
BranchTransactionDO() - 类 的构造器io.seata.core.store.BranchTransactionDO
 
BranchType - io.seata.core.model中的枚举
The enum Branch type.
branchType - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndRequest
The Branch type.
byteBuffer - 类 中的变量io.seata.core.protocol.AbstractIdentifyRequest
The Byte buffer.
byteBuffer - 类 中的变量io.seata.core.protocol.AbstractResultMessage
The Byte buffer.
byteBuffer - 类 中的变量io.seata.core.protocol.transaction.AbstractTransactionRequest
The Byte buffer.
byteBuffer - 类 中的变量io.seata.core.protocol.transaction.AbstractTransactionRequestToRM
The Byte buffer.
byteBuffer - 类 中的变量io.seata.core.protocol.transaction.AbstractTransactionRequestToTC
The Byte buffer.
bytesToInt(byte[], int) - 类 中的静态方法io.seata.core.protocol.AbstractMessage
Bytes to int int.

C

channelActive(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.RpcClientHandler
 
ChannelAuthHealthChecker - io.seata.core.rpc.netty中的接口
The interface Channel auth health checker.
channelCreated(Channel) - 类 中的方法io.seata.core.rpc.netty.DefaultChannelPoolHandler
 
ChannelEventListener - io.seata.core.rpc.netty中的接口
The interface Channel event listener.
channelHandlers - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Channel handlers.
channelInactive(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.RpcClientHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Channel inactive.
ChannelManager - io.seata.core.rpc中的类
The type channel manager.
ChannelManager() - 类 的构造器io.seata.core.rpc.ChannelManager
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.RpcClientHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Channel read.
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
 
CHECK_LOCK_SQL - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant CHECK_LOCK_SQL.
checkLockable(Connection, List<LockDO>) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
Check lock boolean.
checkVersion(String) - 类 中的静态方法io.seata.core.protocol.Version
Check version string.
cleanAllLocks() - 类 中的方法io.seata.core.lock.AbstractLocker
 
cleanAllLocks() - 接口 中的方法io.seata.core.lock.Locker
Clean all locks boolean.
CLIENT_ASYNC_COMMIT_BUFFER_LIMIT - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant CLIENT_ASYNC_COMMIT_BUFFER_LIMIT.
CLIENT_CHANNEL_CLAZZ - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant CLIENT_CHANNEL_CLAZZ.
CLIENT_LOCK_RETRY_INTERNAL - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant CLIENT_LOCK_RETRY_INTERNAL.
CLIENT_LOCK_RETRY_TIMES - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant CLIENT_LOCK_RETRY_TIMES.
CLIENT_PREFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant CLIENT_PREFIX.
CLIENT_REPORT_RETRY_COUNT - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant CLIENT_REPORT_RETRY_COUNT.
ClientMessageListener - io.seata.core.rpc中的接口
The interface Client message listener.
clientMessageListener - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemotingClient
The Client message listener.
ClientMessageSender - io.seata.core.rpc中的接口
The interface Client message sender.
ClientType - io.seata.core.rpc中的枚举
The enum Client type.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
 
code - 异常错误 中的变量io.seata.core.exception.TransactionException
The Code.
commit(String) - 接口 中的方法io.seata.core.model.TransactionManager
Global commit.
COMMITING_RETRY_DELAY - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant COMMITING_RETRY_DELAY.
CONFIG - 类 中的静态变量io.seata.core.exception.AbstractExceptionHandler
The constant CONFIG.
CONFIG - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant CONFIG.
CONFIG - 类 中的静态变量io.seata.core.store.db.AbstractDataSourceGenerator
The constant CONFIG.
CONFIG - 类 中的静态变量io.seata.core.store.db.LockStoreDataBaseDAO
The constant CONFIG.
CONFIG - 类 中的静态变量io.seata.core.store.db.LogStoreDataBaseDAO
The constant CONFIG.
ConfigurationKeys - io.seata.core.constants中的类
The type Configuration keys.
ConfigurationKeys() - 类 的构造器io.seata.core.constants.ConfigurationKeys
 
connect(String) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Connect channel.
connect(String) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
connect(String) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
ContextCore - io.seata.core.context中的接口
The interface Context core.
ContextCoreLoader - io.seata.core.context中的类
The type Context core loader.
ContextCoreLoader() - 类 的构造器io.seata.core.context.ContextCoreLoader
 
convertToLockDO(List<RowLock>) - 类 中的方法io.seata.core.lock.AbstractLocker
Convert to lock do list.
createEventLoopGroup(int, ThreadFactory) - 接口 中的方法io.seata.core.rpc.netty.RpcEventLoopGroup
Create event loop group event loop group.
ctx - 类 中的变量io.seata.core.protocol.AbstractMessage
The Ctx.
CURRENT - 类 中的静态变量io.seata.core.protocol.Version
The constant CURRENT.

D

DataSourceGenerator - io.seata.core.store.db中的接口
The interface Data source generator.
DBType - io.seata.core.constants中的枚举
database type
dbType - 类 中的变量io.seata.core.store.db.LockStoreDataBaseDAO
The Db type.
debugLog(String) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Debug log.
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
 
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
 
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.AbstractMessage
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.AbstractResultMessage
 
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.AbstractResultMessage
 
decode(ByteBuffer) - 接口 中的方法io.seata.core.protocol.MergedMessage
Decode.
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.MergedWarpMessage
 
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.MergeResultMessage
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.MergeResultMessage
Decode.
decode(ByteBuf) - 接口 中的方法io.seata.core.protocol.MessageCodec
Decode boolean.
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.RegisterRMRequest
 
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
 
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndRequest
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndResponse
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionResponse
 
decode(ByteBuf) - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionResponse
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterResponse
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginResponse
 
decode(ByteBuffer) - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryResponse
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.seata.core.rpc.netty.MessageCodecHandler
 
DefaultChannelPoolHandler - io.seata.core.rpc.netty中的类
The type Default channel pool handler.
DefaultChannelPoolHandler() - 类 的构造器io.seata.core.rpc.netty.DefaultChannelPoolHandler
 
DefaultServerMessageListenerImpl - io.seata.core.rpc中的类
The type Default server message listener.
DefaultServerMessageListenerImpl(TransactionMessageHandler) - 类 的构造器io.seata.core.rpc.DefaultServerMessageListenerImpl
Instantiates a new Default server message listener.
DELETE_BRANCH_TRANSACTION_BY_BRANCH_ID - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant DELETE_BRANCH_TRANSACTION_BY_BRANCH_ID.
DELETE_BRANCH_TRANSACTION_BY_XID - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant DELETE_BRANCH_TRANSACTION_BY_XID.
DELETE_GLOBAL_TRANSACTION - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant DELETE_GLOBAL_TRANSACTION.
DELETE_LOCK_SQL - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant DELETE_LOCK_SQL.
deleteBranchTransactionDO(BranchTransactionDO) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
deleteBranchTransactionDO(BranchTransactionDO) - 接口 中的方法io.seata.core.store.LogStore
Delete branch transaction do boolean.
deleteGlobalTransactionDO(GlobalTransactionDO) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
deleteGlobalTransactionDO(GlobalTransactionDO) - 接口 中的方法io.seata.core.store.LogStore
Delete global transaction do boolean.
destroy() - 接口 中的方法io.seata.core.rpc.Disposable
 
destroy() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Destroy.
destroy() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
destroy() - 类 中的方法io.seata.core.rpc.netty.RpcServer
Destroy.
destroyAll() - 类 中的方法io.seata.core.rpc.netty.ShutdownHook
 
destroyChannel(Channel) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Destroy channel.
destroyChannel(String, Channel) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Destroy channel.
destroyChannel(String, Channel) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingServer
 
destroyChannel(String, Channel) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
destroyChannel(String, Channel) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
destroyObject(NettyPoolKey, Channel) - 类 中的方法io.seata.core.rpc.netty.NettyPoolableFactory
 
DIRECT_BYTE_BUF_ALLOCATOR - 类 中的静态变量io.seata.core.rpc.netty.NettyServerConfig
The constant DIRECT_BYTE_BUF_ALLOCATOR.
dispatch(long, ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Dispatch.
dispatch(long, ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
dispatch(long, ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Dispatch.
Disposable - io.seata.core.rpc中的接口
 
doAcquireLock(Connection, LockDO) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
Do acquire lock boolean.
doEncode() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Do encode.
doEncode() - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
 
doEncode() - 类 中的方法io.seata.core.protocol.AbstractResultMessage
Do encode.
doEncode() - 类 中的方法io.seata.core.protocol.RegisterRMRequest
 
doEncode() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
 
doEncode() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndResponse
 
doEncode() - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionResponse
 
doEncode() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterResponse
 
doEncode() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginResponse
 
doEncode() - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryResponse
 

E

ENABLE_DEGRADE_POSTFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant ENABLE_DEGRADE_POSTFIX.
enableDegrade - 类 中的静态变量io.seata.core.rpc.netty.TmRpcClient
The constant enableDegrade.
enableEpoll() - 类 中的静态方法io.seata.core.rpc.netty.NettyServerConfig
Enable epoll boolean.
enableNative() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Enable native boolean.
encode() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
 
encode() - 类 中的方法io.seata.core.protocol.AbstractResultMessage
 
encode() - 类 中的方法io.seata.core.protocol.MergedWarpMessage
 
encode() - 类 中的方法io.seata.core.protocol.MergeResultMessage
 
encode() - 接口 中的方法io.seata.core.protocol.MessageCodec
Encode byte [ ].
encode() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
 
encode() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndRequest
 
encode() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
 
encode() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
 
encode() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
 
encode(ChannelHandlerContext, RpcMessage, ByteBuf) - 类 中的方法io.seata.core.rpc.netty.MessageCodecHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.seata.core.rpc.netty.RpcClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Exception caught.
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
exceptionHandleTemplate(AbstractExceptionHandler.Callback, AbstractTransactionRequest, AbstractTransactionResponse) - 类 中的方法io.seata.core.exception.AbstractExceptionHandler
Exception handle template.
execute(T, S) - 接口 中的方法io.seata.core.exception.AbstractExceptionHandler.Callback
Execute.
extraData - 类 中的变量io.seata.core.protocol.AbstractIdentifyRequest
The Extra data.
extraData - 类 中的变量io.seata.core.protocol.transaction.AbstractGlobalEndRequest
The Extra data.

F

flush(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.RpcClientHandler
 
futures - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Futures.

G

generateDataSource() - 接口 中的方法io.seata.core.store.db.DataSourceGenerator
create DataSource from config
get(String) - 接口 中的方法io.seata.core.context.ContextCore
Get string.
get(String) - 类 中的方法io.seata.core.context.ThreadLocalContextCore
 
get(byte) - 枚举 中的静态方法io.seata.core.exception.TransactionExceptionCode
Get transaction exception code.
get(int) - 枚举 中的静态方法io.seata.core.exception.TransactionExceptionCode
Get transaction exception code.
get(byte) - 枚举 中的静态方法io.seata.core.model.BranchStatus
Get branch status.
get(int) - 枚举 中的静态方法io.seata.core.model.BranchStatus
Get branch status.
get(byte) - 枚举 中的静态方法io.seata.core.model.BranchType
Get branch type.
get(int) - 枚举 中的静态方法io.seata.core.model.BranchType
Get branch type.
get(byte) - 枚举 中的静态方法io.seata.core.model.GlobalStatus
Get global status.
get(int) - 枚举 中的静态方法io.seata.core.model.GlobalStatus
Get global status.
get(long, TimeUnit) - 类 中的方法io.seata.core.protocol.MessageFuture
Get object.
get(byte) - 枚举 中的静态方法io.seata.core.protocol.ResultCode
Get result code.
get(int) - 枚举 中的静态方法io.seata.core.protocol.ResultCode
Get result code.
get(byte) - 枚举 中的静态方法io.seata.core.rpc.ClientType
Get client type.
get(int) - 枚举 中的静态方法io.seata.core.rpc.ClientType
Get client type.
getAddress() - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
Gets get address.
getAddressFromChannel(Channel) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Gets address from channel.
getAddressFromContext(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Gets address from context.
getApplicationData() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Gets application data.
getApplicationData() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Gets application data.
getApplicationData() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Gets application data.
getApplicationData() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets application data.
getApplicationData() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets application data.
getApplicationId() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Gets application id.
getApplicationId() - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
Gets client app name.
getApplicationId() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get application id.
getApplicationId() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets application id.
getAvailServerList(String) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Gets avail server list.
getBatchDeleteLockSql(String, String, String) - 类 中的静态方法io.seata.core.store.db.LockStoreSqls
Get batch delete lock sql string.
getBeginTime() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets begin time.
getBody() - 类 中的方法io.seata.core.protocol.RpcMessage
Gets body.
getBossThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Get boss thread prefix string.
getBossThreadSize() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Get boss thread size int.
getBranchId() - 类 中的方法io.seata.core.lock.RowLock
Gets branch id.
getBranchId() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Gets branch id.
getBranchId() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
Gets branch id.
getBranchId() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterResponse
Gets branch id.
getBranchId() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Gets branch id.
getBranchId() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets branch id.
getBranchId() - 类 中的方法io.seata.core.store.LockDO
Gets branch id.
getBranchStatus() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
Gets branch status.
getBranchType() - 接口 中的方法io.seata.core.model.Resource
get resource type, AT、TCC etc.
getBranchType() - 接口 中的方法io.seata.core.model.ResourceManager
Get the BranchType.
getBranchType() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Gets branch type.
getBranchType() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Gets branch type.
getBranchType() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Gets branch type.
getBranchType() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets branch type.
getChannel(String, String) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Gets get channel.
getChannel() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get channel.
getChannelMaxAllIdleSeconds() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets channel max all idle seconds.
getChannelMaxReadIdleSeconds() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets channel max read idle seconds.
getChannelMaxReadIdleSeconds() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets channel max read idle seconds.
getChannelMaxWriteIdleSeconds() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets client channel max idle time seconds.
getChannelVersion(Channel) - 类 中的静态方法io.seata.core.protocol.Version
Gets channel version.
getCheckAliveInternal() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets check alive internal.
getCheckLockableSql(String, String, String) - 类 中的静态方法io.seata.core.store.db.LockStoreSqls
Get check lock sql string.
getClientAppName() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets client app name.
getClientChannelClazz() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets client channel clazz.
getClientId() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get client id.
getClientId() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets client id.
getClientMessageListener() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Gets client message listener.
getClientRMHolderMap() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get client rm holder map.
getClientRole() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get client role.
getClientSelectorThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Get client selector thread prefix string.
getClientSelectorThreadSize() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets client selector thread size.
getClientSocketRcvBufSize() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets client socket rcv buf size.
getClientSocketSndBufSize() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets client socket snd buf size.
getClientType() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets client type.
getClientWorkerThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Get client worker thread prefix string.
getClientWorkerThreads() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets client worker threads.
getCode() - 异常错误 中的方法io.seata.core.exception.TransactionException
Gets code.
getCode() - 枚举 中的方法io.seata.core.model.BranchStatus
Gets code.
getCode() - 枚举 中的方法io.seata.core.model.GlobalStatus
Gets code.
getConnectTimeoutMillis() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets connect timeout millis.
getContextFromIdentified(Channel) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Gets get context from identified.
getCustomerKeys() - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
Gets customer keys.
getDBType() - 类 中的方法io.seata.core.store.db.AbstractDataSourceGenerator
Get db type db type.
getDefaultListenPort() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets listen port.
getDeleteBranchTransactionByBranchIdSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get delete branch transaction by branch id sql string.
getDeleteBranchTransactionByXId(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get delete branch transaction by x id string.
getDeleteGlobalTransactionSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get delete global transaction sql string.
getDeleteLockSql(String, String) - 类 中的静态方法io.seata.core.store.db.LockStoreSqls
Get delete lock sql string.
getDriverName(DBType) - 类 中的静态方法io.seata.core.store.db.AbstractDataSourceGenerator
Get driver name string.
getExecutorThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Get executor thread prefix string.
getExtraData() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Gets extra data.
getExtraData() - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
Gets extra data.
getExtraData() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndRequest
Gets extra data.
getExtraData() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginResponse
Gets extra data.
getFeature() - 类 中的方法io.seata.core.lock.RowLock
Gets feature.
getGlobalStatus() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndResponse
Gets global status.
getGmtCreate() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets gmt create.
getGmtCreate() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets gmt create.
getGmtModified() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets gmt modified.
getGmtModified() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets gmt modified.
getGroup() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Gets group.
getId() - 类 中的方法io.seata.core.protocol.RpcMessage
Gets id.
getInsertBranchTransactionSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get insert branch transaction sql string.
getInsertGlobalTransactionSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get insert global transaction sql string.
getInsertLockSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LockStoreSqls
Get insert lock sql string.
getInstance(String, String) - 类 中的静态方法io.seata.core.rpc.netty.RmRpcClient
Gets instance.
getInstance() - 类 中的静态方法io.seata.core.rpc.netty.RmRpcClient
Gets instance.
getInstance() - 类 中的静态方法io.seata.core.rpc.netty.ShutdownHook
 
getInstance(String, String) - 类 中的静态方法io.seata.core.rpc.netty.TmRpcClient
Gets instance.
getInstance() - 类 中的静态方法io.seata.core.rpc.netty.TmRpcClient
Gets instance.
getListenPort() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingServer
Gets listen port.
getLockKey() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Gets lock key.
getLockKey() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets lock key.
getManagedResources() - 接口 中的方法io.seata.core.model.ResourceManager
Get all resources managed by this manager.
getMaxAcquireConnMills() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Get max acquire conn mills long.
getMaxCheckAliveRetry() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets max check alive retry.
getMaxConn() - 类 中的方法io.seata.core.store.db.AbstractDataSourceGenerator
Get max conn int.
getMaxInactiveChannelCheck() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets max inactive channel check.
getMaxNotWriteableRetry() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets max not writeable retry.
getMaxPoolActive() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets max pool active.
getMergedResourceKeys(ResourceManager) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
Gets merged resource keys.
getMergeRequestInstanceByCode(int) - 类 中的静态方法io.seata.core.protocol.AbstractMessage
Gets merge request instance by code.
getMergeResponseInstanceByCode(int) - 类 中的静态方法io.seata.core.protocol.AbstractMessage
Gets merge response instance by code.
getMessage() - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
Gets message.
getMinConn() - 类 中的方法io.seata.core.store.db.AbstractDataSourceGenerator
Get min conn int.
getMinPoolIdle() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets min pool idle.
getMsg() - 类 中的方法io.seata.core.protocol.AbstractResultMessage
Gets msg.
getMsgInstanceByCode(short) - 类 中的静态方法io.seata.core.protocol.AbstractMessage
Gets msg instance by code.
getMsgs() - 类 中的方法io.seata.core.protocol.MergeResultMessage
Get msgs abstract result message [ ].
getNettyPoolConfig() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Gets netty pool config.
getNettyPoolConfig() - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
getNettyPoolConfig() - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
getNewChannel(InetSocketAddress) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Gets new channel.
getNextMessageId() - 类 中的静态方法io.seata.core.protocol.RpcMessage
Gets next message id.
getPassword() - 类 中的方法io.seata.core.store.db.AbstractDataSourceGenerator
Get password string.
getPendingConnSize() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets pending conn size.
getPerHostMaxConn() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets per host max conn.
getPerHostMinConn() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets per host min conn.
getPk() - 类 中的方法io.seata.core.lock.RowLock
Gets pk.
getPk() - 类 中的方法io.seata.core.store.LockDO
Gets pk.
getPortMap(String) - 类 中的方法io.seata.core.rpc.RpcContext
Gets port map.
getQueryGlobalTransactionForRecoverySQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get query global transaction for recovery sql string.
getQueryGlobalTransactionSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get query global transaction sql string.
getQueryGlobalTransactionSQLByStatus(String, String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get query global transaction sql by status string.
getQueryGlobalTransactionSQLByTransactionId(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get query global transaction sql by transaction id string.
getQueryLockSql(String, String) - 类 中的静态方法io.seata.core.store.db.LockStoreSqls
Get query lock sql string.
getQureyBranchTransaction(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get qurey branch transaction string.
getRequestMessage() - 类 中的方法io.seata.core.protocol.MessageFuture
Gets request message.
getResourceGroupId() - 接口 中的方法io.seata.core.model.Resource
Get the resource group id.
getResourceGroupId() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets resource group id.
getResourceId() - 类 中的方法io.seata.core.lock.RowLock
Gets resource id.
getResourceId() - 接口 中的方法io.seata.core.model.Resource
Get the resource id.
getResourceId() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Gets resource id.
getResourceId() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Gets resource id.
getResourceId() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Gets resource id.
getResourceId() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets resource id.
getResourceId() - 类 中的方法io.seata.core.store.LockDO
Gets resource id.
getResourceIds() - 类 中的方法io.seata.core.protocol.RegisterRMRequest
Gets resource ids.
getResourceSets() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get resource sets.
getResultCode() - 类 中的方法io.seata.core.protocol.AbstractResultMessage
Gets result code.
getRmDispatchThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets rm dispatch thread prefix.
getRoleFromChannel(Channel) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Gets get role from channel.
getRowKey(String, String, String) - 类 中的方法io.seata.core.lock.AbstractLocker
Get row key string.
getRowKey() - 类 中的方法io.seata.core.lock.RowLock
Gets row key.
getRowKey() - 类 中的方法io.seata.core.store.LockDO
Gets row key.
getRpcDispatchThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Get rpc dispatch thread prefix string.
getRpcRequestTimeout() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets rpc sendAsyncRequestWithResponse time out.
getRpcRequestTimeout() - 类 中的静态方法io.seata.core.rpc.netty.NettyServerConfig
Gets rpc request timeout.
getSameClientChannel(Channel) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Gets get same income client channel.
getServerChannelMaxIdleTimeSeconds() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets server channel max idle time seconds.
getServerMessageListener() - 类 中的方法io.seata.core.rpc.netty.RpcServer
Gets server message listener.
getServerMessageSender() - 类 中的方法io.seata.core.rpc.DefaultServerMessageListenerImpl
Gets server message sender.
getServerSelectorThreads() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets server selector threads.
getServerShutdownWaitTime() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Get the timeout seconds of shutdown.
getServerSocketResvBufSize() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets server socket resv buf size.
getServerSocketSendBufSize() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets server socket send buf size.
getServerWorkerThreads() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets server worker threads.
getSoBackLogSize() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets so back log size.
getSocketAddressStartChar() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets socket address start char.
getStatus(String) - 接口 中的方法io.seata.core.model.TransactionManager
Get current status of the give transaction.
getStatus() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Gets status.
getStatus() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets status.
getStatus() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets status.
getTableName() - 类 中的方法io.seata.core.lock.RowLock
Gets table name.
getTableName() - 类 中的方法io.seata.core.store.LockDO
Gets table name.
getThreadPrefix(String) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Gets thread prefix.
getTimeout() - 类 中的方法io.seata.core.protocol.MessageFuture
Gets timeout.
getTimeout() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
Gets timeout.
getTimeout() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets timeout.
getTmDispatchThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Gets tm dispatch thread prefix.
getTransactionExceptionCode() - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionResponse
Gets transaction exception code.
getTransactionId() - 类 中的方法io.seata.core.lock.RowLock
Gets transaction id.
getTransactionId() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets transaction id.
getTransactionId() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets transaction id.
getTransactionId() - 类 中的方法io.seata.core.store.LockDO
Gets transaction id.
getTransactionName() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
Gets transaction name.
getTransactionName() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets transaction name.
getTransactionRole() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Gets transaction role.
getTransactionRole() - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
Gets get client role.
getTransactionRole() - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
getTransactionRole() - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
getTransactionServiceGroup() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Gets transaction service group.
getTransactionServiceGroup() - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
Gets transaction service group.
getTransactionServiceGroup() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get transaction service group.
getTransactionServiceGroup() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets transaction service group.
getTypeCode() - 类 中的方法io.seata.core.protocol.MergedWarpMessage
 
getTypeCode() - 类 中的方法io.seata.core.protocol.MergeResultMessage
 
getTypeCode() - 接口 中的方法io.seata.core.protocol.MessageCodec
Gets type code.
getTypeCode() - 类 中的方法io.seata.core.protocol.RegisterRMRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.RegisterRMResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.RegisterTMRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.RegisterTMResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchCommitRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchCommitResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchReportResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchRollbackRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.BranchRollbackResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalCommitRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalCommitResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalRollbackRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalRollbackResponse
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalStatusRequest
 
getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalStatusResponse
 
getUpdateBranchTransactionStatusSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get update branch transaction status sql string.
getUpdateGlobalTransactionStatusSQL(String, String) - 类 中的静态方法io.seata.core.store.db.LogStoreSqls
Get update global transaction status sql string.
getUrl() - 类 中的方法io.seata.core.store.db.AbstractDataSourceGenerator
Get url string.
getUser() - 类 中的方法io.seata.core.store.db.AbstractDataSourceGenerator
Get user string.
getValidationQuery(DBType) - 类 中的方法io.seata.core.store.db.AbstractDataSourceGenerator
Get validation query string.
getValue() - 枚举 中的方法io.seata.core.rpc.netty.NettyPoolKey.TransactionRole
Gets value.
getVersion() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Gets version.
getVersion() - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
Gets version.
getVersion() - 类 中的方法io.seata.core.rpc.RpcContext
Gets get version.
getVgroup() - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Gets vgroup.
getWorkerThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Get worker thread prefix string.
getWriteBufferHighWaterMark() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets write buffer high water mark.
getWriteBufferLowWaterMark() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Gets write buffer low water mark.
getXID() - 类 中的静态方法io.seata.core.context.RootContext
Gets xid.
getXid() - 类 中的方法io.seata.core.lock.RowLock
Gets xid.
getXid() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Gets xid.
getXid() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
Gets xid.
getXid() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndRequest
Gets xid.
getXid() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Gets xid.
getXid() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Gets xid.
getXid() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginResponse
Gets xid.
getXid() - 类 中的方法io.seata.core.store.BranchTransactionDO
Gets xid.
getXid() - 类 中的方法io.seata.core.store.GlobalTransactionDO
Gets xid.
getXid() - 类 中的方法io.seata.core.store.LockDO
Gets xid.
GLOBAL_TABLE_PLACEHOLD - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant GLOBAL_TABLE_PLACEHOLD.
GlobalBeginRequest - io.seata.core.protocol.transaction中的类
The type Global begin request.
GlobalBeginRequest() - 类 的构造器io.seata.core.protocol.transaction.GlobalBeginRequest
 
GlobalBeginResponse - io.seata.core.protocol.transaction中的类
The type Global begin response.
GlobalBeginResponse() - 类 的构造器io.seata.core.protocol.transaction.GlobalBeginResponse
 
GlobalCommitRequest - io.seata.core.protocol.transaction中的类
The type Global commit request.
GlobalCommitRequest() - 类 的构造器io.seata.core.protocol.transaction.GlobalCommitRequest
 
GlobalCommitResponse - io.seata.core.protocol.transaction中的类
The type Global commit response.
GlobalCommitResponse() - 类 的构造器io.seata.core.protocol.transaction.GlobalCommitResponse
 
GlobalLockQueryRequest - io.seata.core.protocol.transaction中的类
The type Global lock query request.
GlobalLockQueryRequest() - 类 的构造器io.seata.core.protocol.transaction.GlobalLockQueryRequest
 
GlobalLockQueryResponse - io.seata.core.protocol.transaction中的类
The type Global lock query response.
GlobalLockQueryResponse() - 类 的构造器io.seata.core.protocol.transaction.GlobalLockQueryResponse
 
GlobalRollbackRequest - io.seata.core.protocol.transaction中的类
The type Global rollback request.
GlobalRollbackRequest() - 类 的构造器io.seata.core.protocol.transaction.GlobalRollbackRequest
 
GlobalRollbackResponse - io.seata.core.protocol.transaction中的类
The type Global rollback response.
GlobalRollbackResponse() - 类 的构造器io.seata.core.protocol.transaction.GlobalRollbackResponse
 
GlobalStatus - io.seata.core.model中的枚举
Status of global transaction.
globalStatus - 类 中的变量io.seata.core.protocol.transaction.AbstractGlobalEndResponse
The Global status.
GlobalStatusRequest - io.seata.core.protocol.transaction中的类
The type Global status request.
GlobalStatusRequest() - 类 的构造器io.seata.core.protocol.transaction.GlobalStatusRequest
 
GlobalStatusResponse - io.seata.core.protocol.transaction中的类
The type Global status response.
GlobalStatusResponse() - 类 的构造器io.seata.core.protocol.transaction.GlobalStatusResponse
 
globalTable - 类 中的变量io.seata.core.store.db.LogStoreDataBaseDAO
The Global table.
GlobalTransactionDO - io.seata.core.store中的类
Global Transaction data object
GlobalTransactionDO() - 类 的构造器io.seata.core.store.GlobalTransactionDO
 
GROUPLIST_POSTFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant GROUPLIST_POSTFIX.

H

handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionRequest
Handle abstract transaction response.
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.BranchCommitRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.BranchRollbackRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.GlobalCommitRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.GlobalRollbackRequest
 
handle(RpcContext) - 类 中的方法io.seata.core.protocol.transaction.GlobalStatusRequest
 
handle(BranchCommitRequest) - 接口 中的方法io.seata.core.protocol.transaction.RMInboundHandler
Handle branch commit response.
handle(BranchRollbackRequest) - 接口 中的方法io.seata.core.protocol.transaction.RMInboundHandler
Handle branch rollback response.
handle(GlobalBeginRequest, RpcContext) - 接口 中的方法io.seata.core.protocol.transaction.TCInboundHandler
Handle global begin response.
handle(GlobalCommitRequest, RpcContext) - 接口 中的方法io.seata.core.protocol.transaction.TCInboundHandler
Handle global commit response.
handle(GlobalRollbackRequest, RpcContext) - 接口 中的方法io.seata.core.protocol.transaction.TCInboundHandler
Handle global rollback response.
handle(BranchRegisterRequest, RpcContext) - 接口 中的方法io.seata.core.protocol.transaction.TCInboundHandler
Handle branch register response.
handle(BranchReportRequest, RpcContext) - 接口 中的方法io.seata.core.protocol.transaction.TCInboundHandler
Handle branch report response.
handle(GlobalLockQueryRequest, RpcContext) - 接口 中的方法io.seata.core.protocol.transaction.TCInboundHandler
Handle global lock query response.
handle(GlobalStatusRequest, RpcContext) - 接口 中的方法io.seata.core.protocol.transaction.TCInboundHandler
Handle global status response.
handler - 类 中的变量io.seata.core.protocol.transaction.AbstractTransactionRequestToRM
The Handler.
handler - 类 中的变量io.seata.core.protocol.transaction.AbstractTransactionRequestToTC
The Handler.
HeartbeatMessage - io.seata.core.protocol中的类
The type Heartbeat message.
holdInClientChannels(ConcurrentMap<Integer, RpcContext>) - 类 中的方法io.seata.core.rpc.RpcContext
Hold in client channels.
holdInIdentifiedChannels(ConcurrentMap<Channel, RpcContext>) - 类 中的方法io.seata.core.rpc.RpcContext
Hold in identified channels.
holdInResourceManagerChannels(String, ConcurrentMap<Integer, RpcContext>) - 类 中的方法io.seata.core.rpc.RpcContext
Hold in resource manager channels.
holdInResourceManagerChannels(String, Integer) - 类 中的方法io.seata.core.rpc.RpcContext
Hold in resource manager channels.

I

IN_PARAMS_PLACEHOLD - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant IN_PARAMS_PLACEHOLD.
IncompatibleVersionException - io.seata.core.protocol中的异常错误
The type Incompatible version exception.
IncompatibleVersionException(String) - 异常错误 的构造器io.seata.core.protocol.IncompatibleVersionException
Instantiates a new Incompatible version exception.
inGlobalTransaction() - 类 中的静态方法io.seata.core.context.RootContext
In global transaction boolean.
init() - 类 中的方法io.seata.core.rpc.DefaultServerMessageListenerImpl
Init.
init() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Init.
init() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
init() - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
init() - 类 中的方法io.seata.core.rpc.netty.RpcServer
Init.
init() - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
init(long, long) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
Init.
init() - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
 
init() - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
INSERT_BRANCH_TRANSACTION_MYSQL - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant INSERT_BRANCH_TRANSACTION_MYSQL.
INSERT_BRANCH_TRANSACTION_ORACLE - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant INSERT_BRANCH_TRANSACTION_ORACLE.
INSERT_GLOBAL_TRANSACTION_MYSQL - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant INSERT_GLOBAL_TRANSACTION_MYSQL.
INSERT_GLOBAL_TRANSACTION_ORACLE - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant INSERT_GLOBAL_TRANSACTION_ORACLE.
INSERT_LOCK_SQL_MYSQL - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant INSERT_LOCK_SQL_MYSQL.
INSERT_LOCK_SQL_ORACLE - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant INSERT_LOCK_SQL_ORACLE.
insertBranchTransactionDO(BranchTransactionDO) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
insertBranchTransactionDO(BranchTransactionDO) - 接口 中的方法io.seata.core.store.LogStore
Insert branch transaction do boolean.
insertGlobalTransactionDO(GlobalTransactionDO) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
insertGlobalTransactionDO(GlobalTransactionDO) - 接口 中的方法io.seata.core.store.LogStore
Insert global transaction do boolean.
intToBytes(int, byte[], int) - 类 中的静态方法io.seata.core.protocol.AbstractMessage
Int to bytes.
io.seata.core.constants - 程序包 io.seata.core.constants
 
io.seata.core.context - 程序包 io.seata.core.context
 
io.seata.core.exception - 程序包 io.seata.core.exception
 
io.seata.core.lock - 程序包 io.seata.core.lock
 
io.seata.core.model - 程序包 io.seata.core.model
 
io.seata.core.protocol - 程序包 io.seata.core.protocol
 
io.seata.core.protocol.transaction - 程序包 io.seata.core.protocol.transaction
 
io.seata.core.rpc - 程序包 io.seata.core.rpc
 
io.seata.core.rpc.netty - 程序包 io.seata.core.rpc.netty
 
io.seata.core.store - 程序包 io.seata.core.store
 
io.seata.core.store.db - 程序包 io.seata.core.store.db
 
isAsync() - 类 中的方法io.seata.core.protocol.RpcMessage
Is async boolean.
isEnableServerPooledByteBufAllocator() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Is enable server pooled byte buf allocator boolean.
isHeartbeat() - 类 中的方法io.seata.core.protocol.RpcMessage
Is heartbeat boolean.
isIdentified() - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
Is identified boolean.
isLockable(List<RowLock>) - 类 中的方法io.seata.core.lock.LocalDBLocker
 
isLockable(List<RowLock>) - 接口 中的方法io.seata.core.lock.Locker
Is lockable boolean.
isLockable() - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryResponse
Is lockable boolean.
isLockable(List<LockDO>) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
 
isLockable(List<LockDO>) - 接口 中的方法io.seata.core.store.LockStore
Is lockable boolean.
isPoolLifo() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Is pool fifo boolean.
isPoolTestBorrow() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Is pool test borrow boolean.
isPoolTestReturn() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Is pool test return boolean.
isRegistered(Channel) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Is registered boolean.
isRequest() - 类 中的方法io.seata.core.protocol.RpcMessage
Is request boolean.
isSending - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Is sending.
isTimeout() - 类 中的方法io.seata.core.protocol.MessageFuture
Is timeout boolean.
isUseConnPool() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Is use conn pool boolean.

K

KEY_GLOBAL_LOCK_FLAG - 类 中的静态变量io.seata.core.context.RootContext
 
KEY_XID - 类 中的静态变量io.seata.core.context.RootContext
The constant KEY_XID.

L

load() - 类 中的静态方法io.seata.core.context.ContextCoreLoader
Load context core.
loadBalance(String) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
LocalDBLocker - io.seata.core.lock中的类
The type Local db locker.
LocalDBLocker() - 类 的构造器io.seata.core.lock.LocalDBLocker
 
LOCK_DB_DEFAULT_TABLE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant LOCK_DB_DEFAULT_TABLE.
LOCK_DB_TABLE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant LOCK_DB_TABLE.
LOCK_MODE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant LOCK_MODE.
LOCK_SPLIT - 类 中的静态变量io.seata.core.lock.AbstractLocker
The constant LOCK_SPLIT.
LOCK_TABLE_PLACEHOLD - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant LOCK_TABLE_PLACEHOLD.
LockDO - io.seata.core.store中的类
The type Lock do.
LockDO() - 类 的构造器io.seata.core.store.LockDO
Instantiates a new Lock do.
Locker - io.seata.core.lock中的接口
The interface Locker.
LockMode - io.seata.core.lock中的枚举
lock mode
lockQuery(BranchType, String, String, String) - 接口 中的方法io.seata.core.model.ResourceManagerOutbound
Lock query boolean.
LockStore - io.seata.core.store中的接口
The interface Lock store.
LockStoreDataBaseDAO - io.seata.core.store.db中的类
The type Data base lock store.
LockStoreDataBaseDAO(DataSource) - 类 的构造器io.seata.core.store.db.LockStoreDataBaseDAO
Instantiates a new Data base lock store dao.
LockStoreSqls - io.seata.core.store.db中的类
The type Lock store sqls.
LockStoreSqls() - 类 的构造器io.seata.core.store.db.LockStoreSqls
 
lockTable - 类 中的变量io.seata.core.store.db.LockStoreDataBaseDAO
The Lock table.
LOGGER - 类 中的静态变量io.seata.core.lock.AbstractLocker
The constant LOGGER.
LogStore - io.seata.core.store中的接口
the transaction log store
LogStoreDataBaseDAO - io.seata.core.store.db中的类
The type Log store data base dao.
LogStoreDataBaseDAO() - 类 的构造器io.seata.core.store.db.LogStoreDataBaseDAO
Instantiates a new Log store data base dao.
LogStoreDataBaseDAO(DataSource) - 类 的构造器io.seata.core.store.db.LogStoreDataBaseDAO
Instantiates a new Log store data base dao.
logStoreDataSource - 类 中的变量io.seata.core.store.db.LockStoreDataBaseDAO
The Log store data source.
logStoreDataSource - 类 中的变量io.seata.core.store.db.LogStoreDataBaseDAO
The Log store data source.
LogStoreSqls - io.seata.core.store.db中的类
database log store SQLs
LogStoreSqls() - 类 的构造器io.seata.core.store.db.LogStoreSqls
 

M

makeObject(NettyPoolKey) - 类 中的方法io.seata.core.rpc.netty.NettyPoolableFactory
 
MAX_ALL_IDLE_SECONDS - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant MAX_ALL_IDLE_SECONDS.
MAX_READ_IDLE_SECONDS - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant MAX_READ_IDLE_SECONDS.
MAX_WRITE_IDLE_SECONDS - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant MAX_WRITE_IDLE_SECONDS.
MergedMessage - io.seata.core.protocol中的接口
The interface Merged message.
MergedSendRunnable() - 类 的构造器io.seata.core.rpc.netty.AbstractRpcRemotingClient.MergedSendRunnable
 
MergedWarpMessage - io.seata.core.protocol中的类
The type Merged warp message.
MergedWarpMessage() - 类 的构造器io.seata.core.protocol.MergedWarpMessage
 
mergeLock - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Merge lock.
MergeMessage - io.seata.core.protocol中的接口
The interface Merge message.
mergeMsgMap - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Merge msg map.
MergeResultMessage - io.seata.core.protocol中的类
The type Merge result message.
MergeResultMessage() - 类 的构造器io.seata.core.protocol.MergeResultMessage
 
MessageCodec - io.seata.core.protocol中的接口
The interface Message codec.
MessageCodecHandler - io.seata.core.rpc.netty中的类
The type Message codec handler.
MessageCodecHandler() - 类 的构造器io.seata.core.rpc.netty.MessageCodecHandler
 
messageExecutor - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Message executor.
MessageFuture - io.seata.core.protocol中的类
The type Message future.
MessageFuture() - 类 的构造器io.seata.core.protocol.MessageFuture
 
msgIds - 类 中的变量io.seata.core.protocol.MergedWarpMessage
The Msg ids.
msgs - 类 中的变量io.seata.core.protocol.MergedWarpMessage
The Msgs.
msgs - 类 中的变量io.seata.core.protocol.MergeResultMessage
The Msgs.

N

name - 枚举 中的变量io.seata.core.rpc.netty.TransportProtocolType
The Name.
name - 枚举 中的变量io.seata.core.rpc.netty.TransportServerType
The Name.
NettyBaseConfig - io.seata.core.rpc.netty中的类
The type Netty base config.
NettyBaseConfig() - 类 的构造器io.seata.core.rpc.netty.NettyBaseConfig
 
NettyClientConfig - io.seata.core.rpc.netty中的类
The type Netty client config.
NettyClientConfig() - 类 的构造器io.seata.core.rpc.netty.NettyClientConfig
 
nettyClientKeyPool - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemotingClient
The Netty client key pool.
NettyPoolableFactory - io.seata.core.rpc.netty中的类
The type Netty key poolable factory.
NettyPoolableFactory(AbstractRpcRemotingClient) - 类 的构造器io.seata.core.rpc.netty.NettyPoolableFactory
Instantiates a new Netty key poolable factory.
NettyPoolKey - io.seata.core.rpc.netty中的类
The type Netty pool key.
NettyPoolKey(NettyPoolKey.TransactionRole, String) - 类 的构造器io.seata.core.rpc.netty.NettyPoolKey
Instantiates a new Netty pool key.
NettyPoolKey(NettyPoolKey.TransactionRole, String, AbstractMessage) - 类 的构造器io.seata.core.rpc.netty.NettyPoolKey
Instantiates a new Netty pool key.
NettyPoolKey.TransactionRole - io.seata.core.rpc.netty中的枚举
The enum Client role.
NettyServerConfig - io.seata.core.rpc.netty中的类
The type Netty server config.
NettyServerConfig() - 类 的构造器io.seata.core.rpc.netty.NettyServerConfig
 
nowMills - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Now mills.

O

onChannelClose(String, Channel) - 接口 中的方法io.seata.core.rpc.netty.ChannelEventListener
On channel close.
onChannelConnect(String, Channel) - 接口 中的方法io.seata.core.rpc.netty.ChannelEventListener
On channel connect.
onChannelException(String, Channel) - 接口 中的方法io.seata.core.rpc.netty.ChannelEventListener
On channel exception.
onChannelIdle(String, Channel) - 接口 中的方法io.seata.core.rpc.netty.ChannelEventListener
On channel idle.
onCheckMessage(long, ChannelHandlerContext, ServerMessageSender) - 类 中的方法io.seata.core.rpc.DefaultServerMessageListenerImpl
 
onCheckMessage(long, ChannelHandlerContext, ServerMessageSender) - 接口 中的方法io.seata.core.rpc.ServerMessageListener
On check message.
onException(T, S, Exception) - 类 中的方法io.seata.core.exception.AbstractExceptionHandler.AbstractCallback
 
onException(T, S, Exception) - 接口 中的方法io.seata.core.exception.AbstractExceptionHandler.Callback
on other exception
onMessage(long, String, Object, ClientMessageSender) - 接口 中的方法io.seata.core.rpc.ClientMessageListener
On message.
onMessage(long, String, Object, ClientMessageSender) - 类 中的方法io.seata.core.rpc.netty.RmMessageListener
 
onRegisterMsgFail(String, Channel, Object, AbstractMessage) - 接口 中的方法io.seata.core.rpc.netty.RegisterMsgListener
On register msg fail.
onRegisterMsgFail(String, Channel, Object, AbstractMessage) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
onRegisterMsgFail(String, Channel, Object, AbstractMessage) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
onRegisterMsgSuccess(String, Channel, Object, AbstractMessage) - 接口 中的方法io.seata.core.rpc.netty.RegisterMsgListener
On register msg success.
onRegisterMsgSuccess(String, Channel, Object, AbstractMessage) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
onRegisterMsgSuccess(String, Channel, Object, AbstractMessage) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
onRegRmMessage(long, ChannelHandlerContext, RegisterRMRequest, ServerMessageSender, RegisterCheckAuthHandler) - 类 中的方法io.seata.core.rpc.DefaultServerMessageListenerImpl
 
onRegRmMessage(long, ChannelHandlerContext, RegisterRMRequest, ServerMessageSender, RegisterCheckAuthHandler) - 接口 中的方法io.seata.core.rpc.ServerMessageListener
On reg rm message.
onRegTmMessage(long, ChannelHandlerContext, RegisterTMRequest, ServerMessageSender, RegisterCheckAuthHandler) - 类 中的方法io.seata.core.rpc.DefaultServerMessageListenerImpl
 
onRegTmMessage(long, ChannelHandlerContext, RegisterTMRequest, ServerMessageSender, RegisterCheckAuthHandler) - 接口 中的方法io.seata.core.rpc.ServerMessageListener
On reg tm message.
onRequest(AbstractMessage, RpcContext) - 接口 中的方法io.seata.core.rpc.TransactionMessageHandler
On a request received.
onResponse(AbstractResultMessage, RpcContext) - 接口 中的方法io.seata.core.rpc.TransactionMessageHandler
On a response received.
onSuccess(T, S) - 类 中的方法io.seata.core.exception.AbstractExceptionHandler.AbstractCallback
 
onSuccess(T, S) - 接口 中的方法io.seata.core.exception.AbstractExceptionHandler.Callback
on Success
onTransactionException(T, S, TransactionException) - 类 中的方法io.seata.core.exception.AbstractExceptionHandler.AbstractCallback
 
onTransactionException(T, S, TransactionException) - 接口 中的方法io.seata.core.exception.AbstractExceptionHandler.Callback
onTransactionException
onTrxMessage(long, ChannelHandlerContext, Object, ServerMessageSender) - 类 中的方法io.seata.core.rpc.DefaultServerMessageListenerImpl
 
onTrxMessage(long, ChannelHandlerContext, Object, ServerMessageSender) - 接口 中的方法io.seata.core.rpc.ServerMessageListener
On trx message.

P

passivateObject(NettyPoolKey, Channel) - 类 中的方法io.seata.core.rpc.netty.NettyPoolableFactory
 
PING - 类 中的静态变量io.seata.core.protocol.HeartbeatMessage
The constant PING.
PONG - 类 中的静态变量io.seata.core.protocol.HeartbeatMessage
The constant PONG.
PRAMETER_PLACEHOLD - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant PRAMETER_PLACEHOLD.
put(String, String) - 接口 中的方法io.seata.core.context.ContextCore
Put string.
put(String, String) - 类 中的方法io.seata.core.context.ThreadLocalContextCore
 
putChannelVersion(Channel, String) - 类 中的静态方法io.seata.core.protocol.Version
Put channel version.

Q

QUERY_GLOBAL_TRANSACTION - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant QUERY_GLOBAL_TRANSACTION.
QUERY_GLOBAL_TRANSACTION_BY_ID - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant QUERY_GLOBAL_TRANSACTION_ID.
QUERY_GLOBAL_TRANSACTION_BY_STATUS - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant QUERY_GLOBAL_TRANSACTION_BY_STATUS.
QUERY_GLOBAL_TRANSACTION_FOR_RECOVERY_MYSQL - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant QUERY_GLOBAL_TRANSACTION_FOR_RECOVERY_MYSQL.
QUERY_GLOBAL_TRANSACTION_FOR_RECOVERY_ORACLE - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant QUERY_GLOBAL_TRANSACTION_FOR_RECOVERY_ORACLE.
QUERY_LOCK_SQL - 类 中的静态变量io.seata.core.store.db.LockStoreSqls
The constant QUERY_LOCK_SQL.
queryBranchTransactionDO(String) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
queryBranchTransactionDO(String) - 接口 中的方法io.seata.core.store.LogStore
Query branch transaction do boolean.
queryGlobalTransactionDO(String) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
queryGlobalTransactionDO(long) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
queryGlobalTransactionDO(int[], int) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
queryGlobalTransactionDO(String) - 接口 中的方法io.seata.core.store.LogStore
Query global transaction do global transaction do.
queryGlobalTransactionDO(long) - 接口 中的方法io.seata.core.store.LogStore
Query global transaction do global transaction do.
queryGlobalTransactionDO(int[], int) - 接口 中的方法io.seata.core.store.LogStore
Query global transaction do list.
QUREY_BRANCH_TRANSACTION - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant QUREY_BRANCH_TRANSACTION.

R

reconnect(String) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
RegisterCheckAuthHandler - io.seata.core.rpc.netty中的接口
The interface Register check auth handler.
RegisterMsgListener - io.seata.core.rpc.netty中的接口
The interface Register msg listener.
registerResource(Resource) - 接口 中的方法io.seata.core.model.ResourceManager
Register a Resource to be managed by Resource Manager.
registerResource(String, String) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
Register new db key.
registerRMChannel(RegisterRMRequest, Channel) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Register rm channel.
RegisterRMRequest - io.seata.core.protocol中的类
The type Register rm request.
RegisterRMRequest() - 类 的构造器io.seata.core.protocol.RegisterRMRequest
Instantiates a new Register rm request.
RegisterRMRequest(String, String) - 类 的构造器io.seata.core.protocol.RegisterRMRequest
Instantiates a new Register rm request.
RegisterRMResponse - io.seata.core.protocol中的类
The type Register rm response.
RegisterRMResponse() - 类 的构造器io.seata.core.protocol.RegisterRMResponse
Instantiates a new Register rm response.
RegisterRMResponse(boolean) - 类 的构造器io.seata.core.protocol.RegisterRMResponse
Instantiates a new Register rm response.
registerTMChannel(RegisterTMRequest, Channel) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Register tm channel.
RegisterTMRequest - io.seata.core.protocol中的类
The type Register tm request.
RegisterTMRequest() - 类 的构造器io.seata.core.protocol.RegisterTMRequest
Instantiates a new Register tm request.
RegisterTMRequest(String, String, String) - 类 的构造器io.seata.core.protocol.RegisterTMRequest
Instantiates a new Register tm request.
RegisterTMRequest(String, String) - 类 的构造器io.seata.core.protocol.RegisterTMRequest
Instantiates a new Register tm request.
RegisterTMResponse - io.seata.core.protocol中的类
The type Register tm response.
RegisterTMResponse() - 类 的构造器io.seata.core.protocol.RegisterTMResponse
Instantiates a new Register tm response.
RegisterTMResponse(boolean) - 类 的构造器io.seata.core.protocol.RegisterTMResponse
Instantiates a new Register tm response.
regResourceManagerCheckAuth(RegisterRMRequest) - 接口 中的方法io.seata.core.rpc.netty.RegisterCheckAuthHandler
Reg resource manager check auth boolean.
regTransactionManagerCheckAuth(RegisterTMRequest) - 接口 中的方法io.seata.core.rpc.netty.RegisterCheckAuthHandler
Reg transaction manager check auth boolean.
release() - 类 中的方法io.seata.core.rpc.RpcContext
Release.
releaseChannel(Channel, String) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Release channel.
releaseChannel(Channel, String) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
releaseChannel(Channel, String) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
releaseLock(List<RowLock>) - 类 中的方法io.seata.core.lock.LocalDBLocker
 
releaseLock(List<RowLock>) - 接口 中的方法io.seata.core.lock.Locker
Un lock boolean.
releaseRpcContext(Channel) - 类 中的静态方法io.seata.core.rpc.ChannelManager
Release rpc context.
RemotingServer - io.seata.core.rpc中的接口
The interface Remoting server.
RemotingService - io.seata.core.rpc中的接口
The interface Remoting service.
remove(String) - 接口 中的方法io.seata.core.context.ContextCore
Remove string.
remove(String) - 类 中的方法io.seata.core.context.ThreadLocalContextCore
 
removeRuntimeShutdownHook() - 类 中的静态方法io.seata.core.rpc.netty.ShutdownHook
for spring context
requireGlobalLock() - 类 中的静态方法io.seata.core.context.RootContext
requires global lock check
Resource - io.seata.core.model中的接口
Resource that can be managed by Resource Manager and involved into global transaction.
resourceId - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndRequest
The Resource id.
ResourceManager - io.seata.core.model中的接口
Resource Manager: common behaviors.
ResourceManagerInbound - io.seata.core.model中的接口
Resource Manager.
ResourceManagerOutbound - io.seata.core.model中的接口
Resource Manager: send outbound request to TC.
ResultCode - io.seata.core.protocol中的枚举
The enum Result code.
RMInboundHandler - io.seata.core.protocol.transaction中的接口
The interface Rm inbound handler.
RmMessageListener - io.seata.core.rpc.netty中的类
The type Rm message listener.
RmMessageListener(TransactionMessageHandler) - 类 的构造器io.seata.core.rpc.netty.RmMessageListener
Instantiates a new Rm message listener.
RmRpcClient - io.seata.core.rpc.netty中的类
The type Rm rpc client.
rollback(String) - 接口 中的方法io.seata.core.model.TransactionManager
Global rollback.
ROLLBACKING_RETRY_DELAY - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant ROLLBACKING_RETRY_DELAY.
RootContext - io.seata.core.context中的类
The type Root context.
RootContext() - 类 的构造器io.seata.core.context.RootContext
 
RowLock - io.seata.core.lock中的类
The type Row lock.
RowLock() - 类 的构造器io.seata.core.lock.RowLock
 
RpcClientHandler - io.seata.core.rpc.netty中的类
The type Rpc client handler.
RpcClientHandler() - 类 的构造器io.seata.core.rpc.netty.RpcClientHandler
Instantiates a new Rpc client handler.
RpcContext - io.seata.core.rpc中的类
The type rpc context.
RpcContext() - 类 的构造器io.seata.core.rpc.RpcContext
 
RpcEventLoopGroup - io.seata.core.rpc.netty中的接口
The interface Rpc event loop group.
RpcMessage - io.seata.core.protocol中的类
The type Rpc message.
RpcMessage() - 类 的构造器io.seata.core.protocol.RpcMessage
 
RpcServer - io.seata.core.rpc.netty中的类
The type Abstract rpc server.
RpcServer(ThreadPoolExecutor) - 类 的构造器io.seata.core.rpc.netty.RpcServer
Instantiates a new Abstract rpc server.
run() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient.MergedSendRunnable
 
run() - 类 中的方法io.seata.core.rpc.netty.ShutdownHook
 

S

sendAsyncRequestWithoutResponse(String, Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Send async request without response object.
sendAsyncRequestWithResponse(String, Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Send async request with response object.
sendAsyncRequestWithResponse(String, Channel, Object, long) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Send async request with response object.
sendMsgWithResponse(Object, long) - 接口 中的方法io.seata.core.rpc.ClientMessageSender
Send msg with response object.
sendMsgWithResponse(String, Object, long) - 接口 中的方法io.seata.core.rpc.ClientMessageSender
Send msg with response object.
sendMsgWithResponse(Object) - 接口 中的方法io.seata.core.rpc.ClientMessageSender
Send msg with response object.
sendMsgWithResponse(Object, long) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
sendMsgWithResponse(String, Object, long) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
sendMsgWithResponse(Object) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
sendMsgWithResponse(Object, long) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
sendMsgWithResponse(Object) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
sendMsgWithResponse(String, Object, long) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
sendRequest(Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Send request.
sendResponse(long, String, Object) - 接口 中的方法io.seata.core.rpc.ClientMessageSender
Send response.
sendResponse(long, Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Send response.
sendResponse(long, String, Object) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
sendResponse(long, Channel, Object) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Send response.
sendResponse(long, String, Object) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
sendResponse(long, Channel, Object) - 接口 中的方法io.seata.core.rpc.ServerMessageSender
Send response.
sendSyncRequest(String, String, Object, long) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Send request with response object.
sendSyncRequest(String, String, Object) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Send request with response object.
sendSyncRequest(String, String, Object, long) - 接口 中的方法io.seata.core.rpc.ServerMessageSender
Sync call to RM with timeout.
sendSyncRequest(String, String, Object) - 接口 中的方法io.seata.core.rpc.ServerMessageSender
Sync call to RM
SERVER_CHANNEL_CLAZZ - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant SERVER_CHANNEL_CLAZZ.
SERVER_CHANNEL_CLAZZ - 类 中的变量io.seata.core.rpc.netty.NettyServerConfig
The Server channel clazz.
SERVER_NODE_SPLIT_CHAR - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant SERVER_NODE_SPLIT_CHAR.
serverMessageListener - 类 中的变量io.seata.core.rpc.netty.RpcServer
The Server message listener.
ServerMessageListener - io.seata.core.rpc中的接口
The interface Server message listener.
ServerMessageSender - io.seata.core.rpc中的接口
The interface Server message sender.
SERVICE_GROUP_MAPPING_PREFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant SERVICE_GROUP_MAPPING_PREFIX.
SERVICE_PREFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant SERVICE_PREFIX.
SERVICE_SESSION_RELOAD_READ_SIZE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant SERVICE_SESSION_RELOAD_READ_SIZE
setAddress(String) - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
Sets set address.
setApplicationData(String) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Sets application data.
setApplicationData(String) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Sets application data.
setApplicationData(String) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Sets application data.
setApplicationData(String) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets application data.
setApplicationData(String) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets application data.
setApplicationId(String) - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Sets application id.
setApplicationId(String) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
Sets application id.
setApplicationId(String) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
Sets client app name.
setApplicationId(String) - 类 中的方法io.seata.core.rpc.RpcContext
Sets set application id.
setApplicationId(String) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets application id.
setAsync(boolean) - 类 中的方法io.seata.core.protocol.RpcMessage
Sets async.
setBeginTime(long) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets begin time.
setBody(Object) - 类 中的方法io.seata.core.protocol.RpcMessage
Sets body.
setBrachTable(String) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
Sets brach table.
setBranchId(Long) - 类 中的方法io.seata.core.lock.RowLock
Sets branch id.
setBranchId(long) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Sets branch id.
setBranchId(long) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
Sets branch id.
setBranchId(long) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterResponse
Sets branch id.
setBranchId(long) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Sets branch id.
setBranchId(long) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets branch id.
setBranchId(Long) - 类 中的方法io.seata.core.store.LockDO
Sets branch id.
setBranchStatus(BranchStatus) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
Sets branch status.
setBranchType(BranchType) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Sets branch type.
setBranchType(BranchType) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Sets branch type.
setBranchType(BranchType) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Sets branch type.
setBranchType(String) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets branch type.
setChannel(Channel) - 类 中的方法io.seata.core.rpc.RpcContext
Sets set channel.
setChannelHandlers(ChannelHandler...) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Sets channel handlers.
setClientAppName(String) - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Sets client app name.
setClientId(String) - 类 中的方法io.seata.core.rpc.RpcContext
Sets client id.
setClientId(String) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets client id.
setClientMessageListener(ClientMessageListener) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
Sets client message listener.
setClientRole(NettyPoolKey.TransactionRole) - 类 中的方法io.seata.core.rpc.RpcContext
Sets set client role.
setClientSocketRcvBufSize(int) - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Sets client socket rcv buf size.
setClientSocketSndBufSize(int) - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Sets client socket snd buf size.
setClientType(int) - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Sets client type.
setClientWorkerThreads(int) - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Sets client worker threads.
setConnectTimeoutMillis(int) - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Sets connect timeout millis.
setCustomerKeys(String) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
Sets customer keys.
setDbType(String) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
Sets db type.
setDbType(String) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
Sets db type.
setEnableServerPooledByteBufAllocator(boolean) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets enable server pooled byte buf allocator.
setExtraData(String) - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Sets extra data.
setExtraData(String) - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
Sets extra data.
setExtraData(String) - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndRequest
Sets extra data.
setExtraData(String) - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginResponse
Sets extra data.
setFeature(String) - 类 中的方法io.seata.core.lock.RowLock
Sets feature.
setGlobalStatus(GlobalStatus) - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndResponse
Sets global status.
setGlobalTable(String) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
Sets global table.
setGmtCreate(Date) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets gmt create.
setGmtCreate(Date) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets gmt create.
setGmtModified(Date) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets gmt modified.
setGmtModified(Date) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets gmt modified.
setGroup(String) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemoting
Sets group.
setHandler(TransactionMessageHandler) - 类 中的方法io.seata.core.rpc.netty.RmMessageListener
Sets handler.
setHandler(TransactionMessageHandler) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Sets transactionMessageHandler.
setHandler(TransactionMessageHandler, RegisterCheckAuthHandler) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Sets transactionMessageHandler.
setHeartbeat(boolean) - 类 中的方法io.seata.core.protocol.RpcMessage
Sets heartbeat.
setId(long) - 类 中的方法io.seata.core.protocol.RpcMessage
Sets id.
setIdentified(boolean) - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
Sets identified.
setListenPort(int) - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingServer
Sets listen port.
setLockable(boolean) - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryResponse
Sets lockable.
setLockKey(String) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Sets lock key.
setLockKey(String) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets lock key.
setLockTable(String) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
Sets lock table.
setLogStoreDataSource(DataSource) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
Sets log store data source.
setLogStoreDataSource(DataSource) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
Sets log store data source.
setMessage(AbstractMessage) - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
Sets message.
setMsg(String) - 类 中的方法io.seata.core.protocol.AbstractResultMessage
Sets msg.
setMsgs(AbstractResultMessage[]) - 类 中的方法io.seata.core.protocol.MergeResultMessage
Sets msgs.
setPendingConnSize(int) - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Sets pending conn size.
setPerHostMaxConn(int) - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
Sets per host max conn.
setPk(String) - 类 中的方法io.seata.core.lock.RowLock
Sets pk.
setPk(String) - 类 中的方法io.seata.core.store.LockDO
Sets pk.
setRequest(boolean) - 类 中的方法io.seata.core.protocol.RpcMessage
Sets request.
setRequestMessage(RpcMessage) - 类 中的方法io.seata.core.protocol.MessageFuture
Sets request message.
setResourceGroupId(String) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets resource group id.
setResourceId(String) - 类 中的方法io.seata.core.lock.RowLock
Sets resource id.
setResourceId(String) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Sets resource id.
setResourceId(String) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Sets resource id.
setResourceId(String) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Sets resource id.
setResourceId(String) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets resource id.
setResourceId(String) - 类 中的方法io.seata.core.store.LockDO
Sets resource id.
setResourceIds(String) - 类 中的方法io.seata.core.protocol.RegisterRMRequest
Sets resource ids.
setResourceManager(ResourceManager) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
Sets resource manager.
setResourceSets(Set<String>) - 类 中的方法io.seata.core.rpc.RpcContext
Sets set resource sets.
setResultCode(ResultCode) - 类 中的方法io.seata.core.protocol.AbstractResultMessage
Sets result code.
setResultMessage(Object) - 类 中的方法io.seata.core.protocol.MessageFuture
Sets result message.
setRMInboundMessageHandler(RMInboundHandler) - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionRequestToRM
Sets rm inbound message handler.
setRowKey(String) - 类 中的方法io.seata.core.lock.RowLock
Sets row key.
setRowKey(String) - 类 中的方法io.seata.core.store.LockDO
Sets row key.
setServerMessageListener(ServerMessageListener) - 类 中的方法io.seata.core.rpc.netty.RpcServer
Sets server message listener.
setServerMessageSender(ServerMessageSender) - 类 中的方法io.seata.core.rpc.DefaultServerMessageListenerImpl
Sets server message sender.
setServerSelectorThreads(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets server selector threads.
setServerSocketResvBufSize(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets server socket resv buf size.
setServerSocketSendBufSize(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets server socket send buf size.
setServerWorkerThreads(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets server worker threads.
setSoBackLogSize(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets so back log size.
setStatus(BranchStatus) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Sets status.
setStatus(int) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets status.
setStatus(int) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets status.
setTableName(String) - 类 中的方法io.seata.core.lock.RowLock
Sets table name.
setTableName(String) - 类 中的方法io.seata.core.store.LockDO
Sets table name.
setTCInboundHandler(TCInboundHandler) - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionRequestToTC
Sets tc inbound handler.
setTimeout(long) - 类 中的方法io.seata.core.protocol.MessageFuture
Sets timeout.
setTimeout(int) - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
Sets timeout.
setTimeout(int) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets timeout.
setTransactionExceptionCode(TransactionExceptionCode) - 类 中的方法io.seata.core.protocol.transaction.AbstractTransactionResponse
Sets transaction exception code.
setTransactionId(Long) - 类 中的方法io.seata.core.lock.RowLock
Sets transaction id.
setTransactionId(long) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets transaction id.
setTransactionId(long) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets transaction id.
setTransactionId(Long) - 类 中的方法io.seata.core.store.LockDO
Sets transaction id.
setTransactionName(String) - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
Sets transaction name.
setTransactionName(String) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets transaction name.
setTransactionRole(NettyPoolKey.TransactionRole) - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
Sets set client role.
setTransactionServiceGroup(String) - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Sets transaction service group.
setTransactionServiceGroup(String) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
Sets transaction service group.
setTransactionServiceGroup(String) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
Sets transaction service group.
setTransactionServiceGroup(String) - 类 中的方法io.seata.core.rpc.RpcContext
Sets set transaction service group.
setTransactionServiceGroup(String) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets transaction service group.
setVersion(String) - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
Sets version.
setVersion(String) - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
Sets version.
setVersion(String) - 类 中的方法io.seata.core.rpc.RpcContext
Sets set version.
setVgroup(String) - 类 中的静态方法io.seata.core.rpc.netty.NettyClientConfig
Sets vgroup.
setWriteBufferHighWaterMark(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets write buffer high water mark.
setWriteBufferLowWaterMark(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
Sets write buffer low water mark.
setXid(String) - 类 中的方法io.seata.core.lock.RowLock
Sets xid.
setXid(String) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
Sets xid.
setXid(String) - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
Sets xid.
setXid(String) - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndRequest
Sets xid.
setXid(String) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
Sets xid.
setXid(String) - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
Sets xid.
setXid(String) - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginResponse
Sets xid.
setXid(String) - 类 中的方法io.seata.core.store.BranchTransactionDO
Sets xid.
setXid(String) - 类 中的方法io.seata.core.store.GlobalTransactionDO
Sets xid.
setXid(String) - 类 中的方法io.seata.core.store.LockDO
Sets xid.
SHARE_BOSS_WORKER - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant SHARE_BOSS_WORKER.
shutdown() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
shutdown() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingServer
 
shutdown() - 接口 中的方法io.seata.core.rpc.RemotingService
Shutdown.
ShutdownHook - io.seata.core.rpc.netty中的类
ensure the shutdownHook is singleton
start() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingClient
 
start() - 类 中的方法io.seata.core.rpc.netty.AbstractRpcRemotingServer
 
start() - 接口 中的方法io.seata.core.rpc.RemotingService
Start.
STORE_DB_BRANCH_DEFAULT_TABLE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_BRANCH_DEFAULT_TABLE.
STORE_DB_BRANCH_TABLE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_BRANCH_TABLE.
STORE_DB_DATASOURCE_TYPE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_DATASOURCE_TYPE.
STORE_DB_GLOBAL_DEFAULT_TABLE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_GLOBAL_DEFAULT_TABLE.
STORE_DB_GLOBAL_TABLE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_GLOBAL_TABLE.
STORE_DB_LOG_QUERY_LIMIT - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_LOG_QUERY_LIMIT.
STORE_DB_MAX_CONN - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_MAX_CONN.
STORE_DB_MIN_CONN - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_MIN_CONN.
STORE_DB_PASSWORD - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_PASSWORD.
STORE_DB_TYPE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_TYPE.
STORE_DB_URL - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_URL.
STORE_DB_USER - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_DB_USER.
STORE_FILE_DIR - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_FILE_DIR
STORE_FILE_PREFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_FILE_PREFIX
STORE_MODE - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_MODE.
STORE_PREFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant STORE_PREFIX.
StoreMode - io.seata.core.store中的枚举
transaction log store mode

T

TCInboundHandler - io.seata.core.protocol.transaction中的接口
The interface Tc inbound handler.
ThreadLocalContextCore - io.seata.core.context中的类
The type Thread local context core.
ThreadLocalContextCore() - 类 的构造器io.seata.core.context.ThreadLocalContextCore
 
TIMEOUT_RETRY_DELAY - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant TIMEOUT_RETRY_DELAY.
timerExecutor - 类 中的变量io.seata.core.rpc.netty.AbstractRpcRemoting
The Timer executor.
TmRpcClient - io.seata.core.rpc.netty中的类
The type Rpc client.
toString() - 类 中的方法io.seata.core.lock.RowLock
 
toString() - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
 
toString() - 类 中的方法io.seata.core.protocol.HeartbeatMessage
 
toString() - 类 中的方法io.seata.core.protocol.MergedWarpMessage
 
toString() - 类 中的方法io.seata.core.protocol.MergeResultMessage
 
toString() - 类 中的方法io.seata.core.protocol.RegisterRMRequest
 
toString() - 类 中的方法io.seata.core.protocol.RegisterTMRequest
 
toString() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndRequest
 
toString() - 类 中的方法io.seata.core.protocol.transaction.AbstractBranchEndResponse
 
toString() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndRequest
 
toString() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndResponse
 
toString() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
 
toString() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterResponse
 
toString() - 类 中的方法io.seata.core.protocol.transaction.BranchReportRequest
 
toString() - 类 中的方法io.seata.core.protocol.transaction.GlobalBeginRequest
 
toString() - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
 
toString() - 类 中的方法io.seata.core.rpc.RpcContext
 
toString() - 类 中的方法io.seata.core.store.BranchTransactionDO
 
toString() - 类 中的方法io.seata.core.store.GlobalTransactionDO
 
toString() - 类 中的方法io.seata.core.store.LockDO
 
TRANSACTION_PREFIX - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant TRANSACTION_PREFIX.
TRANSACTION_UNDO_DATA_VALIDATION - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant TRANSACTION_UNDO_DATA_VALIDATION.
TRANSACTION_UNDO_LOG_SERIALIZATION - 类 中的静态变量io.seata.core.constants.ConfigurationKeys
The constant TRANSACTION_UNDO_LOG_SERIALIZATION.
TransactionException - io.seata.core.exception中的异常错误
The type Transaction exception.
TransactionException(TransactionExceptionCode) - 异常错误 的构造器io.seata.core.exception.TransactionException
Instantiates a new Transaction exception.
TransactionException(TransactionExceptionCode, Throwable) - 异常错误 的构造器io.seata.core.exception.TransactionException
Instantiates a new Transaction exception.
TransactionException(String) - 异常错误 的构造器io.seata.core.exception.TransactionException
Instantiates a new Transaction exception.
TransactionException(TransactionExceptionCode, String) - 异常错误 的构造器io.seata.core.exception.TransactionException
Instantiates a new Transaction exception.
TransactionException(Throwable) - 异常错误 的构造器io.seata.core.exception.TransactionException
Instantiates a new Transaction exception.
TransactionException(String, Throwable) - 异常错误 的构造器io.seata.core.exception.TransactionException
Instantiates a new Transaction exception.
TransactionException(TransactionExceptionCode, String, Throwable) - 异常错误 的构造器io.seata.core.exception.TransactionException
Instantiates a new Transaction exception.
TransactionExceptionCode - io.seata.core.exception中的枚举
The enum Transaction exception code.
TransactionManager - io.seata.core.model中的接口
Transaction Manager.
TransactionMessageHandler - io.seata.core.rpc中的接口
To handle the received RPC message on upper level.
transactionServiceGroup - 类 中的变量io.seata.core.protocol.AbstractIdentifyRequest
The Transaction service group.
TRANSPORT_PROTOCOL_TYPE - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant TRANSPORT_PROTOCOL_TYPE.
TRANSPORT_SERVER_TYPE - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant TRANSPORT_SERVER_TYPE.
TransportProtocolType - io.seata.core.rpc.netty中的枚举
The enum Transport protocol type.
TransportServerType - io.seata.core.rpc.netty中的枚举
The enum Transport server type.
TYPE_BRANCH_COMMIT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_COMMIT.
TYPE_BRANCH_COMMIT_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_COMMIT_RESULT.
TYPE_BRANCH_REGISTER - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_REGISTER.
TYPE_BRANCH_REGISTER_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_REGISTER_RESULT.
TYPE_BRANCH_ROLLBACK - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_ROLLBACK.
TYPE_BRANCH_ROLLBACK_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_ROLLBACK_RESULT.
TYPE_BRANCH_STATUS_REPORT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_STATUS_REPORT.
TYPE_BRANCH_STATUS_REPORT_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_BRANCH_STATUS_REPORT_RESULT.
TYPE_GLOBAL_BEGIN - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_BEGIN.
TYPE_GLOBAL_BEGIN_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_BEGIN_RESULT.
TYPE_GLOBAL_COMMIT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_COMMIT.
TYPE_GLOBAL_COMMIT_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_COMMIT_RESULT.
TYPE_GLOBAL_LOCK_QUERY - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_LOCK_QUERY.
TYPE_GLOBAL_LOCK_QUERY_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_LOCK_QUERY_RESULT.
TYPE_GLOBAL_ROLLBACK - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_ROLLBACK.
TYPE_GLOBAL_ROLLBACK_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_ROLLBACK_RESULT.
TYPE_GLOBAL_STATUS - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_STATUS.
TYPE_GLOBAL_STATUS_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_GLOBAL_STATUS_RESULT.
TYPE_REG_CLT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_REG_CLT.
TYPE_REG_CLT_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_REG_CLT_RESULT.
TYPE_REG_RM - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_REG_RM.
TYPE_REG_RM_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_REG_RM_RESULT.
TYPE_SEATA_MERGE - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_SEATA_MERGE.
TYPE_SEATA_MERGE_RESULT - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant TYPE_SEATA_MERGE_RESULT.

U

unbind() - 类 中的静态方法io.seata.core.context.RootContext
Unbind string.
unbindGlobalLockFlag() - 类 中的静态方法io.seata.core.context.RootContext
 
unLock(LockDO) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
 
unLock(List<LockDO>) - 类 中的方法io.seata.core.store.db.LockStoreDataBaseDAO
 
unLock(LockDO) - 接口 中的方法io.seata.core.store.LockStore
Un lock boolean.
unLock(List<LockDO>) - 接口 中的方法io.seata.core.store.LockStore
Un lock boolean.
unregisterResource(Resource) - 接口 中的方法io.seata.core.model.ResourceManager
Unregister a Resource from the Resource Manager.
UPDATE_BRANCH_TRANSACTION_STATUS_MYSQL - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant UPDATE_BRANCH_TRANSACTION_STATUS_MYSQL.
UPDATE_BRANCH_TRANSACTION_STATUS_ORACLE - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant UPDATE_BRANCH_TRANSACTION_STATUS_ORACLE.
UPDATE_GLOBAL_TRANSACTION_STATUS_MYSQL - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant UPDATE_GLOBAL_TRANSACTION_STATUS_MYSQL.
UPDATE_GLOBAL_TRANSACTION_STATUS_ORACLE - 类 中的静态变量io.seata.core.store.db.LogStoreSqls
The constant UPDATE_GLOBAL_TRANSACTION_STATUS_ORACLE.
updateBranchTransactionDO(BranchTransactionDO) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
updateBranchTransactionDO(BranchTransactionDO) - 接口 中的方法io.seata.core.store.LogStore
Update branch transaction do boolean.
updateGlobalTransactionDO(GlobalTransactionDO) - 类 中的方法io.seata.core.store.db.LogStoreDataBaseDAO
 
updateGlobalTransactionDO(GlobalTransactionDO) - 接口 中的方法io.seata.core.store.LogStore
Update global transaction do boolean.
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.RmRpcClient
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.RpcServer
User event triggered.
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法io.seata.core.rpc.netty.TmRpcClient
 
UTF8 - 类 中的静态变量io.seata.core.protocol.AbstractMessage
The constant UTF8.

V

validateObject(NettyPoolKey, Channel) - 类 中的方法io.seata.core.rpc.netty.NettyPoolableFactory
 
valueOf(String) - 枚举 中的静态方法io.seata.core.constants.DBType
返回带有指定名称的该类型的枚举常量。
valueof(String) - 枚举 中的静态方法io.seata.core.constants.DBType
Valueof db type.
valueOf(String) - 枚举 中的静态方法io.seata.core.exception.TransactionExceptionCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.lock.LockMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.model.BranchStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.model.BranchType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.model.GlobalStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.protocol.ResultCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.rpc.ClientType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.rpc.netty.NettyPoolKey.TransactionRole
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.rpc.netty.TransportProtocolType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.rpc.netty.TransportServerType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.seata.core.store.StoreMode
返回带有指定名称的该类型的枚举常量。
valueof(String) - 枚举 中的静态方法io.seata.core.store.StoreMode
Valueof store mode.
values() - 枚举 中的静态方法io.seata.core.constants.DBType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.exception.TransactionExceptionCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.lock.LockMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.model.BranchStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.model.BranchType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.model.GlobalStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.protocol.ResultCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.rpc.ClientType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.rpc.netty.NettyPoolKey.TransactionRole
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.rpc.netty.TransportProtocolType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.rpc.netty.TransportServerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.seata.core.store.StoreMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version - 类 中的变量io.seata.core.protocol.AbstractIdentifyRequest
The Version.
Version - io.seata.core.protocol中的类
The type Version.
VERSION_MAP - 类 中的静态变量io.seata.core.protocol.Version
The constant VERSION_MAP.

W

WORKER_THREAD_PREFIX - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant WORKER_THREAD_PREFIX.
WORKER_THREAD_SIZE - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
The constant WORKER_THREAD_SIZE.
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.seata.core.rpc.netty.RpcClientHandler
 

X

xid - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndRequest
The Xid.
xid - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndResponse
The Xid.
A B C D E F G H I K L M N O P Q R S T U V W X 
跳过导航链接

Copyright © 2019 Seata. All rights reserved.