Package org.apache.hadoop.hbase.master
Class HMasterCommandLine
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.util.ServerCommandLine
org.apache.hadoop.hbase.master.HMasterCommandLine
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcloseAllRegionServerThreads(List<JVMClusterUtil.RegionServerThread> regionservers) protected StringgetUsage()Implementing subclasses should return a usage string to print out.intprivate intprivate intprivate voidwaitOnMasterThreads(LocalHBaseCluster cluster) 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
-
USAGE
- See Also:
-
masterClass
-
-
Constructor Details
-
HMasterCommandLine
-
-
Method Details
-
getUsage
Description copied from class:ServerCommandLineImplementing subclasses should return a usage string to print out.- Specified by:
getUsagein classServerCommandLine
-
run
- Throws:
Exception
-
startMaster
-
stopMaster
-
waitOnMasterThreads
- Throws:
InterruptedException
-
closeAllRegionServerThreads
private static void closeAllRegionServerThreads(List<JVMClusterUtil.RegionServerThread> regionservers)
-