- basketMap - 类 中的变量io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- BatchLogHandler - io.seata.core.rpc.processor.server中的类
-
handle ServerOnRequestProcessor and ServerOnResponseProcessor log print.
- BatchLogHandler() - 类 的构造器io.seata.core.rpc.processor.server.BatchLogHandler
-
- begin(String, String, String, int) - 接口 中的方法io.seata.core.model.TransactionManager
-
Begin a new global transaction.
- bind(String) - 类 中的静态方法io.seata.core.context.RootContext
-
Bind xid.
- bindBranchType(BranchType) - 类 中的静态方法io.seata.core.context.RootContext
-
bind branch type
- 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.constants.ConfigurationKeys
-
The constant BOSS_THREAD_PREFIX
- BOSS_THREAD_PREFIX - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
-
The constant BOSS_THREAD_PREFIX.
- BOSS_THREAD_SIZE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant BOSS_THREAD_SIZE
- BRANCH_TABLE_APPLICATION_DATA - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name application_data
- BRANCH_TABLE_BEGIN_TIME - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name begin_time
- BRANCH_TABLE_BRANCH_ID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name branch_id
- BRANCH_TABLE_BRANCH_TYPE - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name branch_type
- BRANCH_TABLE_CLIENT_ID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name client_id
- BRANCH_TABLE_GMT_CREATE - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name gmt_create
- BRANCH_TABLE_GMT_MODIFIED - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name gmt_modified
- BRANCH_TABLE_PLACEHOLD - 类 中的静态变量io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
The constant BRANCH_TABLE_PLACEHOLD.
- BRANCH_TABLE_RESOURCE_GROUP_ID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name resource_group_id
- BRANCH_TABLE_RESOURCE_ID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name resource_id
- BRANCH_TABLE_STATUS - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name status
- BRANCH_TABLE_TRANSACTION_ID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name transaction_id
- BRANCH_TABLE_XID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant branch_table column name xid
- 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
-
- BranchTransactionException - io.seata.core.exception中的异常错误
-
The type BranchTransaction exception.
- BranchTransactionException(TransactionExceptionCode) - 异常错误 的构造器io.seata.core.exception.BranchTransactionException
-
Instantiates a new Transaction exception.
- BranchTransactionException(TransactionExceptionCode, Throwable) - 异常错误 的构造器io.seata.core.exception.BranchTransactionException
-
Instantiates a new Transaction exception.
- BranchTransactionException(String) - 异常错误 的构造器io.seata.core.exception.BranchTransactionException
-
Instantiates a new Transaction exception.
- BranchTransactionException(TransactionExceptionCode, String) - 异常错误 的构造器io.seata.core.exception.BranchTransactionException
-
Instantiates a new Transaction exception.
- BranchTransactionException(Throwable) - 异常错误 的构造器io.seata.core.exception.BranchTransactionException
-
Instantiates a new Transaction exception.
- BranchTransactionException(String, Throwable) - 异常错误 的构造器io.seata.core.exception.BranchTransactionException
-
Instantiates a new Transaction exception.
- BranchTransactionException(TransactionExceptionCode, String, Throwable) - 异常错误 的构造器io.seata.core.exception.BranchTransactionException
-
Instantiates a new Transaction exception.
- BranchType - io.seata.core.model中的枚举
-
The enum Branch type.
- branchType - 类 中的变量io.seata.core.protocol.transaction.AbstractBranchEndRequest
-
The Branch type.
- branchType - 类 中的变量io.seata.core.protocol.transaction.UndoLogDeleteRequest
-
The Branch type.
- build(T) - 类 中的静态方法io.seata.core.model.Result
-
- build(T, String) - 类 中的静态方法io.seata.core.model.Result
-
- buildRequestMessage(Object, byte) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
- buildResponseMessage(RpcMessage, Object, byte) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
- buildWithParams(T, String, Object...) - 类 中的静态方法io.seata.core.model.Result
-
- bytesToInt(byte[], int) - 类 中的静态方法io.seata.core.protocol.AbstractMessage
-
Bytes to int int.
- ChannelAuthHealthChecker - io.seata.core.rpc.netty中的接口
-
已过时。
- ChannelEventListener - io.seata.core.rpc.netty中的接口
-
已过时。
- ChannelManager - io.seata.core.rpc.netty中的类
-
The type channel manager.
- ChannelManager() - 类 的构造器io.seata.core.rpc.netty.ChannelManager
-
- ChannelUtil - io.seata.core.rpc.netty中的类
-
- ChannelUtil() - 类 的构造器io.seata.core.rpc.netty.ChannelUtil
-
- 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.
- 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_DEGRADE_CHECK - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_DEGRADE_CHECK.
- CLIENT_DEGRADE_CHECK_ALLOW_TIMES - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_DEGRADE_CHECK_ALLOW_TIMES.
- CLIENT_DEGRADE_CHECK_PERIOD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_DEGRADE_CHECK_PERIOD.
- CLIENT_LOCK_RETRY_INTERVAL - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_LOCK_RETRY_INTERVAL.
- CLIENT_LOCK_RETRY_POLICY_BRANCH_ROLLBACK_ON_CONFLICT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_LOCK_RETRY_POLICY_BRANCH_ROLLBACK_ON_CONFLICT.
- 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.
- CLIENT_REPORT_SUCCESS_ENABLE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_REPORT_SUCCESS_ENABLE.
- CLIENT_RM_LOCK_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_RM_LOCK_PREFIX.
- CLIENT_RM_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_RM_PREFIX.
- CLIENT_SAGA_BRANCH_REGISTER_ENABLE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_SAGA_BRANCH_REGISTER_ENABLE.
- CLIENT_SAGA_COMPENSATE_PERSIST_MODE_UPDATE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_SAGA_COMPENSATE_PERSIST_MODE_UPDATE.
- CLIENT_SAGA_JSON_PARSER - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_SAGA_JSON_PARSER.
- CLIENT_SAGA_RETRY_PERSIST_MODE_UPDATE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_SAGA_RETRY_PERSIST_MODE_UPDATE.
- CLIENT_SELECTOR_THREAD_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_SELECTOR_THREAD_PREFIX
- CLIENT_SELECTOR_THREAD_SIZE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_SELECTOR_THREAD_SIZE
- CLIENT_TABLE_META_CHECK_ENABLE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_TABLE_META_CHECK_ENABLE.
- CLIENT_TABLE_META_CHECKER_INTERVAL - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_TABLE_META_CHECKER_INTERVAL.
- CLIENT_TM_COMMIT_RETRY_COUNT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_TM_COMMIT_RETRY_TIMES.
- CLIENT_TM_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_TM_PREFIX.
- CLIENT_TM_ROLLBACK_RETRY_COUNT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_TM_ROLLBACK_RETRY_TIMES.
- CLIENT_UNDO_COMPRESS_ENABLE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
the constant CLIENT_UNDO_COMPRESS_ENABLE
- CLIENT_UNDO_COMPRESS_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
the constant CLIENT_UNDO_COMPRESS_PREFIX
- CLIENT_UNDO_COMPRESS_THRESHOLD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
the constant CLIENT_UNDO_COMPRESS_THRESHOLD
- CLIENT_UNDO_COMPRESS_TYPE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
the constant CLIENT_UNDO_COMPRESS_TYPE
- CLIENT_UNDO_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_UNDO_PREFIX.
- CLIENT_WORKER_THREAD_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant CLIENT_WORKER_THREAD_PREFIX
- ClientHeartbeatProcessor - io.seata.core.rpc.processor.client中的类
-
process TC heartbeat message request(PONG)
process message type:
HeartbeatMessage
- ClientHeartbeatProcessor() - 类 的构造器io.seata.core.rpc.processor.client.ClientHeartbeatProcessor
-
- ClientMessageListener - io.seata.core.rpc中的接口
-
已过时。
- ClientMessageSender - io.seata.core.rpc中的接口
-
已过时。
- ClientOnResponseProcessor - io.seata.core.rpc.processor.client中的类
-
process TC response message.
- ClientOnResponseProcessor(Map<Integer, MergeMessage>, ConcurrentHashMap<Integer, MessageFuture>, TransactionMessageHandler) - 类 的构造器io.seata.core.rpc.processor.client.ClientOnResponseProcessor
-
- ClientTableColumnsName - io.seata.core.constants中的接口
-
client table columns name.
- ClientType - io.seata.core.rpc中的枚举
-
已过时。
- code - 异常错误 中的变量io.seata.core.exception.TransactionException
-
The Code.
- commit(String) - 接口 中的方法io.seata.core.model.TransactionManager
-
Global commit.
- COMMITING_RETRY_PERIOD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant COMMITING_RETRY_PERIOD.
- compress(byte[]) - 接口 中的方法io.seata.core.compressor.Compressor
-
compress byte[] to byte[].
- compress(byte[]) - 类 中的方法io.seata.core.compressor.CompressorFactory.NoneCompressor
-
- Compressor - io.seata.core.compressor中的接口
-
- COMPRESSOR_FOR_RPC - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant COMPRESSOR_FOR_RPC.
- COMPRESSOR_MAP - 类 中的静态变量io.seata.core.compressor.CompressorFactory
-
The constant COMPRESSOR_MAP.
- CompressorFactory - io.seata.core.compressor中的类
-
the type compressor factory
- CompressorFactory() - 类 的构造器io.seata.core.compressor.CompressorFactory
-
- CompressorFactory.NoneCompressor - io.seata.core.compressor中的类
-
None compressor
- CompressorType - io.seata.core.compressor中的枚举
-
- 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.AbstractDataSourceProvider
-
The constant CONFIG.
- CONFIG - 类 中的静态变量io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
The constant CONFIG.
- ConfigurationKeys - io.seata.core.constants中的接口
-
The type Configuration keys.
- CONFIGURED_CODEC - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Configured codec by user, default is SEATA
- CONFIGURED_COMPRESSOR - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Configured compressor by user, default is NONE
- CONSUMER - 类 中的静态变量io.seata.core.constants.DubboConstants
-
- ContextCore - io.seata.core.context中的接口
-
The interface Context core.
- ContextCoreLoader - io.seata.core.context中的类
-
The type Context core loader.
- 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.
- generate() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
generate the datasource
- get(String) - 接口 中的方法io.seata.core.context.ContextCore
-
Get value.
- get(String) - 类 中的方法io.seata.core.context.FastThreadLocalContextCore
-
- 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(String) - 枚举 中的静态方法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.
- get(String) - 枚举 中的静态方法io.seata.core.store.StoreMode
-
get value of store mode
- getAddress() - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
-
Gets get address.
- getAddressFromChannel(Channel) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
Gets address from channel.
- getAddressFromChannel(Channel) - 类 中的静态方法io.seata.core.rpc.netty.ChannelUtil
-
get address from channel
- getAddressFromContext(ChannelHandlerContext) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
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.event.GlobalTransactionEvent
-
- getApplicationId() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
-
Gets application id.
- getApplicationId() - 类 中的方法io.seata.core.rpc.RpcContext
-
Gets get application id.
- getApplicationId() - 类 中的方法io.seata.core.store.GlobalTransactionDO
-
Gets application id.
- getBatchDeleteLockSql(String, String) - 类 中的方法io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
- getBatchDeleteLockSql(String, String) - 接口 中的方法io.seata.core.store.db.sql.lock.LockStoreSql
-
Get batch delete lock sql string.
- getBatchDeleteLockSqlByBranch(String) - 类 中的方法io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
- getBatchDeleteLockSqlByBranch(String) - 接口 中的方法io.seata.core.store.db.sql.lock.LockStoreSql
-
Get batch delete lock sql string.
- getBatchDeleteLockSqlByBranchs(String, String) - 类 中的方法io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
- getBatchDeleteLockSqlByBranchs(String, String) - 接口 中的方法io.seata.core.store.db.sql.lock.LockStoreSql
-
Get batch delete lock sql string.
- getBeginTime() - 类 中的方法io.seata.core.event.GlobalTransactionEvent
-
- 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.context.RootContext
-
get the branch type
- getBranchType() - 接口 中的方法io.seata.core.model.Resource
-
get resource type, AT, TCC, SAGA and XA
- 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.protocol.transaction.UndoLogDeleteRequest
-
- getBranchType() - 类 中的方法io.seata.core.store.BranchTransactionDO
-
Gets branch type.
- getByCode(int) - 枚举 中的静态方法io.seata.core.compressor.CompressorType
-
Gets result code.
- getByCode(int) - 枚举 中的静态方法io.seata.core.serializer.SerializerType
-
Gets result code.
- getByName(String) - 枚举 中的静态方法io.seata.core.compressor.CompressorType
-
Gets result code.
- getByName(String) - 枚举 中的静态方法io.seata.core.serializer.SerializerType
-
Gets result code.
- getChannel(String, String) - 类 中的静态方法io.seata.core.rpc.netty.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) - 类 中的方法io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
- getCheckLockableSql(String, String) - 接口 中的方法io.seata.core.store.db.sql.lock.LockStoreSql
-
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.
- getClientChannelManager() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- getClientId() - 类 中的方法io.seata.core.rpc.RpcContext
-
Gets get client id.
- getClientId() - 类 中的方法io.seata.core.store.BranchTransactionDO
-
Gets client id.
- getClientIpFromChannel(Channel) - 类 中的静态方法io.seata.core.rpc.netty.ChannelUtil
-
get client ip from channel
- getClientPortFromChannel(Channel) - 类 中的静态方法io.seata.core.rpc.netty.ChannelUtil
-
get client port from channel
- 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.compressor.CompressorType
-
Gets code.
- getCode() - 异常错误 中的方法io.seata.core.exception.TransactionException
-
Gets code.
- getCode() - 枚举 中的方法io.seata.core.model.BranchStatus
-
Gets code.
- getCode() - 枚举 中的方法io.seata.core.model.GlobalStatus
-
Gets code.
- getCode() - 枚举 中的方法io.seata.core.serializer.SerializerType
-
Gets code.
- getCodec() - 类 中的方法io.seata.core.protocol.RpcMessage
-
Gets codec.
- getCompressor(byte) - 类 中的静态方法io.seata.core.compressor.CompressorFactory
-
Get compressor by code.
- getCompressor() - 类 中的方法io.seata.core.protocol.RpcMessage
-
Gets compressor.
- getConnectTimeoutMillis() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
-
Gets connect timeout millis.
- getContextFromIdentified(Channel) - 类 中的静态方法io.seata.core.rpc.netty.ChannelManager
-
Gets get context from identified.
- getCurrent() - 类 中的静态方法io.seata.core.protocol.Version
-
Gets current.
- getCurrentGlobalLockConfig() - 类 中的静态方法io.seata.core.context.GlobalLockConfigHolder
-
- getCurrentMaxSessionId(long, long) - 接口 中的方法io.seata.core.store.LogStore
-
Gets current max session id.
- getDBType() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
Get db type db type.
- getDefaultListenPort() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
-
Gets listen port.
- getDeleteBranchTransactionByBranchIdSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getDeleteBranchTransactionByBranchIdSQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get delete branch transaction by branch id sql string.
- getDeleteBranchTransactionByXId(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getDeleteBranchTransactionByXId(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get delete branch transaction by x id string.
- getDeleteGlobalTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getDeleteGlobalTransactionSQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get delete global transaction sql string.
- getDeleteLockSql(String) - 类 中的方法io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
- getDeleteLockSql(String) - 接口 中的方法io.seata.core.store.db.sql.lock.LockStoreSql
-
Get delete lock sql string.
- getDriverClassLoader() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
- getDriverClassName() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
get db driver class name
- getEndTime() - 类 中的方法io.seata.core.event.GlobalTransactionEvent
-
- getErrMsg() - 类 中的方法io.seata.core.model.Result
-
- getErrMsgParams() - 类 中的方法io.seata.core.model.Result
-
- 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.
- getFirst() - 类 中的方法io.seata.core.rpc.processor.Pair
-
- getFutures() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
- getGlobalStatus() - 类 中的方法io.seata.core.protocol.transaction.AbstractGlobalEndResponse
-
Gets global status.
- getGlobalStatus() - 类 中的方法io.seata.core.protocol.transaction.GlobalReportRequest
-
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.event.GlobalTransactionEvent
-
- getGroup() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
- getHandler() - 类 中的方法io.seata.core.rpc.netty.NettyRemotingServer
-
- getHead(String) - 类 中的方法io.seata.core.protocol.RpcMessage
-
Gets head.
- getHeadMap() - 类 中的方法io.seata.core.protocol.RpcMessage
-
Gets head map.
- getId() - 类 中的方法io.seata.core.event.GlobalTransactionEvent
-
- getId() - 类 中的方法io.seata.core.protocol.RpcMessage
-
Gets id.
- getInsertBranchTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getInsertBranchTransactionSQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get insert branch transaction sql string.
- getInsertBranchTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.MysqlLogStoreSqls
-
- getInsertBranchTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.OracleLogStoreSqls
-
- getInsertBranchTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.PostgresqlLogStoreSqls
-
- getInsertGlobalTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getInsertGlobalTransactionSQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get insert global transaction sql string.
- getInsertGlobalTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.MysqlLogStoreSqls
-
- getInsertGlobalTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.OracleLogStoreSqls
-
- getInsertGlobalTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.PostgresqlLogStoreSqls
-
- getInsertLockSQL(String) - 类 中的方法io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
- getInsertLockSQL(String) - 类 中的方法io.seata.core.store.db.sql.lock.H2LockStoreSql
-
- getInsertLockSQL(String) - 接口 中的方法io.seata.core.store.db.sql.lock.LockStoreSql
-
Get insert lock sql string.
- getInsertLockSQL(String) - 类 中的方法io.seata.core.store.db.sql.lock.MysqlLockStoreSql
-
- getInsertLockSQL(String) - 类 中的方法io.seata.core.store.db.sql.lock.OceanbaseLockStoreSql
-
- getInsertLockSQL(String) - 类 中的方法io.seata.core.store.db.sql.lock.OracleLockStoreSql
-
- getInsertLockSQL(String) - 类 中的方法io.seata.core.store.db.sql.lock.PostgresqlLockStoreSql
-
- getInstance(String, String) - 类 中的静态方法io.seata.core.rpc.netty.RmNettyRemotingClient
-
Gets instance.
- getInstance() - 类 中的静态方法io.seata.core.rpc.netty.RmNettyRemotingClient
-
Gets instance.
- getInstance(String, String) - 类 中的静态方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
Gets instance.
- getInstance(String, String, String, String) - 类 中的静态方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
Gets instance.
- getInstance() - 类 中的静态方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
Gets instance.
- getInstance() - 类 中的静态方法io.seata.core.rpc.netty.v1.HeadMapSerializer
-
- getInstance() - 类 中的静态方法io.seata.core.rpc.ShutdownHook
-
- getKeepAliveTime() - 类 中的静态方法io.seata.core.rpc.netty.NettyServerConfig
-
- getListenPort() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingServer
-
Gets listen port.
- getListenPort() - 类 中的方法io.seata.core.rpc.netty.NettyServerBootstrap
-
Gets listen port.
- getLockKey() - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
-
Gets lock key.
- getLockRetryInternal() - 类 中的方法io.seata.core.model.GlobalLockConfig
-
- getLockRetryTimes() - 类 中的方法io.seata.core.model.GlobalLockConfig
-
- getLogQueue() - 类 中的方法io.seata.core.rpc.processor.server.BatchLogHandler
-
- getLogStoreSql(String) - 类 中的静态方法io.seata.core.store.db.sql.lock.LockStoreSqlFactory
-
get the lock store sql
- getLogStoreSqls(String) - 类 中的静态方法io.seata.core.store.db.sql.log.LogStoreSqlsFactory
-
get the log store sqls
- 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.AbstractDataSourceProvider
-
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.
- getMaxServerPoolSize() - 类 中的静态方法io.seata.core.rpc.netty.NettyServerConfig
-
- getMaxTaskQueueSize() - 类 中的静态方法io.seata.core.rpc.netty.NettyServerConfig
-
- getMaxWait() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
get db max wait
- getMergedResourceKeys() - 类 中的方法io.seata.core.rpc.netty.RmNettyRemotingClient
-
- getMessage() - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
-
Gets message.
- getMessageType() - 类 中的方法io.seata.core.protocol.RpcMessage
-
Gets message type.
- getMinConn() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
Get min conn int.
- getMinPoolIdle() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
-
Gets min pool idle.
- getMinServerPoolSize() - 类 中的静态方法io.seata.core.rpc.netty.NettyServerConfig
-
- getModeByName(String) - 枚举 中的静态方法io.seata.core.rpc.netty.NettyBaseConfig.WorkThreadMode
-
Gets mode by name.
- getMsg() - 类 中的方法io.seata.core.protocol.AbstractResultMessage
-
Gets msg.
- getMsgs() - 类 中的方法io.seata.core.protocol.MergeResultMessage
-
Get msgs abstract result message [ ].
- getName() - 类 中的方法io.seata.core.event.GlobalTransactionEvent
-
- getName() - 枚举 中的方法io.seata.core.store.StoreMode
-
- getNewChannel(InetSocketAddress) - 类 中的方法io.seata.core.rpc.netty.NettyClientBootstrap
-
Gets new channel.
- getNextMessageId() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
- getPassword() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
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.
- getPoolKeyFunction() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
Get pool key function.
- getPoolKeyFunction() - 类 中的方法io.seata.core.rpc.netty.RmNettyRemotingClient
-
- getPoolKeyFunction() - 类 中的方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
- getPortMap(String) - 类 中的方法io.seata.core.rpc.RpcContext
-
Gets port map.
- getPublicKey() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
Get public key.
- getQueryBranchMax(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryBranchMax(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Gets query branch max.
- getQueryBranchTransaction(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryBranchTransaction(String, String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryBranchTransaction(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get query branch transaction string.
- getQueryBranchTransaction(String, String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get query branch transaction string.
- getQueryGlobalMax(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryGlobalMax(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Gets query global max.
- getQueryGlobalTransactionForRecoverySQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryGlobalTransactionForRecoverySQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get query global transaction for recovery sql string.
- getQueryGlobalTransactionForRecoverySQL(String) - 类 中的方法io.seata.core.store.db.sql.log.MysqlLogStoreSqls
-
- getQueryGlobalTransactionForRecoverySQL(String) - 类 中的方法io.seata.core.store.db.sql.log.OracleLogStoreSqls
-
- getQueryGlobalTransactionForRecoverySQL(String) - 类 中的方法io.seata.core.store.db.sql.log.PostgresqlLogStoreSqls
-
- getQueryGlobalTransactionSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryGlobalTransactionSQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get query global transaction sql string.
- getQueryGlobalTransactionSQLByStatus(String, String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryGlobalTransactionSQLByStatus(String, String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get query global transaction sql by status string.
- getQueryGlobalTransactionSQLByStatus(String, String) - 类 中的方法io.seata.core.store.db.sql.log.MysqlLogStoreSqls
-
- getQueryGlobalTransactionSQLByStatus(String, String) - 类 中的方法io.seata.core.store.db.sql.log.OracleLogStoreSqls
-
- getQueryGlobalTransactionSQLByStatus(String, String) - 类 中的方法io.seata.core.store.db.sql.log.PostgresqlLogStoreSqls
-
- getQueryGlobalTransactionSQLByTransactionId(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getQueryGlobalTransactionSQLByTransactionId(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get query global transaction sql by transaction id string.
- getQueryLockSql(String) - 类 中的方法io.seata.core.store.db.sql.lock.AbstractLockStoreSql
-
- getQueryLockSql(String) - 接口 中的方法io.seata.core.store.db.sql.lock.LockStoreSql
-
Get query lock sql string.
- getRegisteredClasses() - 类 中的静态方法io.seata.core.serializer.SerializerClassRegistry
-
get registered classes
- 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.protocol.transaction.UndoLogDeleteRequest
-
- 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.
- getResult() - 类 中的方法io.seata.core.model.Result
-
- getResultCode() - 类 中的方法io.seata.core.protocol.AbstractResultMessage
-
Gets result code.
- getRmChannels() - 类 中的静态方法io.seata.core.rpc.netty.ChannelManager
-
get rm channels
- getRmDispatchThreadPrefix() - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
-
Gets rm dispatch thread prefix.
- getRole() - 类 中的方法io.seata.core.event.GlobalTransactionEvent
-
- getRoleFromChannel(Channel) - 类 中的静态方法io.seata.core.rpc.netty.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.netty.ChannelManager
-
Gets get same income client channel.
- getSaveDays() - 类 中的方法io.seata.core.protocol.transaction.UndoLogDeleteRequest
-
- getSecond() - 类 中的方法io.seata.core.rpc.processor.Pair
-
- getServerChannelMaxIdleTimeSeconds() - 类 中的方法io.seata.core.rpc.netty.NettyServerConfig
-
Gets server channel max idle time seconds.
- 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() - 类 中的方法io.seata.core.event.GlobalTransactionEvent
-
- 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.
- 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.
- getTransactionMessageHandler() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- 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.NettyPoolKey
-
Gets get client role.
- getTransactionServiceGroup() - 类 中的方法io.seata.core.protocol.AbstractIdentifyRequest
-
Gets transaction service group.
- getTransactionServiceGroup() - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
Get transaction service group.
- getTransactionServiceGroup() - 类 中的方法io.seata.core.rpc.netty.RmNettyRemotingClient
-
- getTransactionServiceGroup() - 类 中的方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
- getTransactionServiceGroup() - 类 中的方法io.seata.core.rpc.RpcContext
-
Gets get transaction service group.
- getTransactionServiceGroup() - 类 中的方法io.seata.core.store.GlobalTransactionDO
-
Gets transaction service group.
- getType(String) - 枚举 中的静态方法io.seata.core.rpc.TransportProtocolType
-
Gets type.
- getType(String) - 枚举 中的静态方法io.seata.core.rpc.TransportServerType
-
Gets type.
- getTypeCode() - 类 中的方法io.seata.core.protocol.HeartbeatMessage
-
- getTypeCode() - 类 中的方法io.seata.core.protocol.MergedWarpMessage
-
- getTypeCode() - 类 中的方法io.seata.core.protocol.MergeResultMessage
-
- getTypeCode() - 接口 中的方法io.seata.core.protocol.MessageTypeAware
-
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.GlobalReportRequest
-
- getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.GlobalReportResponse
-
- 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
-
- getTypeCode() - 类 中的方法io.seata.core.protocol.transaction.UndoLogDeleteRequest
-
- getUpdateBranchTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getUpdateBranchTransactionStatusSQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get update branch transaction status sql string.
- getUpdateBranchTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.MysqlLogStoreSqls
-
- getUpdateBranchTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.OracleLogStoreSqls
-
- getUpdateBranchTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.PostgresqlLogStoreSqls
-
- getUpdateGlobalTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
- getUpdateGlobalTransactionStatusSQL(String) - 接口 中的方法io.seata.core.store.db.sql.log.LogStoreSqls
-
Get update global transaction status sql string.
- getUpdateGlobalTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.MysqlLogStoreSqls
-
- getUpdateGlobalTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.OracleLogStoreSqls
-
- getUpdateGlobalTransactionStatusSQL(String) - 类 中的方法io.seata.core.store.db.sql.log.PostgresqlLogStoreSqls
-
- getUrl() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
Get url string.
- getUser() - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
Get user string.
- getValidationQuery(DBType) - 类 中的方法io.seata.core.store.db.AbstractDataSourceProvider
-
Get validation query string.
- getValue() - 枚举 中的方法io.seata.core.rpc.netty.NettyBaseConfig.WorkThreadMode
-
Gets value.
- 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_APPLICATION_DATA - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name application_data
- GLOBAL_TABLE_APPLICATION_ID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name application_id
- GLOBAL_TABLE_BEGIN_TIME - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name begin_time
- GLOBAL_TABLE_GMT_CREATE - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name gmt_create
- GLOBAL_TABLE_GMT_MODIFIED - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name gmt_modified
- GLOBAL_TABLE_PLACEHOLD - 类 中的静态变量io.seata.core.store.db.sql.log.AbstractLogStoreSqls
-
The constant GLOBAL_TABLE_PLACEHOLD.
- GLOBAL_TABLE_STATUS - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name status
- GLOBAL_TABLE_TIMEOUT - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name timeout
- GLOBAL_TABLE_TRANSACTION_ID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name transaction_id
- GLOBAL_TABLE_TRANSACTION_NAME - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name transaction_name
- GLOBAL_TABLE_TRANSACTION_SERVICE_GROUP - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name transaction_service_group
- GLOBAL_TABLE_XID - 接口 中的静态变量io.seata.core.constants.ServerTableColumnsName
-
The constant global_table column name xid
- 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
-
- GlobalLockConfig - io.seata.core.model中的类
-
- GlobalLockConfig() - 类 的构造器io.seata.core.model.GlobalLockConfig
-
- GlobalLockConfigHolder - io.seata.core.context中的类
-
use this class to access current GlobalLockConfig from anywhere
- GlobalLockConfigHolder() - 类 的构造器io.seata.core.context.GlobalLockConfigHolder
-
- 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
-
- globalReport(String, GlobalStatus) - 接口 中的方法io.seata.core.model.TransactionManager
-
Global report.
- GlobalReportRequest - io.seata.core.protocol.transaction中的类
-
The type Global report request.
- GlobalReportRequest() - 类 的构造器io.seata.core.protocol.transaction.GlobalReportRequest
-
- GlobalReportResponse - io.seata.core.protocol.transaction中的类
-
The type Global report response.
- GlobalReportResponse() - 类 的构造器io.seata.core.protocol.transaction.GlobalReportResponse
-
- 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.
- globalStatus - 类 中的变量io.seata.core.protocol.transaction.GlobalReportRequest
-
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
-
- GlobalTransactionDO - io.seata.core.store中的类
-
Global Transaction data object
- GlobalTransactionDO() - 类 的构造器io.seata.core.store.GlobalTransactionDO
-
- GlobalTransactionEvent - io.seata.core.event中的类
-
Event data for global transaction.
- GlobalTransactionEvent(long, String, String, String, String, Long, Long, GlobalStatus) - 类 的构造器io.seata.core.event.GlobalTransactionEvent
-
- GlobalTransactionException - io.seata.core.exception中的异常错误
-
The type GlobalTransaction exception.
- GlobalTransactionException(TransactionExceptionCode) - 异常错误 的构造器io.seata.core.exception.GlobalTransactionException
-
Instantiates a new Transaction exception.
- GlobalTransactionException(TransactionExceptionCode, Throwable) - 异常错误 的构造器io.seata.core.exception.GlobalTransactionException
-
Instantiates a new Transaction exception.
- GlobalTransactionException(String) - 异常错误 的构造器io.seata.core.exception.GlobalTransactionException
-
Instantiates a new Transaction exception.
- GlobalTransactionException(TransactionExceptionCode, String) - 异常错误 的构造器io.seata.core.exception.GlobalTransactionException
-
Instantiates a new Transaction exception.
- GlobalTransactionException(Throwable) - 异常错误 的构造器io.seata.core.exception.GlobalTransactionException
-
Instantiates a new Transaction exception.
- GlobalTransactionException(String, Throwable) - 异常错误 的构造器io.seata.core.exception.GlobalTransactionException
-
Instantiates a new Transaction exception.
- GlobalTransactionException(TransactionExceptionCode, String, Throwable) - 异常错误 的构造器io.seata.core.exception.GlobalTransactionException
-
Instantiates a new Transaction exception.
- GROUPLIST_POSTFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant GROUPLIST_POSTFIX.
- GuavaEventBus - io.seata.core.event中的类
-
Default event bus implement with Guava EventBus.
- GuavaEventBus(String) - 类 的构造器io.seata.core.event.GuavaEventBus
-
- GuavaEventBus(String, boolean) - 类 的构造器io.seata.core.event.GuavaEventBus
-
- MAGIC_CODE_BYTES - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Magic code
- 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_COMMIT_RETRY_TIMEOUT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant MAX_COMMIT_RETRY_TIMEOUT.
- MAX_FRAME_LENGTH - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Max frame length
- MAX_READ_IDLE_SECONDS - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
-
The constant MAX_READ_IDLE_SECONDS.
- MAX_ROLLBACK_RETRY_TIMEOUT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant MAX_ROLLBACK_RETRY_TIMEOUT.
- MAX_SERVER_POOL_SIZE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant MAX_SERVER_POOL_SIZE.
- MAX_TASK_QUEUE_SIZE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant MAX_TASK_QUEUE_SIZE.
- MAX_WRITE_IDLE_SECONDS - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
-
The constant MAX_WRITE_IDLE_SECONDS.
- MDC_KEY_BRANCH_ID - 类 中的静态变量io.seata.core.context.RootContext
-
The constant MDC_KEY_BRANCH_ID for logback
- MDC_KEY_XID - 类 中的静态变量io.seata.core.context.RootContext
-
The constant MDC_KEY_XID for logback
- MergedWarpMessage - io.seata.core.protocol中的类
-
The type Merged warp message.
- MergedWarpMessage() - 类 的构造器io.seata.core.protocol.MergedWarpMessage
-
- mergeLock - 类 中的变量io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- MergeMessage - io.seata.core.protocol中的接口
-
The interface Merge message.
- mergeMsgMap - 类 中的变量io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
When sending message type is
MergeMessage, will be stored to mergeMsgMap.
- MergeResultMessage - io.seata.core.protocol中的类
-
The type Merge result message.
- MergeResultMessage() - 类 的构造器io.seata.core.protocol.MergeResultMessage
-
- messageExecutor - 类 中的变量io.seata.core.rpc.netty.AbstractNettyRemoting
-
The Message executor.
- MessageFuture - io.seata.core.protocol中的类
-
The type Message future.
- MessageFuture() - 类 的构造器io.seata.core.protocol.MessageFuture
-
- MessageType - io.seata.core.protocol中的接口
-
The type Message codec type.
- MessageTypeAware - io.seata.core.protocol中的接口
-
The interface Message type aware.
- METRICS_ENABLED - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant METRICS_ENABLED.
- METRICS_EXPORTER_LIST - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant METRICS_EXPORTER_LIST.
- METRICS_EXPORTER_PROMETHEUS_PORT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant METRICS_EXPORTER_PROMETHEUS_PORT
- METRICS_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant METRICS_PREFIX.
- METRICS_REGISTRY_TYPE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant METRICS_REGISTRY_TYPE.
- MIN_SERVER_POOL_SIZE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant MIN_SERVER_POOL_SIZE.
- 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.
- MSGTYPE_HEARTBEAT_REQUEST - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Message type: Heartbeat Request
- MSGTYPE_HEARTBEAT_RESPONSE - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Message type: Heartbeat Response
- MSGTYPE_RESPONSE - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Message type: Response
- MSGTYPE_RESQUEST_ONEWAY - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Message type: Request which no need response
- MSGTYPE_RESQUEST_SYNC - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Message type: Request
- MysqlLockStoreSql - io.seata.core.store.db.sql.lock中的类
-
the database lock store mysql sql
- MysqlLockStoreSql() - 类 的构造器io.seata.core.store.db.sql.lock.MysqlLockStoreSql
-
- MysqlLogStoreSqls - io.seata.core.store.db.sql.log中的类
-
Database log store mysql sql
- MysqlLogStoreSqls() - 类 的构造器io.seata.core.store.db.sql.log.MysqlLogStoreSqls
-
- readString(ByteBuf) - 类 中的方法io.seata.core.rpc.netty.v1.HeadMapSerializer
-
Read string
- RECOVERY_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant RECOVERY_PREFIX.
- REDIS_KEY_BRANCH_APPLICATION_DATA - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name applicationData
- REDIS_KEY_BRANCH_BEGIN_TIME - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name beginTime
- REDIS_KEY_BRANCH_BRANCH_ID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name branchId
- REDIS_KEY_BRANCH_BRANCH_TYPE - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
REDIS_
The constant redis key of branch transaction name branchType
- REDIS_KEY_BRANCH_CLIENT_ID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name clientId
- REDIS_KEY_BRANCH_GMT_CREATE - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name gmtCreate
- REDIS_KEY_BRANCH_GMT_MODIFIED - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name gmtModified
- REDIS_KEY_BRANCH_RESOURCE_GROUP_ID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name resourceGroupId
- REDIS_KEY_BRANCH_RESOURCE_ID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name resourceId
- REDIS_KEY_BRANCH_STATUS - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name status
- REDIS_KEY_BRANCH_TRANSACTION_ID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name transactionId
- REDIS_KEY_BRANCH_XID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of branch transaction name xid
- REDIS_KEY_GLOBAL_APPLICATION_DATA - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name applicationData
- REDIS_KEY_GLOBAL_APPLICATION_ID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name applicationId
- REDIS_KEY_GLOBAL_BEGIN_TIME - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name beginTime
- REDIS_KEY_GLOBAL_GMT_CREATE - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name gmtCreate
- REDIS_KEY_GLOBAL_GMT_MODIFIED - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name gmtModified
- REDIS_KEY_GLOBAL_STATUS - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name status
- REDIS_KEY_GLOBAL_TIMEOUT - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name timeout
- REDIS_KEY_GLOBAL_TRANSACTION_ID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name transactionId
- REDIS_KEY_GLOBAL_TRANSACTION_NAME - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name transactionName
- REDIS_KEY_GLOBAL_TRANSACTION_SERVICE_GROUP - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name transactionServiceGroup
- REDIS_KEY_GLOBAL_XID - 类 中的静态变量io.seata.core.constants.RedisKeyConstants
-
The constant redis key of global transaction name xid
- REDIS_SENTINEL_MODE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant REDIS_SENTINEL_MODE.
- REDIS_SINGLE_MODE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant REDIS_SINGLE_MODE.
- RedisKeyConstants - io.seata.core.constants中的类
-
The redis key constants
- RedisKeyConstants() - 类 的构造器io.seata.core.constants.RedisKeyConstants
-
- register(Object) - 接口 中的方法io.seata.core.event.EventBus
-
- register(Object) - 类 中的方法io.seata.core.event.GuavaEventBus
-
- RegisterCheckAuthHandler - io.seata.core.rpc中的接口
-
The interface Register check auth handler.
- registerClass(Class<?>) - 类 中的静态方法io.seata.core.serializer.SerializerClassRegistry
-
only supposed to be called at startup time
- registerClass(Class<?>, Object) - 类 中的静态方法io.seata.core.serializer.SerializerClassRegistry
-
only supposed to be called at startup time
- RegisterMsgListener - io.seata.core.rpc.netty中的接口
-
已过时。
- registerProcessor(int, RemotingProcessor, ExecutorService) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- registerProcessor(int, RemotingProcessor, ExecutorService) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingServer
-
- registerProcessor(int, RemotingProcessor, ExecutorService) - 接口 中的方法io.seata.core.rpc.RemotingClient
-
register processor
- registerProcessor(int, RemotingProcessor, ExecutorService) - 接口 中的方法io.seata.core.rpc.RemotingServer
-
register processor
- registerResource(Resource) - 接口 中的方法io.seata.core.model.ResourceManager
-
Register a Resource to be managed by Resource Manager.
- registerResource(String, String) - 类 中的方法io.seata.core.rpc.netty.RmNettyRemotingClient
-
Register new db key.
- registerRMChannel(RegisterRMRequest, Channel) - 类 中的静态方法io.seata.core.rpc.netty.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.netty.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.RegisterCheckAuthHandler
-
Reg resource manager check auth boolean.
- RegRmProcessor - io.seata.core.rpc.processor.server中的类
-
process RM client registry message.
- RegRmProcessor(RemotingServer) - 类 的构造器io.seata.core.rpc.processor.server.RegRmProcessor
-
- RegTmProcessor - io.seata.core.rpc.processor.server中的类
-
process TM client registry message.
- RegTmProcessor(RemotingServer) - 类 的构造器io.seata.core.rpc.processor.server.RegTmProcessor
-
- regTransactionManagerCheckAuth(RegisterTMRequest) - 接口 中的方法io.seata.core.rpc.RegisterCheckAuthHandler
-
Reg transaction manager check auth boolean.
- release() - 类 中的方法io.seata.core.rpc.RpcContext
-
Release.
- releaseLock(String, Long) - 类 中的方法io.seata.core.lock.AbstractLocker
-
- releaseLock(String, List<Long>) - 类 中的方法io.seata.core.lock.AbstractLocker
-
- releaseLock(List<RowLock>) - 类 中的方法io.seata.core.lock.LocalDBLocker
-
- releaseLock(List<RowLock>) - 接口 中的方法io.seata.core.lock.Locker
-
Release lock boolean.
- releaseLock(String, Long) - 接口 中的方法io.seata.core.lock.Locker
-
Release lock boolean.
- releaseLock(String, List<Long>) - 接口 中的方法io.seata.core.lock.Locker
-
Release lock boolean.
- releaseRpcContext(Channel) - 类 中的静态方法io.seata.core.rpc.netty.ChannelManager
-
Release rpc context.
- RemotingBootstrap - io.seata.core.rpc中的接口
-
The boot strap of the remoting process, generally there are client and server implementation classes
- RemotingClient - io.seata.core.rpc中的接口
-
The interface remoting client.
- RemotingProcessor - io.seata.core.rpc.processor中的接口
-
The remoting processor
Used to encapsulate remote interaction logic.
- RemotingServer - io.seata.core.rpc中的接口
-
The interface Remoting server.
- RemotingService - io.seata.core.rpc中的接口
-
已过时。
- remove(String) - 接口 中的方法io.seata.core.context.ContextCore
-
Remove value.
- remove(String) - 类 中的方法io.seata.core.context.FastThreadLocalContextCore
-
- remove() - 类 中的静态方法io.seata.core.context.GlobalLockConfigHolder
-
- remove(String) - 类 中的方法io.seata.core.context.ThreadLocalContextCore
-
- removeRuntimeShutdownHook() - 类 中的静态方法io.seata.core.rpc.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.
- Result<T> - io.seata.core.model中的类
-
Generic return result class
- Result(T, String, Object[]) - 类 的构造器io.seata.core.model.Result
-
- ResultCode - io.seata.core.protocol中的枚举
-
The enum Result code.
- RETRY_DEAD_THRESHOLD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
the constant RETRY_DEAD_THRESHOLD
- RmBranchCommitProcessor - io.seata.core.rpc.processor.client中的类
-
process TC global commit command.
- RmBranchCommitProcessor(TransactionMessageHandler, RemotingClient) - 类 的构造器io.seata.core.rpc.processor.client.RmBranchCommitProcessor
-
- RmBranchRollbackProcessor - io.seata.core.rpc.processor.client中的类
-
process TC do global rollback command.
- RmBranchRollbackProcessor(TransactionMessageHandler, RemotingClient) - 类 的构造器io.seata.core.rpc.processor.client.RmBranchRollbackProcessor
-
- RMInboundHandler - io.seata.core.protocol.transaction中的接口
-
The interface Rm inbound handler.
- RmNettyRemotingClient - io.seata.core.rpc.netty中的类
-
The Rm netty client.
- RmTransactionException - io.seata.core.exception中的异常错误
-
The type RmTransaction exception.
- RmTransactionException(TransactionExceptionCode) - 异常错误 的构造器io.seata.core.exception.RmTransactionException
-
Instantiates a new Transaction exception.
- RmTransactionException(TransactionExceptionCode, Throwable) - 异常错误 的构造器io.seata.core.exception.RmTransactionException
-
Instantiates a new Transaction exception.
- RmTransactionException(String) - 异常错误 的构造器io.seata.core.exception.RmTransactionException
-
Instantiates a new Transaction exception.
- RmTransactionException(TransactionExceptionCode, String) - 异常错误 的构造器io.seata.core.exception.RmTransactionException
-
Instantiates a new Transaction exception.
- RmTransactionException(Throwable) - 异常错误 的构造器io.seata.core.exception.RmTransactionException
-
Instantiates a new Transaction exception.
- RmTransactionException(String, Throwable) - 异常错误 的构造器io.seata.core.exception.RmTransactionException
-
Instantiates a new Transaction exception.
- RmTransactionException(TransactionExceptionCode, String, Throwable) - 异常错误 的构造器io.seata.core.exception.RmTransactionException
-
Instantiates a new Transaction exception.
- RmUndoLogProcessor - io.seata.core.rpc.processor.client中的类
-
process TC undo log delete command.
- RmUndoLogProcessor(TransactionMessageHandler) - 类 的构造器io.seata.core.rpc.processor.client.RmUndoLogProcessor
-
- ROLE_RM - 类 中的静态变量io.seata.core.event.GlobalTransactionEvent
-
- ROLE_TC - 类 中的静态变量io.seata.core.event.GlobalTransactionEvent
-
- ROLE_TM - 类 中的静态变量io.seata.core.event.GlobalTransactionEvent
-
- rollback(String) - 接口 中的方法io.seata.core.model.TransactionManager
-
Global rollback.
- ROLLBACK_RETRY_TIMEOUT_UNLOCK_ENABLE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant ROLLBACK_RETRY_TIMEOUT_UNLOCK_ENABLE.
- ROLLBACKING_RETRY_PERIOD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant ROLLBACKING_RETRY_PERIOD.
- RootContext - io.seata.core.context中的类
-
The type Root context.
- RowLock - io.seata.core.lock中的类
-
The type Row lock.
- RowLock() - 类 的构造器io.seata.core.lock.RowLock
-
- RpcContext - io.seata.core.rpc中的类
-
The type rpc context.
- RpcContext() - 类 的构造器io.seata.core.rpc.RpcContext
-
- RpcEventLoopGroup - io.seata.core.rpc.netty中的接口
-
已过时。
- RpcHook - io.seata.core.rpc.hook中的接口
-
- rpcHooks - 类 中的变量io.seata.core.rpc.netty.AbstractNettyRemoting
-
- RpcMessage - io.seata.core.protocol中的类
-
The type Rpc message.
- RpcMessage() - 类 的构造器io.seata.core.protocol.RpcMessage
-
- run() - 类 中的方法io.seata.core.rpc.ShutdownHook
-
- SEATA_ACCESS_KEY - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SEATA_ACCESS_KEY.
- SEATA_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SEATA_PREFIX.
- SEATA_SECRET_KEY - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SEATA_SECRET_KEY.
- sendAsync(Channel, RpcMessage) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
rpc async request.
- sendAsyncRequest(Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- sendAsyncRequest(Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingServer
-
- sendAsyncRequest(Channel, Object) - 接口 中的方法io.seata.core.rpc.RemotingClient
-
client send async request.
- sendAsyncRequest(Channel, Object) - 接口 中的方法io.seata.core.rpc.RemotingServer
-
server send async request.
- sendASyncRequest(Channel, Object) - 接口 中的方法io.seata.core.rpc.ServerMessageSender
-
已过时。
ASync call to RM
- sendAsyncResponse(String, RpcMessage, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- sendAsyncResponse(RpcMessage, Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingServer
-
- sendAsyncResponse(String, RpcMessage, Object) - 接口 中的方法io.seata.core.rpc.RemotingClient
-
client send async response.
- sendAsyncResponse(RpcMessage, Channel, Object) - 接口 中的方法io.seata.core.rpc.RemotingServer
-
server send async response.
- 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.
- sendRegisterMessage(String, Channel, String) - 类 中的方法io.seata.core.rpc.netty.RmNettyRemotingClient
-
- sendResponse(RpcMessage, String, Object) - 接口 中的方法io.seata.core.rpc.ClientMessageSender
-
已过时。
Send response.
- sendResponse(RpcMessage, Channel, Object) - 接口 中的方法io.seata.core.rpc.ServerMessageSender
-
已过时。
Send response.
- sendSync(Channel, RpcMessage, long) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemoting
-
rpc sync request
Obtain the return result through MessageFuture blocking.
- sendSyncRequest(Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- sendSyncRequest(Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- sendSyncRequest(String, String, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingServer
-
- sendSyncRequest(Channel, Object) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingServer
-
- sendSyncRequest(Object) - 接口 中的方法io.seata.core.rpc.RemotingClient
-
client send sync request.
- sendSyncRequest(Channel, Object) - 接口 中的方法io.seata.core.rpc.RemotingClient
-
client send sync request.
- sendSyncRequest(String, String, Object) - 接口 中的方法io.seata.core.rpc.RemotingServer
-
server send sync request.
- sendSyncRequest(Channel, Object) - 接口 中的方法io.seata.core.rpc.RemotingServer
-
server send sync request.
- 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
- sendSyncRequest(Channel, Object) - 接口 中的方法io.seata.core.rpc.ServerMessageSender
-
已过时。
Send request with response object.
- sendSyncRequest(Channel, Object, long) - 接口 中的方法io.seata.core.rpc.ServerMessageSender
-
已过时。
Send request with response object.
- serialize(T) - 接口 中的方法io.seata.core.serializer.Serializer
-
Encode object to byte[].
- SERIALIZE_FOR_RPC - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SERIALIZE_FOR_RPC.
- Serializer - io.seata.core.serializer中的接口
-
The interface Codec.
- SerializerClassRegistry - io.seata.core.serializer中的类
-
Provide a unified serialization registry, this class used for seata-serializer-fst
and seata-serializer-kryo, it will register some classes at startup time (for example KryoSerializerFactory#create)
- SerializerClassRegistry() - 类 的构造器io.seata.core.serializer.SerializerClassRegistry
-
- SerializerType - io.seata.core.serializer中的枚举
-
The enum serialize type.
- serialVersionUID - 类 中的静态变量io.seata.core.protocol.AbstractMessage
-
- 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_ENABLE_CHECK_AUTH - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SERVER_ENABLE_CHECK_AUTH.
- SERVER_EXECUTOR_THREAD_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SERVER_EXECUTOR_THREAD_PREFIX
- SERVER_NODE_SPLIT_CHAR - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SERVER_NODE_SPLIT_CHAR.
- SERVER_PORT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SERVER_PORT.
- SERVER_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SERVER_PREFIX.
- SERVER_UNDO_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SERVER_UNDO_PREFIX.
- ServerHeartbeatProcessor - io.seata.core.rpc.processor.server中的类
-
process client heartbeat message request(PING).
- ServerHeartbeatProcessor(RemotingServer) - 类 的构造器io.seata.core.rpc.processor.server.ServerHeartbeatProcessor
-
- ServerMessageListener - io.seata.core.rpc中的接口
-
已过时。
- ServerMessageSender - io.seata.core.rpc中的接口
-
已过时。
- ServerOnRequestProcessor - io.seata.core.rpc.processor.server中的类
-
process RM/TM client request message.
- ServerOnRequestProcessor(RemotingServer, TransactionMessageHandler) - 类 的构造器io.seata.core.rpc.processor.server.ServerOnRequestProcessor
-
- ServerOnResponseProcessor - io.seata.core.rpc.processor.server中的类
-
handle RM/TM response message.
- ServerOnResponseProcessor(TransactionMessageHandler, ConcurrentHashMap<Integer, MessageFuture>) - 类 的构造器io.seata.core.rpc.processor.server.ServerOnResponseProcessor
-
- ServerTableColumnsName - io.seata.core.constants中的接口
-
server table columns name.
- 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
- setAccessKey(String) - 类 中的方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
Sets access key.
- setAddress(String) - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
-
Sets set address.
- setAndReturnPrevious(GlobalLockConfig) - 类 中的静态方法io.seata.core.context.GlobalLockConfigHolder
-
- 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.RmNettyRemotingClient
-
Sets application id.
- setApplicationId(String) - 类 中的方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
Sets application id.
- setApplicationId(String) - 类 中的方法io.seata.core.rpc.RpcContext
-
Sets set application id.
- setApplicationId(String) - 类 中的方法io.seata.core.store.GlobalTransactionDO
-
Sets application id.
- setBeginTime(long) - 类 中的方法io.seata.core.store.GlobalTransactionDO
-
Sets begin time.
- setBeginTime(Long) - 类 中的方法io.seata.core.store.GlobalTransactionDO
-
Sets begin time
- setBody(Object) - 类 中的方法io.seata.core.protocol.RpcMessage
-
Sets body.
- 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(BranchType) - 类 中的方法io.seata.core.protocol.transaction.UndoLogDeleteRequest
-
- 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.NettyClientBootstrap
-
Sets channel handlers.
- setChannelHandlers(ChannelHandler...) - 类 中的方法io.seata.core.rpc.netty.NettyServerBootstrap
-
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.
- 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.
- setCodec(byte) - 类 中的方法io.seata.core.protocol.RpcMessage
-
Sets codec.
- setCompressor(byte) - 类 中的方法io.seata.core.protocol.RpcMessage
-
Sets compressor.
- setConnectTimeoutMillis(int) - 类 中的方法io.seata.core.rpc.netty.NettyClientConfig
-
Sets connect timeout millis.
- setDefaultBranchType(BranchType) - 类 中的静态方法io.seata.core.context.RootContext
-
- setErrMsg(String) - 类 中的方法io.seata.core.model.Result
-
- setErrMsgParams(Object[]) - 类 中的方法io.seata.core.model.Result
-
- 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.
- setGlobalStatus(GlobalStatus) - 类 中的方法io.seata.core.protocol.transaction.GlobalReportRequest
-
Sets global status.
- 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.AbstractNettyRemoting
-
- setHandler(TransactionMessageHandler) - 类 中的方法io.seata.core.rpc.netty.NettyRemotingServer
-
Sets transactionMessageHandler.
- setHeadMap(Map<String, String>) - 类 中的方法io.seata.core.protocol.RpcMessage
-
Sets head map.
- setId(int) - 类 中的方法io.seata.core.protocol.RpcMessage
-
Sets id.
- setIdentified(boolean) - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
-
Sets identified.
- setListenPort(int) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingServer
-
Sets listen port.
- setListenPort(int) - 类 中的方法io.seata.core.rpc.netty.NettyServerBootstrap
-
Sets listen port.
- setLockable(boolean) - 类 中的方法io.seata.core.protocol.transaction.GlobalLockQueryResponse
-
Sets lockable.
- setLockKey(String) - 类 中的方法io.seata.core.protocol.transaction.BranchRegisterRequest
-
Sets lock key.
- setLockRetryInternal(int) - 类 中的方法io.seata.core.model.GlobalLockConfig
-
- setLockRetryTimes(int) - 类 中的方法io.seata.core.model.GlobalLockConfig
-
- setMessage(AbstractMessage) - 类 中的方法io.seata.core.rpc.netty.NettyPoolKey
-
Sets message.
- setMessageType(byte) - 类 中的方法io.seata.core.protocol.RpcMessage
-
Sets message type.
- 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.
- setPing(boolean) - 类 中的方法io.seata.core.protocol.HeartbeatMessage
-
- setPk(String) - 类 中的方法io.seata.core.lock.RowLock
-
Sets pk.
- setPk(String) - 类 中的方法io.seata.core.store.LockDO
-
Sets pk.
- 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.protocol.transaction.UndoLogDeleteRequest
-
- 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.RmNettyRemotingClient
-
Sets resource manager.
- setResourceSets(Set<String>) - 类 中的方法io.seata.core.rpc.RpcContext
-
Sets set resource sets.
- setResult(T) - 类 中的方法io.seata.core.model.Result
-
- 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.
- setSaveDays(short) - 类 中的方法io.seata.core.protocol.transaction.UndoLogDeleteRequest
-
- setSecretKey(String) - 类 中的方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
Sets secret key.
- setServerMessageSender(RemotingServer) - 类 中的方法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.
- setStatus(Integer) - 类 中的方法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.
- setTimeout(Integer) - 类 中的方法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.GlobalTransactionDO
-
Sets transactionId
- setTransactionId(Long) - 类 中的方法io.seata.core.store.LockDO
-
Sets transaction id.
- setTransactionMessageHandler(TransactionMessageHandler) - 类 中的方法io.seata.core.rpc.netty.AbstractNettyRemotingClient
-
- 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.RmNettyRemotingClient
-
Sets transaction service group.
- setTransactionServiceGroup(String) - 类 中的方法io.seata.core.rpc.netty.TmNettyRemotingClient
-
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.constants.ConfigurationKeys
-
The constant SHARE_BOSS_WORKER
- SHARE_BOSS_WORKER - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
-
The constant SHARE_BOSS_WORKER.
- shutdown() - 类 中的方法io.seata.core.rpc.netty.NettyClientBootstrap
-
- shutdown() - 类 中的方法io.seata.core.rpc.netty.NettyServerBootstrap
-
- shutdown() - 接口 中的方法io.seata.core.rpc.RemotingBootstrap
-
Shutdown.
- shutdown() - 接口 中的方法io.seata.core.rpc.RemotingService
-
已过时。
Shutdown.
- SHUTDOWN_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SHUTDOWN_PREFIX
- SHUTDOWN_WAIT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SHUTDOWN_WAIT
- ShutdownHook - io.seata.core.rpc中的类
-
ensure the shutdownHook is singleton
- sign(String, String) - 接口 中的方法io.seata.core.auth.AuthSigner
-
- sign(String, String) - 类 中的方法io.seata.core.auth.DefaultAuthSigner
-
- SQL_PARSER_TYPE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant SQL_PARSER_TYPE.
- StackTraceLogger - io.seata.core.logger中的类
-
- StackTraceLogger() - 类 的构造器io.seata.core.logger.StackTraceLogger
-
- start() - 类 中的方法io.seata.core.rpc.netty.NettyClientBootstrap
-
- start() - 类 中的方法io.seata.core.rpc.netty.NettyServerBootstrap
-
- start() - 接口 中的方法io.seata.core.rpc.RemotingBootstrap
-
Start.
- start() - 接口 中的方法io.seata.core.rpc.RemotingService
-
已过时。
Start.
- StatusRpcHook - io.seata.core.rpc.hook中的类
-
- StatusRpcHook() - 类 的构造器io.seata.core.rpc.hook.StatusRpcHook
-
- 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_DRIVER_CLASS_NAME - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_DB_DRIVER_CLASS_NAME.
- 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_MAX_WAIT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_DB_MAX_WAIT.
- 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_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_DB_PREFIX.
- 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.
- STORE_PUBLIC_KEY - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_PUBLIC_KEY.
- STORE_REDIS_DATABASE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_DATABASE.
- STORE_REDIS_HOST - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_HOST.
- STORE_REDIS_MAX_CONN - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_MAX_CONN.
- STORE_REDIS_MAX_TOTAL - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
the constant STORE_REDIS_MAX_TOTAL
- STORE_REDIS_MIN_CONN - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_MIN_Conn.
- STORE_REDIS_MODE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_MODE.
- STORE_REDIS_PASSWORD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_PASSWORD.
- STORE_REDIS_PORT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_PORT.
- STORE_REDIS_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_PREFIX.
- STORE_REDIS_QUERY_LIMIT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_QUERY_LIMIT.
- STORE_REDIS_SENTINEL_HOST - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
STORE_REDIS_SENTINEL_HOST.
- STORE_REDIS_SENTINEL_MASTERNAME - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
STORE_REDIS_SENTINEL_MASTERNAME.
- STORE_REDIS_SENTINEL_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_SENTINEL_PREFIX.
- STORE_REDIS_SINGLE_HOST - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_SINGLE_HOST.
- STORE_REDIS_SINGLE_PORT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_SINGLE_PORT.
- STORE_REDIS_SINGLE_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant STORE_REDIS_SINGLE_PREFIX.
- StoreMode - io.seata.core.store中的枚举
-
transaction log store mode
- TCInboundHandler - io.seata.core.protocol.transaction中的接口
-
The interface Tc inbound handler.
- THREAD_FACTORY_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant THREAD_FACTORY_PREFIX
- ThreadLocalContextCore - io.seata.core.context中的类
-
The type Thread local context core.
- ThreadLocalContextCore() - 类 的构造器io.seata.core.context.ThreadLocalContextCore
-
- TIMEOUT_RETRY_PERIOD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TIMEOUT_RETRY_PERIOD.
- timerExecutor - 类 中的变量io.seata.core.rpc.netty.AbstractNettyRemoting
-
The Timer executor.
- TmNettyRemotingClient - io.seata.core.rpc.netty中的类
-
The rm netty client.
- TmTransactionException - io.seata.core.exception中的异常错误
-
The type TmTransaction exception.
- TmTransactionException(TransactionExceptionCode) - 异常错误 的构造器io.seata.core.exception.TmTransactionException
-
Instantiates a new Transaction exception.
- TmTransactionException(TransactionExceptionCode, Throwable) - 异常错误 的构造器io.seata.core.exception.TmTransactionException
-
Instantiates a new Transaction exception.
- TmTransactionException(String) - 异常错误 的构造器io.seata.core.exception.TmTransactionException
-
Instantiates a new Transaction exception.
- TmTransactionException(TransactionExceptionCode, String) - 异常错误 的构造器io.seata.core.exception.TmTransactionException
-
Instantiates a new Transaction exception.
- TmTransactionException(Throwable) - 异常错误 的构造器io.seata.core.exception.TmTransactionException
-
Instantiates a new Transaction exception.
- TmTransactionException(String, Throwable) - 异常错误 的构造器io.seata.core.exception.TmTransactionException
-
Instantiates a new Transaction exception.
- TmTransactionException(TransactionExceptionCode, String, Throwable) - 异常错误 的构造器io.seata.core.exception.TmTransactionException
-
Instantiates a new Transaction exception.
- toString() - 类 中的方法io.seata.core.lock.RowLock
-
- toString() - 类 中的方法io.seata.core.protocol.AbstractIdentifyResponse
-
- toString() - 类 中的方法io.seata.core.protocol.AbstractMessage
-
- 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.RpcMessage
-
- 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.protocol.transaction.UndoLogDeleteRequest
-
- 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_LOG_EXCEPTION_RATE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSACTION_UNDO_LOG_EXCEPTION_RATE
- TRANSACTION_UNDO_DATA_VALIDATION - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSACTION_UNDO_DATA_VALIDATION.
- TRANSACTION_UNDO_LOG_DELETE_PERIOD - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSACTION_UNDO_LOG_DELETE_PERIOD
- TRANSACTION_UNDO_LOG_SAVE_DAYS - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSACTION_UNDO_LOG_SAVE_DAYS.
- TRANSACTION_UNDO_LOG_SERIALIZATION - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSACTION_UNDO_LOG_SERIALIZATION.
- TRANSACTION_UNDO_LOG_TABLE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSACTION_UNDO_LOG_TABLE
- TRANSACTION_UNDO_ONLY_CARE_UPDATE_COLUMNS - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSACTION_UNDO_ONLY_CARE_UPDATE_COLUMNS.
- 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_HEARTBEAT - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSPORT_HEARTBEAT
- TRANSPORT_PREFIX - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSPORT_PREFIX.
- TRANSPORT_PROTOCOL_TYPE - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
-
The constant TRANSPORT_PROTOCOL_TYPE.
- TRANSPORT_SERVER - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSPORT_SERVER
- TRANSPORT_SERVER_TYPE - 类 中的静态变量io.seata.core.rpc.netty.NettyBaseConfig
-
The constant TRANSPORT_SERVER_TYPE.
- TRANSPORT_TYPE - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TRANSPORT_TYPE
- TransportProtocolType - io.seata.core.rpc中的枚举
-
The enum Transport protocol type.
- TransportServerType - io.seata.core.rpc中的枚举
-
The enum Transport server type.
- TX_SERVICE_GROUP - 接口 中的静态变量io.seata.core.constants.ConfigurationKeys
-
The constant TX_SERVICE_GROUP.
- TYPE_BRANCH_COMMIT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_COMMIT.
- TYPE_BRANCH_COMMIT_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_COMMIT_RESULT.
- TYPE_BRANCH_REGISTER - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_REGISTER.
- TYPE_BRANCH_REGISTER_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_REGISTER_RESULT.
- TYPE_BRANCH_ROLLBACK - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_ROLLBACK.
- TYPE_BRANCH_ROLLBACK_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_ROLLBACK_RESULT.
- TYPE_BRANCH_STATUS_REPORT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_STATUS_REPORT.
- TYPE_BRANCH_STATUS_REPORT_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_BRANCH_STATUS_REPORT_RESULT.
- TYPE_GLOBAL_BEGIN - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_BEGIN.
- TYPE_GLOBAL_BEGIN_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_BEGIN_RESULT.
- TYPE_GLOBAL_COMMIT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_COMMIT.
- TYPE_GLOBAL_COMMIT_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_COMMIT_RESULT.
- TYPE_GLOBAL_LOCK_QUERY - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_LOCK_QUERY.
- TYPE_GLOBAL_LOCK_QUERY_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_LOCK_QUERY_RESULT.
- TYPE_GLOBAL_REPORT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_REPORT.
- TYPE_GLOBAL_REPORT_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_REPORT_RESULT.
- TYPE_GLOBAL_ROLLBACK - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_ROLLBACK.
- TYPE_GLOBAL_ROLLBACK_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_ROLLBACK_RESULT.
- TYPE_GLOBAL_STATUS - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_STATUS.
- TYPE_GLOBAL_STATUS_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_GLOBAL_STATUS_RESULT.
- TYPE_HEARTBEAT_MSG - 接口 中的静态变量io.seata.core.protocol.MessageType
-
the constant TYPE_HEARTBEAT_MSG
- TYPE_REG_CLT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_REG_CLT.
- TYPE_REG_CLT_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_REG_CLT_RESULT.
- TYPE_REG_RM - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_REG_RM.
- TYPE_REG_RM_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_REG_RM_RESULT.
- TYPE_RM_DELETE_UNDOLOG - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_RM_DELETE_UNDOLOG.
- TYPE_SEATA_MERGE - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_SEATA_MERGE.
- TYPE_SEATA_MERGE_RESULT - 接口 中的静态变量io.seata.core.protocol.MessageType
-
The constant TYPE_SEATA_MERGE_RESULT.
- V1_HEAD_LENGTH - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
HEAD_LENGTH of protocol v1
- validateObject(NettyPoolKey, Channel) - 类 中的方法io.seata.core.rpc.netty.NettyPoolableFactory
-
- VALUE_GLOBAL_LOCK_FLAG - 类 中的静态变量io.seata.core.context.RootContext
-
- valueOf(String) - 枚举 中的静态方法io.seata.core.compressor.CompressorType
-
返回带有指定名称的该类型的枚举常量。
- 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.NettyBaseConfig.WorkThreadMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.seata.core.rpc.netty.NettyPoolKey.TransactionRole
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.seata.core.rpc.TransportProtocolType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.seata.core.rpc.TransportServerType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.seata.core.serializer.SerializerType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.seata.core.store.StoreMode
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法io.seata.core.compressor.CompressorType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- 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.NettyBaseConfig.WorkThreadMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法io.seata.core.rpc.netty.NettyPoolKey.TransactionRole
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法io.seata.core.rpc.TransportProtocolType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法io.seata.core.rpc.TransportServerType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法io.seata.core.serializer.SerializerType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法io.seata.core.store.StoreMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- version - 类 中的变量io.seata.core.protocol.AbstractIdentifyRequest
-
The Version.
- VERSION - 接口 中的静态变量io.seata.core.protocol.ProtocolConstants
-
Protocol version
- Version - io.seata.core.protocol中的类
-
The type Version.
- VERSION_MAP - 类 中的静态变量io.seata.core.protocol.Version
-
The constant VERSION_MAP.