public class KeyShell extends Configured implements Tool
| Modifier and Type | Field and Description | 
|---|---|
PrintStream | 
err
allows stderr to be captured if necessary. 
 | 
static String | 
NO_VALID_PROVIDERS  | 
PrintStream | 
out
allows stdout to be captured if necessary. 
 | 
| Constructor and Description | 
|---|
KeyShell()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
main(String[] args)
main() entry point for the KeyShell. 
 | 
int | 
run(String[] args)
Primary entry point for the KeyShell; called via main(). 
 | 
getConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConf, setConfpublic static final String NO_VALID_PROVIDERS
public PrintStream out
public PrintStream err
public int run(String[] args) throws Exception
run in interface Toolargs - Command line arguments.ExceptionCopyright © 2018 Apache Software Foundation. All Rights Reserved.