com.alibaba.rocketmq.client.consumer.store
类 OffsetSerializeWrapper
java.lang.Object
com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
com.alibaba.rocketmq.client.consumer.store.OffsetSerializeWrapper
public class OffsetSerializeWrapper
- extends RemotingSerializable
Offset持久化,json包装类
- 从以下版本开始:
- 2013-7-25
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OffsetSerializeWrapper
public OffsetSerializeWrapper()
getOffsetTable
public ConcurrentHashMap<MessageQueue,AtomicLong> getOffsetTable()
setOffsetTable
public void setOffsetTable(ConcurrentHashMap<MessageQueue,AtomicLong> offsetTable)
Copyright © 2012-2014. All Rights Reserved.