Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
Packages that use JVMClusterUtil.RegionServerThread
Package
Description
-
Uses of JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase with type parameters of type JVMClusterUtil.RegionServerThreadModifier and TypeFieldDescriptionprivate final List<JVMClusterUtil.RegionServerThread>
LocalHBaseCluster.regionThreads
Methods in org.apache.hadoop.hbase that return JVMClusterUtil.RegionServerThreadModifier 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 serverMethods in org.apache.hadoop.hbase that return types with arguments of type JVMClusterUtil.RegionServerThreadModifier 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.Methods in org.apache.hadoop.hbase with parameters of type JVMClusterUtil.RegionServerThreadModifier and TypeMethodDescriptionLocalHBaseCluster.waitOnRegionServer
(JVMClusterUtil.RegionServerThread rst) Wait for the specified region server to stop. -
Uses of JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as JVMClusterUtil.RegionServerThreadMethod parameters in org.apache.hadoop.hbase.master with type arguments of type JVMClusterUtil.RegionServerThreadModifier and TypeMethodDescriptionprivate static void
HMasterCommandLine.closeAllRegionServerThreads
(List<JVMClusterUtil.RegionServerThread> regionservers) -
Uses of JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return JVMClusterUtil.RegionServerThreadModifier and TypeMethodDescriptionJVMClusterUtil.createRegionServerThread
(org.apache.hadoop.conf.Configuration c, Class<? extends HRegionServer> hrsc, int index) Creates aJVMClusterUtil.RegionServerThread
.