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

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

public class QueryMessageResponseHeader
extends Object
implements CommandCustomHeader

作者:
shijia.wxr

构造方法摘要
QueryMessageResponseHeader()
           
 
方法摘要
 void checkFields()
           
 Long getIndexLastUpdatePhyoffset()
           
 Long getIndexLastUpdateTimestamp()
           
 void setIndexLastUpdatePhyoffset(Long indexLastUpdatePhyoffset)
           
 void setIndexLastUpdateTimestamp(Long indexLastUpdateTimestamp)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

QueryMessageResponseHeader

public QueryMessageResponseHeader()
方法详细信息

checkFields

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

getIndexLastUpdateTimestamp

public Long getIndexLastUpdateTimestamp()

setIndexLastUpdateTimestamp

public void setIndexLastUpdateTimestamp(Long indexLastUpdateTimestamp)

getIndexLastUpdatePhyoffset

public Long getIndexLastUpdatePhyoffset()

setIndexLastUpdatePhyoffset

public void setIndexLastUpdatePhyoffset(Long indexLastUpdatePhyoffset)


Copyright © 2012-2015. All Rights Reserved.