public class CheckTransactionStateResponseHeader extends Object implements CommandCustomHeader
| 构造器和说明 |
|---|
CheckTransactionStateResponseHeader() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkFields() |
Long |
getCommitLogOffset() |
Integer |
getCommitOrRollback() |
String |
getProducerGroup() |
Long |
getTranStateTableOffset() |
void |
setCommitLogOffset(Long commitLogOffset) |
void |
setCommitOrRollback(Integer commitOrRollback) |
void |
setProducerGroup(String producerGroup) |
void |
setTranStateTableOffset(Long tranStateTableOffset) |
public void checkFields()
throws RemotingCommandException
checkFields 在接口中 CommandCustomHeaderRemotingCommandExceptionpublic String getProducerGroup()
public void setProducerGroup(String producerGroup)
public Long getTranStateTableOffset()
public void setTranStateTableOffset(Long tranStateTableOffset)
public Long getCommitLogOffset()
public void setCommitLogOffset(Long commitLogOffset)
public Integer getCommitOrRollback()
public void setCommitOrRollback(Integer commitOrRollback)
Copyright © 2012–2016. All rights reserved.