| 程序包 | 说明 |
|---|---|
| io.seata.core.protocol | |
| io.seata.core.protocol.transaction | |
| io.seata.core.rpc | |
| io.seata.core.rpc.netty | |
| io.seata.rm | |
| io.seata.serializer.seata |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractIdentifyRequest
The type Abstract identify request.
|
class |
AbstractIdentifyResponse
The type Abstract identify response.
|
class |
AbstractResultMessage
The type Abstract result message.
|
class |
MergedWarpMessage
The type Merged warp message.
|
class |
MergeResultMessage
The type Merge result message.
|
class |
RegisterRMRequest
The type Register rm request.
|
class |
RegisterRMResponse
The type Register rm response.
|
class |
RegisterTMRequest
The type Register tm request.
|
class |
RegisterTMResponse
The type Register tm response.
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<AbstractMessage> |
MergedWarpMessage.msgs
The Msgs.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBranchEndRequest
The type Abstract branch end request.
|
class |
AbstractBranchEndResponse
The type Abstract branch end response.
|
class |
AbstractGlobalEndRequest
The type Abstract global end request.
|
class |
AbstractGlobalEndResponse
The type Abstract global end response.
|
class |
AbstractTransactionRequest
The type Abstract transaction request.
|
class |
AbstractTransactionRequestToRM
The type Abstract transaction request to rm.
|
class |
AbstractTransactionRequestToTC
The type Abstract transaction request to tc.
|
class |
AbstractTransactionResponse
The type Abstract transaction response.
|
class |
BranchCommitRequest
The type Branch commit request.
|
class |
BranchCommitResponse
The type Branch commit response.
|
class |
BranchRegisterRequest
The type Branch register request.
|
class |
BranchRegisterResponse
The type Branch register response.
|
class |
BranchReportRequest
The type Branch report request.
|
class |
BranchReportResponse
The type Branch report response.
|
class |
BranchRollbackRequest
The type Branch rollback request.
|
class |
BranchRollbackResponse
The type Branch rollback response.
|
class |
GlobalBeginRequest
The type Global begin request.
|
class |
GlobalBeginResponse
The type Global begin response.
|
class |
GlobalCommitRequest
The type Global commit request.
|
class |
GlobalCommitResponse
The type Global commit response.
|
class |
GlobalLockQueryRequest
The type Global lock query request.
|
class |
GlobalLockQueryResponse
The type Global lock query response.
|
class |
GlobalReportRequest
The type Global report request.
|
class |
GlobalReportResponse
The type Global report response.
|
class |
GlobalRollbackRequest
The type Global rollback request.
|
class |
GlobalRollbackResponse
The type Global rollback response.
|
class |
GlobalStatusRequest
The type Global status request.
|
class |
GlobalStatusResponse
The type Global status response.
|
class |
UndoLogDeleteRequest
The type to delete undolog request.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RemotingClient.onRegisterMsgFail(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage)
On register msg fail.
|
void |
RemotingClient.onRegisterMsgSuccess(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage)
On register msg success.
|
AbstractResultMessage |
TransactionMessageHandler.onRequest(AbstractMessage request,
RpcContext context)
On a request received.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractMessage |
NettyPoolKey.getMessage()
Gets message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TmNettyRemotingClient.onRegisterMsgFail(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage) |
void |
RmNettyRemotingClient.onRegisterMsgFail(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage) |
void |
RegisterMsgListener.onRegisterMsgFail(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage)
已过时。
On register msg fail.
|
void |
TmNettyRemotingClient.onRegisterMsgSuccess(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage) |
void |
RmNettyRemotingClient.onRegisterMsgSuccess(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage) |
void |
RegisterMsgListener.onRegisterMsgSuccess(String serverAddress,
io.netty.channel.Channel channel,
Object response,
AbstractMessage requestMessage)
已过时。
On register msg success.
|
void |
NettyPoolKey.setMessage(AbstractMessage message)
Sets message.
|
| 构造器和说明 |
|---|
NettyPoolKey(NettyPoolKey.TransactionRole transactionRole,
String address,
AbstractMessage message)
Instantiates a new Netty pool key.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractResultMessage |
AbstractRMHandler.onRequest(AbstractMessage request,
RpcContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static AbstractMessage |
MessageCodecFactory.getMergeRequestInstanceByCode(int typeCode)
Gets merge request instance by code.
|
protected static AbstractMessage |
MessageCodecFactory.getMergeResponseInstanceByCode(int typeCode)
Gets merge response instance by code.
|
static AbstractMessage |
MessageCodecFactory.getMessage(short typeCode)
Gets message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MessageSeataCodec |
MessageCodecFactory.getMessageCodec(AbstractMessage abstractMessage)
Get message codec message codec.
|
Copyright © 2020 Seata. All rights reserved.