com.nhncorp.neptune.client.shell
Class TableReportCommand

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.NeptuneShellCommand
      extended by com.nhncorp.neptune.client.shell.TableReportCommand

public class TableReportCommand
extends NeptuneShellCommand

Table의 Tablet 정보를 Shell에 나타낸다.

Author:
jindolk

Constructor Summary
TableReportCommand()
           
 
Method Summary
 ReturnMsg execute(java.lang.String inputStr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableReportCommand

public TableReportCommand()
                   throws NeptuneParseException
Throws:
NeptuneParseException
Method Detail

execute

public ReturnMsg execute(java.lang.String inputStr)
Specified by:
execute in class NeptuneShellCommand