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
| 从类 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.