com.alibaba.rocketmq.store.schedule
类 DelayOffsetSerializeWrapper
java.lang.Object
com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
com.alibaba.rocketmq.store.schedule.DelayOffsetSerializeWrapper
public class DelayOffsetSerializeWrapper
- extends com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
延时消息进度,序列化包装
- 从以下版本开始:
- 2013-7-21
- 作者:
- shijia.wxr
| 从类 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable 继承的方法 |
decode, encode, encode, fromJson, toJson, toJson, toJson |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelayOffsetSerializeWrapper
public DelayOffsetSerializeWrapper()
getOffsetTable
public ConcurrentHashMap<Integer,Long> getOffsetTable()
setOffsetTable
public void setOffsetTable(ConcurrentHashMap<Integer,Long> offsetTable)
Copyright © 2012–2015. All rights reserved.