Class QueryCommand
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hdfs.server.diskbalancer.command.Command
org.apache.hadoop.hdfs.server.diskbalancer.command.QueryCommand
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.conf.Configurable
Gets the current status of disk balancer command.
-
Constructor Summary
ConstructorsConstructorDescriptionQueryCommand(org.apache.hadoop.conf.Configuration conf) Constructs QueryCommand.QueryCommand(org.apache.hadoop.conf.Configuration conf, PrintStream ps) -
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
-
QueryCommand
public QueryCommand(org.apache.hadoop.conf.Configuration conf) Constructs QueryCommand.- Parameters:
conf- - Configuration.
-
QueryCommand
-
-
Method Details