Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
Package
Description
-
Uses of JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate final List<JVMClusterUtil.RegionServerThread>
LocalHBaseCluster.regionThreads
Modifier and TypeMethodDescriptionLocalHBaseCluster.addRegionServer()
LocalHBaseCluster.addRegionServer
(org.apache.hadoop.conf.Configuration config, int index) LocalHBaseCluster.addRegionServer
(org.apache.hadoop.conf.Configuration config, int index, User user) MiniHBaseCluster.resumeRegionServer
(int serverNumber) Deprecated.Resume the specified region serverMiniHBaseCluster.startRegionServer()
Deprecated.Starts a region server thread runningMiniHBaseCluster.startRegionServer
(org.apache.hadoop.conf.Configuration configuration) Deprecated.MiniHBaseCluster.startRegionServerAndWait
(long timeout) Deprecated.Starts a region server thread and waits until its processed by master.MiniHBaseCluster.stopRegionServer
(int serverNumber) Deprecated.Shut down the specified region server cleanlyMiniHBaseCluster.stopRegionServer
(int serverNumber, boolean shutdownFS) Deprecated.Shut down the specified region server cleanlyMiniHBaseCluster.suspendRegionServer
(int serverNumber) Deprecated.Suspend the specified region serverModifier and TypeMethodDescriptionLocalHBaseCluster.getLiveRegionServers()
MiniHBaseCluster.getLiveRegionServerThreads()
Deprecated.Returns List of live region server threads (skips the aborted and the killed)LocalHBaseCluster.getRegionServers()
Returns Read-only list of region server threads.MiniHBaseCluster.getRegionServerThreads()
Deprecated.Modifier and TypeMethodDescriptionLocalHBaseCluster.waitOnRegionServer
(JVMClusterUtil.RegionServerThread rst) Wait for the specified region server to stop. -
Uses of JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionprivate static void
HMasterCommandLine.closeAllRegionServerThreads
(List<JVMClusterUtil.RegionServerThread> regionservers) -
Uses of JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionJVMClusterUtil.createRegionServerThread
(org.apache.hadoop.conf.Configuration c, Class<? extends HRegionServer> hrsc, int index) Creates aJVMClusterUtil.RegionServerThread
.