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

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

public class ResetOffsetBody
extends RemotingSerializable

重置 offset 处理结果。


构造方法摘要
ResetOffsetBody()
           
 
方法摘要
 Map<MessageQueue,Long> getOffsetTable()
           
 void setOffsetTable(Map<MessageQueue,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
 

构造方法详细信息

ResetOffsetBody

public ResetOffsetBody()
方法详细信息

getOffsetTable

public Map<MessageQueue,Long> getOffsetTable()

setOffsetTable

public void setOffsetTable(Map<MessageQueue,Long> offsetTable)


Copyright © 2012-2015. All Rights Reserved.