com.alibaba.rocketmq.common.protocol.header
类 UpdateConsumerOffsetRequestHeader
java.lang.Object
com.alibaba.rocketmq.common.protocol.header.UpdateConsumerOffsetRequestHeader
- 所有已实现的接口:
- CommandCustomHeader
public class UpdateConsumerOffsetRequestHeader
- extends Object
- implements CommandCustomHeader
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateConsumerOffsetRequestHeader
public UpdateConsumerOffsetRequestHeader()
checkFields
public void checkFields()
throws RemotingCommandException
- 指定者:
- 接口
CommandCustomHeader 中的 checkFields
- 抛出:
RemotingCommandException
getConsumerGroup
public String getConsumerGroup()
setConsumerGroup
public void setConsumerGroup(String consumerGroup)
getTopic
public String getTopic()
setTopic
public void setTopic(String topic)
getQueueId
public Integer getQueueId()
setQueueId
public void setQueueId(Integer queueId)
getCommitOffset
public Long getCommitOffset()
setCommitOffset
public void setCommitOffset(Long commitOffset)
Copyright © 2012-2015. All Rights Reserved.