com.alibaba.rocketmq.common.protocol.header
类 SearchOffsetRequestHeader

java.lang.Object
  继承者 com.alibaba.rocketmq.common.protocol.header.SearchOffsetRequestHeader
所有已实现的接口:
CommandCustomHeader

public class SearchOffsetRequestHeader
extends Object
implements CommandCustomHeader

作者:
shijia.wxr

构造方法摘要
SearchOffsetRequestHeader()
           
 
方法摘要
 void checkFields()
           
 Integer getQueueId()
           
 Long getTimestamp()
           
 String getTopic()
           
 void setQueueId(Integer queueId)
           
 void setTimestamp(Long timestamp)
           
 void setTopic(String topic)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SearchOffsetRequestHeader

public SearchOffsetRequestHeader()
方法详细信息

checkFields

public void checkFields()
                 throws RemotingCommandException
指定者:
接口 CommandCustomHeader 中的 checkFields
抛出:
RemotingCommandException

getTopic

public String getTopic()

setTopic

public void setTopic(String topic)

getQueueId

public Integer getQueueId()

setQueueId

public void setQueueId(Integer queueId)

getTimestamp

public Long getTimestamp()

setTimestamp

public void setTimestamp(Long timestamp)


Copyright © 2012-2015. All Rights Reserved.