Class ExecuteCommand
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hdfs.server.diskbalancer.command.Command
org.apache.hadoop.hdfs.server.diskbalancer.command.ExecuteCommand
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.conf.Configurable
executes a given plan.
-
Constructor Summary
ConstructorsConstructorDescriptionExecuteCommand(org.apache.hadoop.conf.Configuration conf) Constructs ExecuteCommand. -
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
-
ExecuteCommand
public ExecuteCommand(org.apache.hadoop.conf.Configuration conf) Constructs ExecuteCommand.- Parameters:
conf- - Configuration.
-
-
Method Details