@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
Tool
public void setConf(Configuration conf)
Configurable
setConf
in interface Configurable
public Configuration getConf()
Configurable
getConf
in interface Configurable
public static int run(String[] argv, Configuration conf) throws IOException
IOException
Copyright © 2013 Apache Software Foundation. All rights reserved.