com.alibaba.rocketmq.common.protocol.body
类 ConsumerOffsetSerializeWrapper

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.protocol.body.ConsumerOffsetSerializeWrapper

public class ConsumerOffsetSerializeWrapper
extends RemotingSerializable

Consumer消费进度,序列化包装

从以下版本开始:
2013-8-19
作者:
manhong.yqd

构造方法摘要
ConsumerOffsetSerializeWrapper()
           
 
方法摘要
 ConcurrentHashMap<String,ConcurrentHashMap<Integer,Long>> getOffsetTable()
           
 void setOffsetTable(ConcurrentHashMap<String,ConcurrentHashMap<Integer,Long>> 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
 

构造方法详细信息

ConsumerOffsetSerializeWrapper

public ConsumerOffsetSerializeWrapper()
方法详细信息

getOffsetTable

public ConcurrentHashMap<String,ConcurrentHashMap<Integer,Long>> getOffsetTable()

setOffsetTable

public void setOffsetTable(ConcurrentHashMap<String,ConcurrentHashMap<Integer,Long>> offsetTable)


Copyright © 2012-2015. All Rights Reserved.