com.alibaba.rocketmq.tools.command.stats
类 StatsAllSubCommand

java.lang.Object
  继承者 com.alibaba.rocketmq.tools.command.stats.StatsAllSubCommand
所有已实现的接口:
SubCommand

public class StatsAllSubCommand
extends Object
implements SubCommand


构造方法摘要
StatsAllSubCommand()
           
 
方法摘要
 org.apache.commons.cli.Options buildCommandlineOptions(org.apache.commons.cli.Options options)
           
 String commandDesc()
           
 String commandName()
           
static long compute24HourSum(BrokerStatsData bsd)
           
 void execute(org.apache.commons.cli.CommandLine commandLine, org.apache.commons.cli.Options options, RPCHook rpcHook)
           
static void main(String[] args)
           
static void printTopicDetail(DefaultMQAdminExt admin, String topic, boolean activeTopic)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StatsAllSubCommand

public StatsAllSubCommand()
方法详细信息

commandName

public String commandName()
指定者:
接口 SubCommand 中的 commandName

commandDesc

public String commandDesc()
指定者:
接口 SubCommand 中的 commandDesc

buildCommandlineOptions

public org.apache.commons.cli.Options buildCommandlineOptions(org.apache.commons.cli.Options options)
指定者:
接口 SubCommand 中的 buildCommandlineOptions

compute24HourSum

public static long compute24HourSum(BrokerStatsData bsd)

printTopicDetail

public static void printTopicDetail(DefaultMQAdminExt admin,
                                    String topic,
                                    boolean activeTopic)
                             throws RemotingException,
                                    MQClientException,
                                    InterruptedException,
                                    MQBrokerException
抛出:
RemotingException
MQClientException
InterruptedException
MQBrokerException

execute

public void execute(org.apache.commons.cli.CommandLine commandLine,
                    org.apache.commons.cli.Options options,
                    RPCHook rpcHook)
指定者:
接口 SubCommand 中的 execute

main

public static void main(String[] args)


Copyright © 2012-2014. All Rights Reserved.