com.alibaba.rocketmq.store.index
类 QueryOffsetResult

java.lang.Object
  继承者 com.alibaba.rocketmq.store.index.QueryOffsetResult

public class QueryOffsetResult
extends Object

根据索引查询消息,返回结果

从以下版本开始:
2013-7-21
作者:
shijia.wxr

构造方法摘要
QueryOffsetResult(List<Long> phyOffsets, long indexLastUpdateTimestamp, long indexLastUpdatePhyoffset)
           
 
方法摘要
 long getIndexLastUpdatePhyoffset()
           
 long getIndexLastUpdateTimestamp()
           
 List<Long> getPhyOffsets()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

QueryOffsetResult

public QueryOffsetResult(List<Long> phyOffsets,
                         long indexLastUpdateTimestamp,
                         long indexLastUpdatePhyoffset)
方法详细信息

getPhyOffsets

public List<Long> getPhyOffsets()

getIndexLastUpdateTimestamp

public long getIndexLastUpdateTimestamp()

getIndexLastUpdatePhyoffset

public long getIndexLastUpdatePhyoffset()


Copyright © 2012–2015. All rights reserved.