com.taobao.metamorphosis.tools.shell
类 OpenPartitionsTool

java.lang.Object
  继承者 com.taobao.metamorphosis.tools.shell.ShellTool
      继承者 com.taobao.metamorphosis.tools.shell.OpenPartitionsTool

public class OpenPartitionsTool
extends ShellTool

 清除一个topic的所有分区 的关闭标记
 usage:
      OpenPartitionsTool -topic xxtopic
      OpenPartitionsTool -topic xxtopic -host 10.2.2.3
      OpenPartitionsTool -topic xxtopic -port 9999
      OpenPartitionsTool -topic xxtopic -host 10.2.2.3 -port 9999
 

从以下版本开始:
2011-8-23 下午5:44:21
作者:
无花

字段摘要
 
从类 com.taobao.metamorphosis.tools.shell.ShellTool 继承的字段
METACONFIG_NAME, out
 
构造方法摘要
OpenPartitionsTool(PrintStream out)
           
OpenPartitionsTool(PrintWriter writer)
           
 
方法摘要
 void doMain(String[] args)
          主功能入口
static void main(String[] args)
           
 
从类 com.taobao.metamorphosis.tools.shell.ShellTool 继承的方法
println
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OpenPartitionsTool

public OpenPartitionsTool(PrintStream out)

OpenPartitionsTool

public OpenPartitionsTool(PrintWriter writer)
方法详细信息

main

public static void main(String[] args)
                 throws Exception
抛出:
Exception

doMain

public void doMain(String[] args)
            throws Exception
从类 ShellTool 复制的描述
主功能入口

指定者:
ShellTool 中的 doMain
抛出:
Exception


Copyright © 2010–2013. All rights reserved.