Class HRegionServerCommandLine
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.util.ServerCommandLine
org.apache.hadoop.hbase.regionserver.HRegionServerCommandLine
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,org.apache.hadoop.util.Tool
Class responsible for parsing the command line and starting the RegionServer.
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
private final Class<? extends HRegionServer>
private static final String
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.util.ServerCommandLine
doMain, logJVMInfo, logProcessInfo, usage
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
LOG
-
regionServerClass
-
USAGE
- See Also:
-
-
Constructor Details
-
HRegionServerCommandLine
-
-
Method Details
-
getUsage
Description copied from class:ServerCommandLine
Implementing subclasses should return a usage string to print out.- Specified by:
getUsage
in classServerCommandLine
-
start
- Throws:
Exception
-
run
- Throws:
Exception
-