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) Methods in org.apache.hadoop.hbase that return types with arguments of type JVMClusterUtil.RegionServerThreadModifier and TypeMethodDescriptionLocalHBaseCluster.getLiveRegionServers()
LocalHBaseCluster.getRegionServers()
Returns Read-only list of region server threads.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
Method 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
.