com.alibaba.rocketmq.common.protocol.body
类 GetConsumerStatusBody
java.lang.Object
com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
com.alibaba.rocketmq.common.protocol.body.GetConsumerStatusBody
已过时。
@Deprecated
public class GetConsumerStatusBody
- extends RemotingSerializable
查看客户端消费组的消费情况。
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetConsumerStatusBody
public GetConsumerStatusBody()
- 已过时。
getMessageQueueTable
public Map<MessageQueue,Long> getMessageQueueTable()
- 已过时。
setMessageQueueTable
public void setMessageQueueTable(Map<MessageQueue,Long> messageQueueTable)
- 已过时。
getConsumerTable
public Map<String,Map<MessageQueue,Long>> getConsumerTable()
- 已过时。
setConsumerTable
public void setConsumerTable(Map<String,Map<MessageQueue,Long>> consumerTable)
- 已过时。
Copyright © 2012-2015. All Rights Reserved.