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

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

public class QueryConsumeTimeSpanBody
extends RemotingSerializable

查看客户端消费组的消费情况。


构造方法摘要
QueryConsumeTimeSpanBody()
           
 
方法摘要
 Set<QueueTimeSpan> getConsumeTimeSpanSet()
           
 void setConsumeTimeSpanSet(Set<QueueTimeSpan> consumeTimeSpanSet)
           
 
从类 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
 

构造方法详细信息

QueryConsumeTimeSpanBody

public QueryConsumeTimeSpanBody()
方法详细信息

getConsumeTimeSpanSet

public Set<QueueTimeSpan> getConsumeTimeSpanSet()

setConsumeTimeSpanSet

public void setConsumeTimeSpanSet(Set<QueueTimeSpan> consumeTimeSpanSet)


Copyright © 2012-2015. All Rights Reserved.