voldemort.tools.admin.command
Class AdminCommandOther

java.lang.Object
  extended by voldemort.tools.admin.command.AbstractAdminCommand
      extended by voldemort.tools.admin.command.AdminCommandOther

public class AdminCommandOther
extends AbstractAdminCommand

Implements all non-grouped admin commands.


Nested Class Summary
static class AdminCommandOther.SubCommandNativeBackup
          native-backup command
static class AdminCommandOther.SubCommandRestoreFromReplica
          restore-from-replica command
 
Constructor Summary
AdminCommandOther()
           
 
Method Summary
static void executeCommand(java.lang.String[] args)
          Parses command-line and directs to command groups or non-grouped sub-commands.
static void executeHelp(java.lang.String[] args, java.io.PrintStream stream)
          Parses command-line input and prints help menu.
 
Methods inherited from class voldemort.tools.admin.command.AbstractAdminCommand
getParser, printHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminCommandOther

public AdminCommandOther()
Method Detail

executeCommand

public static void executeCommand(java.lang.String[] args)
                           throws java.lang.Exception
Parses command-line and directs to command groups or non-grouped sub-commands.

Parameters:
args - Command-line input
Throws:
java.lang.Exception

executeHelp

public static void executeHelp(java.lang.String[] args,
                               java.io.PrintStream stream)
                        throws java.lang.Exception
Parses command-line input and prints help menu.

Throws:
java.lang.Exception


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu