com.alibaba.rocketmq.common.protocol.header.namesrv
类 WipeWritePermOfBrokerResponseHeader

java.lang.Object
  继承者 com.alibaba.rocketmq.common.protocol.header.namesrv.WipeWritePermOfBrokerResponseHeader
所有已实现的接口:
CommandCustomHeader

public class WipeWritePermOfBrokerResponseHeader
extends Object
implements CommandCustomHeader

从以下版本开始:
2013-8-5
作者:
shijia.wxr

构造方法摘要
WipeWritePermOfBrokerResponseHeader()
           
 
方法摘要
 void checkFields()
           
 Integer getWipeTopicCount()
           
 void setWipeTopicCount(Integer wipeTopicCount)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WipeWritePermOfBrokerResponseHeader

public WipeWritePermOfBrokerResponseHeader()
方法详细信息

checkFields

public void checkFields()
                 throws RemotingCommandException
指定者:
接口 CommandCustomHeader 中的 checkFields
抛出:
RemotingCommandException

getWipeTopicCount

public Integer getWipeTopicCount()

setWipeTopicCount

public void setWipeTopicCount(Integer wipeTopicCount)


Copyright © 2012-2015. All Rights Reserved.