|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.tools.admin.command.AbstractAdminCommand
voldemort.tools.admin.command.AdminCommandStore
public class AdminCommandStore
Implements all functionality of admin store operations.
Nested Class Summary | |
---|---|
static class |
AdminCommandStore.SubCommandStoreAdd
store add command |
static class |
AdminCommandStore.SubCommandStoreDelete
store delete command |
static class |
AdminCommandStore.SubCommandStoreRollbackReadOnly
store rollback-ro command |
static class |
AdminCommandStore.SubCommandStoreTruncatePartition
store truncate-partition command |
static class |
AdminCommandStore.SubCommandStoreTruncateStore
store truncate-store command |
Constructor Summary | |
---|---|
AdminCommandStore()
|
Method Summary | |
---|---|
static void |
executeCommand(java.lang.String[] args)
Parses command-line and directs to sub-commands. |
static void |
executeHelp(java.lang.String[] args,
java.io.PrintStream stream)
Parses command-line input and prints help menu. |
static void |
printHelp(java.io.PrintStream stream)
Prints command-line help menu. |
Methods inherited from class voldemort.tools.admin.command.AbstractAdminCommand |
---|
getParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminCommandStore()
Method Detail |
---|
public static void executeCommand(java.lang.String[] args) throws java.lang.Exception
args
- Command-line input
java.lang.Exception
public static void printHelp(java.io.PrintStream stream)
public static void executeHelp(java.lang.String[] args, java.io.PrintStream stream) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |