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

构造方法摘要
OffsetSerializeWrapper()
           
 
方法摘要
 ConcurrentHashMap<MessageQueue,AtomicLong> getOffsetTable()
           
 void setOffsetTable(ConcurrentHashMap<MessageQueue,AtomicLong> offsetTable)
           
 
从类 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
 

构造方法详细信息

OffsetSerializeWrapper

public OffsetSerializeWrapper()
方法详细信息

getOffsetTable

public ConcurrentHashMap<MessageQueue,AtomicLong> getOffsetTable()

setOffsetTable

public void setOffsetTable(ConcurrentHashMap<MessageQueue,AtomicLong> offsetTable)


Copyright © 2012-2014. All Rights Reserved.