Class HelpCommand
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hdfs.server.diskbalancer.command.Command
org.apache.hadoop.hdfs.server.diskbalancer.command.HelpCommand
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.conf.Configurable
Help Command prints out detailed help about each command.
-
Constructor Summary
ConstructorsConstructorDescriptionHelpCommand(org.apache.hadoop.conf.Configuration conf) Constructs a help command. -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
addValidCommandParameters, close, create, getClusterURI, getDataNodeProxy, getDefaultTop, getNodeList, getNodes, getOutputPath, getTopNodes, open, parseTopNodes, populatePathNames, readClusterInfo, recordOutput, setCluster, setClusterURI, setNodesToProcess, setNodesToProcess, setOutputPath, setTopNodes, verifyCommandOptionsMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Constructor Details
-
HelpCommand
public HelpCommand(org.apache.hadoop.conf.Configuration conf) Constructs a help command.- Parameters:
conf- - config
-
-
Method Details