@InterfaceAudience.Private public class BootstrapStandby extends Object implements Tool, Configurable
| Constructor and Description |
|---|
BootstrapStandby() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConf()
Return the configuration used by this object.
|
int |
run(String[] args)
Execute the command with the given arguments.
|
static int |
run(String[] argv,
Configuration conf) |
void |
setConf(Configuration conf)
Set the configuration to be used by this object.
|
public int run(String[] args) throws Exception
Toolpublic void setConf(Configuration conf)
ConfigurablesetConf in interface Configurablepublic Configuration getConf()
ConfigurablegetConf in interface Configurablepublic static int run(String[] argv, Configuration conf) throws IOException
IOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.