public class MsgBody.Ext
extends java.lang.Object
| 构造器和说明 |
|---|
Ext() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBodyCRC() |
java.net.SocketAddress |
getBornHost() |
long |
getBornTimestamp() |
java.lang.String |
getBrokerName() |
long |
getCommitLogOffset() |
long |
getPreparedTransactionOffset() |
int |
getQueueId() |
long |
getQueueOffset() |
int |
getReconsumeTimes() |
java.net.SocketAddress |
getStoreHost() |
int |
getStoreSize() |
long |
getStoreTimestamp() |
int |
getSysFlag() |
void |
setBodyCRC(int bodyCRC) |
void |
setBornHost(java.net.SocketAddress bornHost) |
void |
setBornTimestamp(long bornTimestamp) |
void |
setBrokerName(java.lang.String brokerName) |
void |
setCommitLogOffset(long commitLogOffset) |
void |
setPreparedTransactionOffset(long preparedTransactionOffset) |
void |
setQueueId(int queueId) |
void |
setQueueOffset(long queueOffset) |
void |
setReconsumeTimes(int reconsumeTimes) |
void |
setStoreHost(java.net.SocketAddress storeHost) |
void |
setStoreSize(int storeSize) |
void |
setStoreTimestamp(long storeTimestamp) |
void |
setSysFlag(int sysFlag) |
public java.lang.String getBrokerName()
public void setBrokerName(java.lang.String brokerName)
brokerName - the brokerName to setpublic int getQueueId()
public void setQueueId(int queueId)
queueId - the queueId to setpublic int getStoreSize()
public void setStoreSize(int storeSize)
storeSize - the storeSize to setpublic long getQueueOffset()
public void setQueueOffset(long queueOffset)
queueOffset - the queueOffset to setpublic int getSysFlag()
public void setSysFlag(int sysFlag)
sysFlag - the sysFlag to setpublic long getBornTimestamp()
public void setBornTimestamp(long bornTimestamp)
bornTimestamp - the bornTimestamp to setpublic java.net.SocketAddress getBornHost()
public void setBornHost(java.net.SocketAddress bornHost)
bornHost - the bornHost to setpublic long getStoreTimestamp()
public void setStoreTimestamp(long storeTimestamp)
storeTimestamp - the storeTimestamp to setpublic java.net.SocketAddress getStoreHost()
public void setStoreHost(java.net.SocketAddress storeHost)
storeHost - the storeHost to setpublic long getCommitLogOffset()
public void setCommitLogOffset(long commitLogOffset)
commitLogOffset - the commitLogOffset to setpublic int getBodyCRC()
public void setBodyCRC(int bodyCRC)
bodyCRC - the bodyCRC to setpublic int getReconsumeTimes()
public void setReconsumeTimes(int reconsumeTimes)
reconsumeTimes - the reconsumeTimes to setpublic long getPreparedTransactionOffset()
public void setPreparedTransactionOffset(long preparedTransactionOffset)
preparedTransactionOffset - the preparedTransactionOffset to set