public static interface AdminCommands.AdminCommand
Modifier and Type | Method and Description |
---|---|
void |
printCliHelp(String command,
PrintStream out)
Print a help message to out.
|
void |
run(String[] args,
Map<String,Object> conf,
String command)
Run the command, this will be called at most once.
|
void run(String[] args, Map<String,Object> conf, String command) throws Exception
Run the command, this will be called at most once.
Exception
void printCliHelp(String command, PrintStream out)
Print a help message to out. typically this should be in the form of. command arguments: description of command argument - description
Copyright © 2022 The Apache Software Foundation. All rights reserved.