public class CheckTransactionStateRequestHeader extends Object implements CommandCustomHeader
| 构造器和说明 |
|---|
CheckTransactionStateRequestHeader() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkFields() |
Long |
getCommitLogOffset() |
String |
getMsgId() |
String |
getTransactionId() |
Long |
getTranStateTableOffset() |
void |
setCommitLogOffset(Long commitLogOffset) |
void |
setMsgId(String msgId) |
void |
setTransactionId(String transactionId) |
void |
setTranStateTableOffset(Long tranStateTableOffset) |
public void checkFields()
throws RemotingCommandException
checkFields 在接口中 CommandCustomHeaderRemotingCommandExceptionpublic Long getTranStateTableOffset()
public void setTranStateTableOffset(Long tranStateTableOffset)
public Long getCommitLogOffset()
public void setCommitLogOffset(Long commitLogOffset)
public String getMsgId()
public void setMsgId(String msgId)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2012–2016. All rights reserved.