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
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate final Class<? extends HRegionServer>private static final String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.util.ServerCommandLine
doMain, logJVMInfo, logProcessInfo, usageMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ServerCommandLineImplementing subclasses should return a usage string to print out.- Specified by:
getUsagein classServerCommandLine
-
start
- Throws:
Exception
-
run
- Throws:
Exception
-