public class UndoLogDeleteRequest extends AbstractTransactionRequestToRM implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected BranchType |
branchType
The Branch type.
|
static short |
DEFAULT_SAVE_DAYS |
handlerctx, LOGGER, UTF8| 构造器和说明 |
|---|
UndoLogDeleteRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
BranchType |
getBranchType() |
String |
getResourceId() |
short |
getSaveDays() |
short |
getTypeCode()
Gets type code.
|
AbstractTransactionResponse |
handle(RpcContext rpcContext)
Handle abstract transaction response.
|
void |
setBranchType(BranchType branchType) |
void |
setResourceId(String resourceId) |
void |
setSaveDays(short saveDays) |
String |
toString() |
setRMInboundMessageHandlerbytesToInt, intToBytespublic static final short DEFAULT_SAVE_DAYS
protected BranchType branchType
public String getResourceId()
public void setResourceId(String resourceId)
public short getSaveDays()
public void setSaveDays(short saveDays)
public BranchType getBranchType()
public void setBranchType(BranchType branchType)
public AbstractTransactionResponse handle(RpcContext rpcContext)
AbstractTransactionRequesthandle 在类中 AbstractTransactionRequestrpcContext - the rpc contextpublic short getTypeCode()
MessageTypeAwaregetTypeCode 在接口中 MessageTypeAwarepublic String toString()
toString 在类中 AbstractMessageCopyright © 2022 Seata. All rights reserved.