com.alibaba.rocketmq.tools.command
接口 SubCommand

所有已知实现类:
BrokerStatusSubCommand, CheckMsgSubCommand, CleanExpiredCQSubCommand, CloneGroupOffsetCommand, ClusterListSubCommand, ConsumerConnectionSubCommand, ConsumerProgressSubCommand, ConsumerStatusSubCommand, DeleteKvConfigCommand, DeleteProjectGroupCommand, DeleteSubscriptionGroupCommand, DeleteTopicSubCommand, GetConsumerStatusCommand, GetProjectGroupCommand, PrintMessageSubCommand, ProducerConnectionSubCommand, QueryMsgByIdSubCommand, QueryMsgByKeySubCommand, QueryMsgByOffsetSubCommand, ResetOffsetByTimeCommand, ResetOffsetByTimeOldCommand, StartMonitoringSubCommand, StatsAllSubCommand, SyncDocsToGithubSubCommand, TopicListSubCommand, TopicRouteSubCommand, TopicStatusSubCommand, UpdateBrokerConfigSubCommand, UpdateKvConfigCommand, UpdateOrderConfCommand, UpdateProjectGroupCommand, UpdateSubGroupSubCommand, UpdateTopicSubCommand, WipeWritePermSubCommand

public interface SubCommand

各个子命令的接口

从以下版本开始:
2013-7-25
作者:
shijia.wxr

方法摘要
 org.apache.commons.cli.Options buildCommandlineOptions(org.apache.commons.cli.Options options)
           
 String commandDesc()
           
 String commandName()
           
 void execute(org.apache.commons.cli.CommandLine commandLine, org.apache.commons.cli.Options options, RPCHook rpcHook)
           
 

方法详细信息

commandName

String commandName()

commandDesc

String commandDesc()

buildCommandlineOptions

org.apache.commons.cli.Options buildCommandlineOptions(org.apache.commons.cli.Options options)

execute

void execute(org.apache.commons.cli.CommandLine commandLine,
             org.apache.commons.cli.Options options,
             RPCHook rpcHook)


Copyright © 2012-2015. All Rights Reserved.